diff options
-rw-r--r-- | sql/updates/9834_world_spell_dbc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/9834_world_spell_dbc.sql b/sql/updates/9834_world_spell_dbc.sql new file mode 100644 index 00000000000..f1d859d5d92 --- /dev/null +++ b/sql/updates/9834_world_spell_dbc.sql @@ -0,0 +1,5 @@ +-- Add serverside spells place holders for future development +DELETE FROM `spell_dbc` WHERE `Id` IN (55805); +INSERT INTO `spell_dbc` (`Id`,`Comment`) VALUES +(44805, 'Aura used in creature_addon - serverside spell'); + |