aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-13 10:52:27 -0500
committermegamage <none@none>2009-05-13 10:52:27 -0500
commita635613285c51029b05c79dc9527402257ec7ef1 (patch)
tree4261d6440ec79750fe676cc83876f3128d95743d
parentcfe64e00e7520414339276f5c512df1024152a80 (diff)
*Fix a typo in world_spell_full.sql
--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 c892b3291fa..7885866c854 100644
--- a/sql/world_spell_full.sql
+++ b/sql/world_spell_full.sql
@@ -153,7 +153,7 @@ INSERT INTO creature_template (entry, spell1, flags_extra, scriptname) VALUES
(17662, 30914, 128, ''), # Broggok Poison Cloud
(25879, 46262, 128, ''), # Void Zone Periodic
(16363, 28158, 128, ''), # Grobbulus Cloud
-(29379, 54362, 128, ''), # Grobbulus Cloud (H)
+(29379, 54362, 128, '') # Grobbulus Cloud (H)
ON DUPLICATE KEY UPDATE
spell1 = VALUES(spell1),
flags_extra = VALUES(flags_extra),