mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
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:
@@ -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;
|
||||
|
||||
4
sql/updates/8280_world_spell_dbc.sql
Normal file
4
sql/updates/8280_world_spell_dbc.sql
Normal 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');
|
||||
Reference in New Issue
Block a user