diff options
| author | megamage <none@none> | 2009-05-13 10:59:00 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-13 10:59:00 -0500 |
| commit | 80c19013432ec49fb5c1b57bf2d5aca7be0d53c7 (patch) | |
| tree | 7dbf5efced68c716de16d2fb4e10f529d62cdc8f /sql/updates | |
| parent | 8994cbe08188b483c8c85a23d456003816157cad (diff) | |
*Add script for Gothik. Please apply 3233_world_scripts_naxx.sql for new contents.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3233_world_scripts_naxx.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/3233_world_scripts_naxx.sql b/sql/updates/3233_world_scripts_naxx.sql index 67a8615951d..a5a71ba6233 100644 --- a/sql/updates/3233_world_scripts_naxx.sql +++ b/sql/updates/3233_world_scripts_naxx.sql @@ -6,6 +6,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (-28169, 28240, 0, 'Mutating Injection - Poison Cloud'); UPDATE creature_template SET scriptname = 'boss_grobbulus' WHERE entry = 15931; +update creature_template set scriptname='mob_gothik_minion' where entry in (16124,16125,16126,16127,16148,16149,16150); INSERT INTO creature_template (entry, spell1, flags_extra, scriptname) VALUES (16363, 28158, 128, ''), # Grobbulus Cloud |
