aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-01-21 17:27:28 +0100
committerBlaymoira <none@none>2009-01-21 17:27:28 +0100
commit83ea3d51bb1b36f771c5db063e8412445b4fbaf9 (patch)
treed4d1cd3fa58ac7094f8d8a34440998945732ad20 /sql
parent371a49179f099603b3e44a66fd75a22ee41a9c7a (diff)
*Updated Kelidan the Breaker script - by Iskander
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/935_world_scripts.sql6
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/935_world_scripts.sql b/sql/updates/935_world_scripts.sql
new file mode 100644
index 00000000000..de02b51d490
--- /dev/null
+++ b/sql/updates/935_world_scripts.sql
@@ -0,0 +1,6 @@
+DELETE FROM `creature` WHERE `id` = '17653';
+
+UPDATE `gameobject_template` SET `flags` = '4' WHERE `entry` IN ('181766','181823');
+UPDATE `gameobject` SET `SpawnMask` = '3',`state` = '1' WHERE `id` IN ('181766','181823');
+
+UPDATE `instance_template` SET `script` = 'instance_blood_furnace' WHERE `map` = '542'; \ No newline at end of file
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 015f451db77..e8130764307 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -144,4 +144,5 @@ INSTALL(FILES
927_characters.sql
930_characters.sql
933_world_scripts.sql
+935_world_scripts.sql
DESTINATION share/trinity/sql/updates)