DB/Creature: Fix State for Gymer and InhabitType for Gerk

Closes #20952
Closes #20953
This commit is contained in:
Killyana
2017-11-22 12:57:46 +01:00
parent e6995a4897
commit e39aad472c

View File

@@ -0,0 +1,5 @@
-- Gymer
DELETE FROM `creature_template_addon` WHERE `entry`=29647;
INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`) VALUES (29647,1,0);
-- Gerk
UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry`=29455;