Update CreatureMethods.h

This commit is contained in:
Rochet2
2014-04-30 01:45:22 +03:00
committed by Foereaper
parent 6751208eb2
commit a5b372aeaf

View File

@@ -88,7 +88,7 @@ namespace LuaCreature
else
sEluna->Push(L, false);
#else
sEluna->Push(L, !creature->HasReactState(REACT_PASSIVE);
sEluna->Push(L, !creature->HasReactState(REACT_PASSIVE));
#endif
return 1;
}