diff options
| author | maximius <none@none> | 2009-10-18 00:01:04 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-18 00:01:04 -0700 |
| commit | 567e32a14cf174763778fa11f5c64149df0b9b8f (patch) | |
| tree | c58619e28de2c16bc7a8e1353ac14ead8ffc51a5 /sql/updates | |
| parent | 970405aca5593f2fa451818999c704126238e4e2 (diff) | |
*Azjol-Nerub: Hadronox and Amanitar updates, by WarHead
*Some cleanup and target selection adjustments..
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5970_world_scripts.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/5970_world_scripts.sql b/sql/updates/5970_world_scripts.sql new file mode 100644 index 00000000000..04c2378278b --- /dev/null +++ b/sql/updates/5970_world_scripts.sql @@ -0,0 +1,4 @@ + +UPDATE `creature_template` SET `ScriptName`='boss_amanitar' WHERE `entry`=30258; +UPDATE `creature_template` SET `ScriptName`='mob_amanitar_mushrooms' WHERE `entry` IN (30435,30391); +UPDATE `creature_template` SET `ScriptName`='boss_hadronox' WHERE `entry`=28921; |
