From 5b88cd584aaaa7d7c71c2776652f02e55d449d0b Mon Sep 17 00:00:00 2001 From: click Date: Tue, 4 May 2010 08:09:55 +0200 Subject: Add support for quest 1126 (Hive in the Tower) - patch by supabad Closes issue #68 --HG-- branch : trunk --- sql/updates/8088_world_gameobject_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/8088_world_gameobject_template.sql (limited to 'sql') diff --git a/sql/updates/8088_world_gameobject_template.sql b/sql/updates/8088_world_gameobject_template.sql new file mode 100644 index 00000000000..f82b18f3871 --- /dev/null +++ b/sql/updates/8088_world_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName` = 'go_hive_pod' WHERE `gameobject_template`.`entry` =178553; -- cgit v1.2.3