fix(core/quest): improved egg collection (#12640)

* fix(core/quest): improved egg collection

* .

* Update rev_1659836460796753400.sql

* update
This commit is contained in:
Grimgravy
2022-09-25 10:46:24 -03:00
committed by GitHub
parent fbf65ebc9d
commit 7400338ecb
3 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q4735_collect_rookery_egg';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(15958, 'spell_q4735_collect_rookery_egg');