DB/Creature: Add equip template to misc kezan creatures

By nkaren, closes #13344
This commit is contained in:
Aokromes
2015-02-14 14:00:22 +01:00
parent 84b4b2b4ba
commit b1286ac8e2

View 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);