aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorclick <none@none>2010-05-02 03:00:45 +0200
committerclick <none@none>2010-05-02 03:00:45 +0200
commite2d6abb681eb1022491360dafdb71d4c1361a63c (patch)
treef18d61902c167032ae93d4c9e9a99f7e1ef1d13b /sql
parentb7e1570e87f7411706ff779685ae6cbbf3e80bd7 (diff)
Add support for quest 12916 (Our Only Hope) - Patch by supabad
Closes issue #940 --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/8073_world_gameobject_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8073_world_gameobject_template.sql b/sql/updates/8073_world_gameobject_template.sql
new file mode 100644
index 00000000000..79083733b13
--- /dev/null
+++ b/sql/updates/8073_world_gameobject_template.sql
@@ -0,0 +1 @@
+UPDATE `gameobject_template` SET `ScriptName` = 'go_scourge_enclosure' WHERE `gameobject_template`.`entry` = 191548;