aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-09-08 16:28:07 +0200
committerMachiavelli <none@none>2010-09-08 16:28:07 +0200
commitf1699a05dca10b350344e1ba2f61d869184113c5 (patch)
treefa578c705b5fa18f8da2bbb1ee103e50d2cb76cc
parent2cf5bfb1508d1dc22707adce2cbde38653d8c9ae (diff)
SQL: Fix 9834_world_spell_dbc
--HG-- branch : trunk
-rw-r--r--sql/updates/9834_world_spell_dbc.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/9834_world_spell_dbc.sql b/sql/updates/9834_world_spell_dbc.sql
index f1d859d5d92..74b82864b37 100644
--- a/sql/updates/9834_world_spell_dbc.sql
+++ b/sql/updates/9834_world_spell_dbc.sql
@@ -1,5 +1,5 @@
-- Add serverside spells place holders for future development
-DELETE FROM `spell_dbc` WHERE `Id` IN (55805);
+DELETE FROM `spell_dbc` WHERE `Id` IN (44805);
INSERT INTO `spell_dbc` (`Id`,`Comment`) VALUES
(44805, 'Aura used in creature_addon - serverside spell');