diff options
author | megamage <none@none> | 2009-05-09 22:00:18 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-09 22:00:18 -0500 |
commit | 67876f9dfe14783e9c81bf5a8bab6843d30b22bc (patch) | |
tree | 7c16c48aa18c93c0662993b922bb384340d8bffc /sql | |
parent | 3b14179f65d3c0cd14604d8698d5af438cca25e3 (diff) |
*Fix a creature spell use bug.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/world_spell_full.sql | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 915aabeb669..c892b3291fa 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -151,13 +151,14 @@ INSERT INTO creature_template (entry, spell1, flags_extra, scriptname) VALUES (23069, 40029, 128, ''), # demon fire (24187, 43218, 128, ''), # pillar of fire (17662, 30914, 128, ''), # Broggok Poison Cloud -(25879, 46262, 128, '') # Void Zone Periodic +(25879, 46262, 128, ''), # Void Zone Periodic +(16363, 28158, 128, ''), # Grobbulus Cloud +(29379, 54362, 128, ''), # Grobbulus Cloud (H) ON DUPLICATE KEY UPDATE spell1 = VALUES(spell1), flags_extra = VALUES(flags_extra), scriptname = VALUES(scriptname); -UPDATE creature_template SET spell1 = 28158, spell2 = 54362, flags_extra = 128 WHERE entry = 16363; UPDATE creature_template SET speed = 1.0 WHERE entry = 23095; # molten_flame |