aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJohn Holiver <none@none>2010-05-22 15:26:38 -0300
committerJohn Holiver <none@none>2010-05-22 15:26:38 -0300
commitb3bd094785f24d8383ac0cf40fcab5b10c41e635 (patch)
tree2015732daacc2b57d11e1d93233a5463efcb90d5 /sql
parentd1099c345dddd5ab8f55ceaf7817be65ac4918ab (diff)
Review of Onyxia's Lair
Make it 95% perfect to LK version (fixes spawns, eruption, achievements and some more) Fixes issue #1706 Fixes issue #1736d --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/8265_world_script_texts.sql1
-rw-r--r--sql/updates/8265_world_scriptname.sql2
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/8265_world_script_texts.sql b/sql/updates/8265_world_script_texts.sql
new file mode 100644
index 00000000000..8f21b86f895
--- /dev/null
+++ b/sql/updates/8265_world_script_texts.sql
@@ -0,0 +1 @@
+UPDATE `script_texts` SET `type`=3,`content_default`='%s takes in a deep breath...' WHERE `entry`=-1249004;
diff --git a/sql/updates/8265_world_scriptname.sql b/sql/updates/8265_world_scriptname.sql
new file mode 100644
index 00000000000..dfb6557beb3
--- /dev/null
+++ b/sql/updates/8265_world_scriptname.sql
@@ -0,0 +1,2 @@
+UPDATE `instance_template` SET `script`='instance_onyxias_lair' WHERE `map`=249;
+UPDATE `creature_template` SET `AIName`='EventAI' WHERE `entry`=36561;