diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_06_11_00_world.sql | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_11_00_world.sql b/sql/updates/world/3.3.5/2019_06_11_00_world.sql new file mode 100644 index 00000000000..5393e449dcb --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_11_00_world.sql @@ -0,0 +1,19 @@ +-- +UPDATE `creature` SET `equipment_id`=-1 WHERE `id` IN (27953, 27290); +DELETE FROM `creature_equip_template` WHERE `CreatureID` IN (27953, 27290); +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`) VALUES +(27953, 7, 38487, 0, 19368), -- 27953 +(27953, 6, 38490, 0, 19368), -- 27953 +(27953, 5, 31273, 0, 19368), -- 27953 +(27953, 4, 38209, 0, 19368), -- 27953 +(27953, 3, 38491, 0, 19368), -- 27953 +(27953, 2, 38488, 0, 19368), -- 27953 +(27953, 1, 32729, 0, 19368), -- 27953 +(27290, 8, 25587, 13604, 0), -- 27290 +(27290, 7, 2714, 0, 0), -- 27290 +(27290, 6, 2715, 0, 0), -- 27290 +(27290, 5, 1906, 0, 0), -- 27290 +(27290, 4, 2704, 0, 0), -- 27290 +(27290, 3, 3346, 0, 0), -- 27290 +(27290, 2, 3367, 0, 0), -- 27290 +(27290, 1, 3351, 0, 0); -- 27290 |