diff options
author | Shauren <none@none> | 2010-05-29 19:45:56 +0200 |
---|---|---|
committer | Shauren <none@none> | 2010-05-29 19:45:56 +0200 |
commit | 29e891a02f1225a4067fb9f6289cb96c9d82f4d7 (patch) | |
tree | 686f0fd27e6dc3d589d56af860b5eafa4ac5a2df /sql | |
parent | 5718cabd9ca5e2c9627daf45071fd98981924fdb (diff) |
Added missing delete statement in 8330_world_playercreateinfo_spell.sql, thx jesper.vortex for pointing it out
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/8330_world_playercreateinfo_spell.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8330_world_playercreateinfo_spell.sql b/sql/updates/8330_world_playercreateinfo_spell.sql index c75c4c7ec35..c79731abdfe 100644 --- a/sql/updates/8330_world_playercreateinfo_spell.sql +++ b/sql/updates/8330_world_playercreateinfo_spell.sql @@ -1 +1,2 @@ +DELETE FROM `playercreateinfo_spell` WHERE `Spell`=75461; INSERT INTO `playercreateinfo_spell` VALUES (0,7,75461,'Flame Shock Passive'); |