diff options
author | runningnak3d <none@none> | 2010-09-08 05:50:44 -0600 |
---|---|---|
committer | runningnak3d <none@none> | 2010-09-08 05:50:44 -0600 |
commit | 93ccf461e6659432b0ad7abbcdb39c9923d8d23d (patch) | |
tree | 359ee6e80cea55a0609fb39a8506d9ef40c8d4db | |
parent | 8509d50a39b5e734c9b4fab2020f911c1473e6c6 (diff) |
SQL: Add placeholder for spell 44805, a serverside aura
--HG--
branch : trunk
-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'); + |