mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
* 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:
3
sql/updates/TC1_1569_world_scripts.sql
Normal file
3
sql/updates/TC1_1569_world_scripts.sql
Normal 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;
|
||||
Reference in New Issue
Block a user