From 12c970f5dc98f7de80adbf9241e5735b73b3a7a5 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 22 Dec 2010 18:49:56 +0100 Subject: Missing DELETE statement in 10765_world_spell_dbc.sql --HG-- branch : trunk --- sql/updates/10765_world_spell_dbc.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql') 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'); -- cgit v1.2.3