Scripts/Achievements: fixed "You'll Feel Right as Rain"

This commit is contained in:
Ovahlord
2022-01-28 22:28:28 +01:00
parent f4c39d1aa9
commit 0d2a56473a
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_item_satisfied';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(87649, 'spell_item_satisfied');