mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 19:32:06 +00:00
e8e94a0a66
For Azeroth!
3 lines
201 B
SQL
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';
|