You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
Protocol version
8.60
Describe the bug
This line {"cake", CONST_ANI_CAKE}
Is missing at tools.cpp after:
{"explosion", CONST_ANI_EXPLOSION},
Also {"cake", AMMO_ARROW},
after this:
{"eartharrow", AMMO_ARROW},
Also need to
registerEnum(CONST_ANI_CAKE)
At line 1382 luascript.cpp
And CONST_ANI_CAKE = 42,
at const.h line 144
Regards!
The text was updated successfully, but these errors were encountered: