Hello everybody, I 'm with a little problem on my server, when a eudemons reaches a certain level and that peopl him evolve he turns into another Eudemon, someone could tell me how do I fix this?
Thank you in advance
Thank you in advance
Quote:
update cq_eudemon set item_type = item_type + 4000, damage_type = 5 where item_type < 1075999 and magic_defence > 1071999;
update cq_eudemon set item_type = item_type - 3000 where item_type > 1077000 and magic_defence > 1071999;