From e2d6abb681eb1022491360dafdb71d4c1361a63c Mon Sep 17 00:00:00 2001 From: click Date: Sun, 2 May 2010 03:00:45 +0200 Subject: Add support for quest 12916 (Our Only Hope) - Patch by supabad Closes issue #940 --HG-- branch : trunk --- sql/updates/8073_world_gameobject_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/8073_world_gameobject_template.sql (limited to 'sql') 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; -- cgit v1.2.3