From e2020a587e9ddb724a43cffcdcb5aeb90714ef38 Mon Sep 17 00:00:00 2001 From: teacher Date: Sun, 23 May 2010 13:06:18 +0200 Subject: Added serverside spell placeholder for future development. --HG-- branch : trunk --- sql/updates/8271_world_spell_dbc.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/8271_world_spell_dbc.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3