[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:
Fryguy 2023-09-11 16:57:04 -04:00 committed by GitHub
parent 9c656bc498
commit 12cc3c90ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;