mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(core/quest): improved egg collection (#12640)
* fix(core/quest): improved egg collection * . * Update rev_1659836460796753400.sql * update
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user