fix(Core/Spell): handle 5,000 Gold with SpellScript (#6996)

This commit is contained in:
Kitzunu
2021-07-24 00:40:20 +02:00
committed by GitHub
parent 96821a3e05
commit 4ace9f17de
3 changed files with 36 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626472277718613700');
DELETE FROM `spell_script_names` WHERE `spell_id` = 46642 AND `ScriptName` = 'spell_gen_5000_gold';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(46642, 'spell_gen_5000_gold');