aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormaanuel <none@none>2009-12-20 13:22:25 -0300
committermaanuel <none@none>2009-12-20 13:22:25 -0300
commita85544cb9c51e412169afe82a63cec602f71b1bd (patch)
tree7b1b28b09d26924176db58126a547657081efac0 /sql
parent6fe36efe0f2a05421965ad57c69b2f950a2cdb72 (diff)
Icecrown: Support for quest "Ebon Blade Prisoners" Q12982.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/FULL/world_scripts_full.sql1
-rw-r--r--sql/updates/6648_world_gameobject_template.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql
index 5bc728b6ee4..4488b8af8db 100644
--- a/sql/FULL/world_scripts_full.sql
+++ b/sql/FULL/world_scripts_full.sql
@@ -41,6 +41,7 @@ UPDATE `gameobject_template` SET `ScriptName`='go_orb_of_the_blue_flight' WHERE
UPDATE `gameobject_template` SET `ScriptName`='go_acherus_soul_prison' WHERE `entry` IN (191577,191580,191581,191582,191583,191584,191585,191586,191587,191588,191589,191590);
UPDATE `gameobject_template` SET `ScriptName`='go_shrine_of_the_birds' WHERE `entry` IN (185547,185553,185551);
UPDATE `gameobject_template` SET `ScriptName`='go_matrix_punchograph' WHERE `entry` IN (142345,142475,142476,142696);
+UPDATE `gameobject_template` SET `ScriptName`='go_jotunheim_cage' WHERE `entry`=192135;
/* GUARD */
diff --git a/sql/updates/6648_world_gameobject_template.sql b/sql/updates/6648_world_gameobject_template.sql
new file mode 100644
index 00000000000..470c2e2e036
--- /dev/null
+++ b/sql/updates/6648_world_gameobject_template.sql
@@ -0,0 +1 @@
+UPDATE `gameobject_template` SET `ScriptName`='go_jotunheim_cage' WHERE `entry`=192135;