aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-25 14:25:17 -0500
committermegamage <none@none>2009-05-25 14:25:17 -0500
commit6e9af44a8bc48fac648685384e4fd758bf4a0db2 (patch)
tree324b542dfc3a4e0a5a07858e073d219ef83b6392
parent6a2fbb3bf39d947d93478a7d7a37913b4b9fc182 (diff)
*Fix an error in spell_full.
--HG-- branch : trunk
-rw-r--r--sql/world_spell_full.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql
index a1c551f0bcc..1163adc50a2 100644
--- a/sql/world_spell_full.sql
+++ b/sql/world_spell_full.sql
@@ -163,7 +163,7 @@ scriptname = VALUES(scriptname);
INSERT INTO creature_template (entry, spell1, spell2, flags_extra, scriptname) VALUES
(16474, 28547, 0, 128, 'trigger_periodic'), # Blizzard (Sapphiron)
-(30000, 55699, 0, 128, 'trigger_periodic') # Blizzard (Sapphiron) (H)
+(30000, 55699, 0, 128, '') # Blizzard (Sapphiron) (H)
ON DUPLICATE KEY UPDATE
spell1 = VALUES(spell1),
spell2 = VALUES(spell2),