mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Scripts/Spells: Runic Healing Injector (#23690)
* Scripts/Spells: Runic Healing Injector * Rename 9999_99_99_99_world.sql to 2019_08_08_00_world.sql
This commit is contained in:
committed by
Giacomo Pozzoni
parent
996d4f7cc4
commit
382f563571
3
sql/updates/world/3.3.5/2019_08_08_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2019_08_08_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_runic_healing_injector';
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(67489,'spell_item_runic_healing_injector');
|
||||
Reference in New Issue
Block a user