diff options
| author | teacher <none@none> | 2010-05-23 13:06:18 +0200 |
|---|---|---|
| committer | teacher <none@none> | 2010-05-23 13:06:18 +0200 |
| commit | e2020a587e9ddb724a43cffcdcb5aeb90714ef38 (patch) | |
| tree | 4209489ce4bb8cd9b9bd71fd6840a532ff6e1485 /sql/updates | |
| parent | 8c7a8eb9cd0fa0262252de4961ed88dfdf6edaaa (diff) | |
Added serverside spell placeholder for future development.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8271_world_spell_dbc.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/8271_world_spell_dbc.sql b/sql/updates/8271_world_spell_dbc.sql new file mode 100644 index 00000000000..f8c6c8c3145 --- /dev/null +++ b/sql/updates/8271_world_spell_dbc.sql @@ -0,0 +1,4 @@ +-- Add serverside spells place holders for future development +DELETE FROM `spell_dbc` WHERE `Id`=43503; +INSERT INTO `spell_dbc` (`Id`,`Comment`) VALUES +(43503, 'Quest 11261 reward serverside spell'); |
