From 83ea3d51bb1b36f771c5db063e8412445b4fbaf9 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Wed, 21 Jan 2009 17:27:28 +0100 Subject: *Updated Kelidan the Breaker script - by Iskander --HG-- branch : trunk --- sql/updates/935_world_scripts.sql | 6 ++++++ sql/updates/CMakeLists.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 sql/updates/935_world_scripts.sql (limited to 'sql') 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) -- cgit v1.2.3