mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Scripts/Spells: Nourish (#24057)
* Scripts/Spells: Nourish * Rename 9999_99_99_99_world.sql to 2020_02_08_02_world.sql * Update 2020_02_08_02_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
This commit is contained in:
3
sql/updates/world/3.3.5/2020_02_08_02_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_02_08_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_dru_nourish";
|
||||
INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES (50464,"spell_dru_nourish");
|
||||
Reference in New Issue
Block a user