We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91477ca commit 9326f44Copy full SHA for 9326f44
methods/TrinityCore/BigIntMethods.h
@@ -135,8 +135,8 @@ namespace LuaBigInt
135
136
ElunaRegister<ObjectGuid> ObjectGuidMethods[] =
137
{
138
- { "__tostring", &LuaBigInt::ToString<ObjectGuid> },
139
- { "__eq", &LuaBigInt::Equal<ObjectGuid> },
+ { "__tostring", &LuaBigInt::ToString },
+ { "__eq", &LuaBigInt::Equal },
140
};
141
142
0 commit comments