aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-12-22 18:49:56 +0100
committerMachiavelli <none@none>2010-12-22 18:49:56 +0100
commit12c970f5dc98f7de80adbf9241e5735b73b3a7a5 (patch)
tree561a426c60793067dae4f43be05109c12e641120
parentd9ba90d2775c9cced456a3ac9247a8a3f6bc442f (diff)
Missing DELETE statement in 10765_world_spell_dbc.sql
--HG-- branch : trunk
-rw-r--r--sql/updates/10765_world_spell_dbc.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/10765_world_spell_dbc.sql b/sql/updates/10765_world_spell_dbc.sql
index 2932acedb8f..8a5846b5eec 100644
--- a/sql/updates/10765_world_spell_dbc.sql
+++ b/sql/updates/10765_world_spell_dbc.sql
@@ -1 +1,2 @@
+DELETE FROM spell_dbc WHERE `Id`=3617;
INSERT INTO spell_dbc (`Id`, `Effect1`, `Comment`) VALUES (3617, 1, 'NPC 32958 suicide spell');