nekiro / TFS-1.5-Downgrades

Alternative forgottenserver versions for older protocols support
72 stars 83 forks source link

Missing const ANI cake #138

Open ralke23 opened 2 years ago

ralke23 commented 2 years ago

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!