mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix error report message expected type
This commit is contained in:
@@ -246,7 +246,7 @@ public:
|
||||
{
|
||||
if (error)
|
||||
{
|
||||
std::string errmsg(ElunaTemplate<Unit>::tname);
|
||||
std::string errmsg(ElunaTemplate<T>::tname);
|
||||
errmsg += " expected";
|
||||
luaL_argerror(L, narg, errmsg.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user