* 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
This commit is contained in:
Machiavelli
2009-06-11 20:17:44 +02:00
parent 6be9e51035
commit 181a647af5
7 changed files with 219 additions and 1 deletions

View File

@@ -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;