mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
[Bug] Additional Wild Ramp param was causing an overflow it appears at least on local testing. (#3589)
* [Logging] Add logging to track down Wild Ramp issue * [Bug] Additional Wild Ramp param was causing an overflow it appears at least on local testing.
This commit is contained in:
parent
9c656bc498
commit
12cc3c90ea
@ -41,7 +41,7 @@
|
||||
|
||||
char* strn0cpy(char* dest, const char* source, uint32 size);
|
||||
|
||||
#define MAX_SPECIAL_ATTACK_PARAMS 8
|
||||
#define MAX_SPECIAL_ATTACK_PARAMS 9
|
||||
|
||||
class Client;
|
||||
class EQApplicationPacket;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user