diff options
author | Killyana <morphone1@gmail.com> | 2017-11-22 12:57:46 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-11-22 12:57:46 +0100 |
commit | e39aad472c750f6aa941428ea434a72d18f8dfbb (patch) | |
tree | e43584de9fd7c622232e93628877ad9398576a2f | |
parent | e6995a4897d921d5441aa6d40d5fc8b6a1f845ba (diff) |
DB/Creature: Fix State for Gymer and InhabitType for Gerk
Closes #20952
Closes #20953
-rw-r--r-- | sql/updates/world/3.3.5/2017_11_22_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_22_01_world.sql b/sql/updates/world/3.3.5/2017_11_22_01_world.sql new file mode 100644 index 00000000000..288b3ad425b --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_22_01_world.sql @@ -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; |