aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTartalo <none@none>2010-03-21 18:32:50 +0100
committerTartalo <none@none>2010-03-21 18:32:50 +0100
commit2c34b6d376edf97e16902017c5fa8bd66d0162b1 (patch)
treed9ed1a1bad81739e4d2831a37204af983be69dcd /sql/updates
parentfe30fc8bf2066bf3635d35d4ec5a9164e89711c2 (diff)
The Obsidiam Sanctum: Several updates, by Ouden
Portal event, Flame Tsunami, Twilight Eggs, Twilights Fissure, Achievements in Hard Mode Closes issue #1015. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7658_world_scriptname.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7658_world_scriptname.sql b/sql/updates/7658_world_scriptname.sql
new file mode 100644
index 00000000000..69bace778c9
--- /dev/null
+++ b/sql/updates/7658_world_scriptname.sql
@@ -0,0 +1,2 @@
+UPDATE `creature_template` SET `ScriptName`='npc_twilight_fissure' WHERE `entry`=30641;
+UPDATE `creature_template` SET `ScriptName`='npc_flame_tsunami' WHERE `entry`=30616;