Added serverside spell placeholder for future development.

Added an empty line at the end of a file.

--HG--
branch : trunk
This commit is contained in:
teacher
2010-05-24 16:20:45 +02:00
parent 2f5e46ee89
commit d9dae8a051
3 changed files with 7 additions and 3 deletions

View File

@@ -1 +1 @@
UPDATE `creature_template` SET `ScriptName` = 'npc_fel_guard_hound' WHERE `entry`=21847;
UPDATE `creature_template` SET `ScriptName` = 'npc_fel_guard_hound' WHERE `entry`=21847;

View File

@@ -0,0 +1,4 @@
-- Add serverside spells place holders for future development
DELETE FROM `spell_dbc` WHERE `Id`=39613;
INSERT INTO `spell_dbc` (`Id`,`Comment`) VALUES
(39613, 'Quest 10967 reward serverside spell');