aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2017_11_22_01_world.sql5
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;