mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Pets: Change PET_SAVE_NOT_IN_SLOT constant from 100 to -1 to truly avoid conflicts when growing stable size and change PET_SAVE_AS_DELETED from -1 to -2
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `character_pet` CHANGE `slot` `slot` smallint NOT NULL DEFAULT '-1';
|
||||
|
||||
UPDATE `character_pet` SET `slot` = -1 WHERE `slot` = 100;
|
||||
Reference in New Issue
Block a user