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

Closes #20952
Closes #20953

(cherry picked from commit e39aad472c)
This commit is contained in:
Killyana
2017-11-22 12:57:46 +01:00
committed by funjoker
parent 441e091f3d
commit 30f4f839b7

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;