diff options
| author | _manuel_ <manue.l@live.com.ar> | 2010-02-19 15:12:46 -0800 |
|---|---|---|
| committer | _manuel_ <manue.l@live.com.ar> | 2010-02-19 15:12:46 -0800 |
| commit | 1da4996189c402f8176b561abc770df0feab0630 (patch) | |
| tree | 26e6db6eaf2ec0fc6a0a9348a6a44ed9b44539cc /sql | |
| parent | b19e793032feef0cf2dcd52262a25f6f81a15c37 (diff) | |
Razorfen downs: Implemented event from boss Tuten'kash. For a full fix see TDB Forums.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/7390_world_scriptname.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7390_world_scriptname.sql b/sql/updates/7390_world_scriptname.sql new file mode 100644 index 00000000000..0c82857311d --- /dev/null +++ b/sql/updates/7390_world_scriptname.sql @@ -0,0 +1,4 @@ +UPDATE `gameobject_template` SET `ScriptName`='go_gong' WHERE `entry`=148917; +UPDATE `creature_template` SET `ScriptName`='npc_tomb_creature' WHERE `entry` IN (7351,7349); +UPDATE `instance_template` SET `script`='instance_razorfen_downs' WHERE `map`=129; + |
