mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 12:12:34 -04:00
*Rewrite .reload all pet_spells command to make it reset actionbars correctly. --HG-- branch : trunk
3 lines
160 B
SQL
3 lines
160 B
SQL
ALTER TABLE character_pet ADD load_flags INT(3) DEFAULT '0' NOT NULL AFTER teachspelldata;
|
|
UPDATE characters SET at_login = at_login & ~16 WHERE at_login & 16;
|