mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Add equip template to misc kezan creatures
By nkaren, closes #13344
This commit is contained in:
9
sql/updates/world/2015_02_14_02_world.sql
Normal file
9
sql/updates/world/2015_02_14_02_world.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
--
|
||||
DELETE FROM `creature_equip_template` WHERE `entry` IN (38781,38363,37694,36458,37067,35175);
|
||||
INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`, `VerifiedBuild`) VALUES
|
||||
(38781, 1, 2714, 0, 0, 0),
|
||||
(38363, 1, 0, 0, 34034, 0),
|
||||
(37694, 1, 2901, 0, 0, 0),
|
||||
(36458, 1, 25646, 0, 0, 0),
|
||||
(37067, 1, 2695, 0, 0, 0),
|
||||
(35175, 1, 2202, 0, 0, 0);
|
||||
Reference in New Issue
Block a user