From 181a647af56086f81bdc7473c8fa7484f7650ee8 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Thu, 11 Jun 2009 20:17:44 +0200 Subject: * Add script for Razorfen Kraul, implements access to certain room after certain event. Script by ArticDevil, thank you. * Rename the 'Azeroth' filter to 'Eastern Kingdoms' in the script vcproj files --HG-- branch : trunk --- sql/updates/TC1_1569_world_scripts.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/TC1_1569_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/TC1_1569_world_scripts.sql b/sql/updates/TC1_1569_world_scripts.sql new file mode 100644 index 00000000000..afe0759e711 --- /dev/null +++ b/sql/updates/TC1_1569_world_scripts.sql @@ -0,0 +1,3 @@ +-- Razorfen Kraul +UPDATE `instance_template` SET `script` = 'instance_razorfen_kraul' WHERE `map` = '47' LIMIT 1; +UPDATE `creature_template` SET `ScriptName` = 'npc_deaths_head_ward_keeper' WHERE `entry` = '4625' LIMIT 1; \ No newline at end of file -- cgit v1.2.3