Files
azerothcore-wotlk/sql/structure/CHARACTERS_CHARACTER_PET.sql
Yehonal e8e94a0a66 First Commit
For Azeroth!
2016-06-26 10:39:44 +02:00

3 lines
201 B
SQL

ALTER TABLE `character_pet` CHANGE `CreatedBySpell` `CreatedBySpell` int(10) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `character_pet` CHANGE `level` `level` tinyint(3) unsigned NOT NULL DEFAULT '0';