Skip to content

Commit 9326f44

Browse files
Niam5Foereaper
authored andcommitted
Fix retail build after BigInt method changes
1 parent 91477ca commit 9326f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

methods/TrinityCore/BigIntMethods.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ namespace LuaBigInt
135135

136136
ElunaRegister<ObjectGuid> ObjectGuidMethods[] =
137137
{
138-
{ "__tostring", &LuaBigInt::ToString<ObjectGuid> },
139-
{ "__eq", &LuaBigInt::Equal<ObjectGuid> },
138+
{ "__tostring", &LuaBigInt::ToString },
139+
{ "__eq", &LuaBigInt::Equal },
140140
};
141141
};
142142

0 commit comments

Comments
 (0)