diff options
-rw-r--r-- | sql/updates/9834_world_spell_dbc.sql | 2 |
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'); |