diff options
| author | Machiavelli <none@none> | 2009-06-11 20:17:44 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-06-11 20:17:44 +0200 |
| commit | 181a647af56086f81bdc7473c8fa7484f7650ee8 (patch) | |
| tree | 6e93d6315efc9558b6b6abe82e9de7313ae5d1cd /sql | |
| parent | 6be9e51035ca3aa3732bd3a81d4a678bf4724741 (diff) | |
* 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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/TC1_1569_world_scripts.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
