After updating emulator got this error

I am guessing that you updated your server manually..

.../src/map/pet.c

line 1205 must be:

Code:
char* filename[] = {"pet_db.txt","pet_db2.txt"};
 
Last edited by a moderator:
I am guessing that you updated your server manually..

.../src/map/pet.c

line 1205 must be:

char* filename[] = {"pet_db.txt","pet_db2.txt"};
Thanks!
default_biggrin.png


 
Back
Top