aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8271_world_spell_dbc.sql4
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');