diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8277_world_scriptname.sql | 2 | ||||
| -rw-r--r-- | sql/updates/8280_world_spell_dbc.sql | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sql/updates/8277_world_scriptname.sql b/sql/updates/8277_world_scriptname.sql index bcdee2029b6..a45ac65f297 100644 --- a/sql/updates/8277_world_scriptname.sql +++ b/sql/updates/8277_world_scriptname.sql @@ -1 +1 @@ -UPDATE `creature_template` SET `ScriptName` = 'npc_fel_guard_hound' WHERE `entry`=21847;
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_fel_guard_hound' WHERE `entry`=21847; diff --git a/sql/updates/8280_world_spell_dbc.sql b/sql/updates/8280_world_spell_dbc.sql new file mode 100644 index 00000000000..ccd3da0f8cd --- /dev/null +++ b/sql/updates/8280_world_spell_dbc.sql @@ -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'); |
