mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix State for Gymer and InhabitType for Gerk
Closes #20952 Closes #20953
This commit is contained in:
5
sql/updates/world/3.3.5/2017_11_22_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2017_11_22_01_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user