diff options
| author | megamage <none@none> | 2008-12-01 18:32:00 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-01 18:32:00 -0600 |
| commit | 5af8cf6f3d99f9e82361b269f69da886e68c7246 (patch) | |
| tree | 738124f4430fe6072a546f47c9e5a3f6357ba76b /sql | |
| parent | 4d396bb990996592499d5304ea65e0f38ab6870c (diff) | |
*Added: Deadmines Cannon Event. By netoya.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/373_world_scripts.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/373_world_scripts.sql b/sql/updates/373_world_scripts.sql new file mode 100644 index 00000000000..537f5ac6e2a --- /dev/null +++ b/sql/updates/373_world_scripts.sql @@ -0,0 +1,3 @@ +update creature_template set scriptname = 'boss_warchief_kargath_bladefist' where entry = 16808; +UPDATE `instance_template` SET `script`='instance_deadmines' WHERE map = 36; +UPDATE `item_template` SET `ScriptName`='item_defias_gunpowder' WHERE entry = 5397;
\ No newline at end of file |
