From 5313601ea60bc00eaf484dd642230b6182460433 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Mon, 22 Dec 2008 21:20:04 +0100 Subject: *Add support for quest 1819 - by Anubisss --HG-- branch : trunk --- sql/updates/586_world_scripts.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/586_world_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/586_world_scripts.sql b/sql/updates/586_world_scripts.sql new file mode 100644 index 00000000000..a86cec4951b --- /dev/null +++ b/sql/updates/586_world_scripts.sql @@ -0,0 +1,2 @@ +UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_trigger' WHERE `entry` = 104593; +UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_door' WHERE `entry` = 176594; \ No newline at end of file -- cgit v1.2.3