DB/World: Fixes

This commit is contained in:
Céfiro_Caecias
2026-05-25 18:37:48 -03:00
committed by GitHub
parent 07a004cdfa
commit 76cec66f1a
@@ -0,0 +1,16 @@
-- Quest A Legend You Can Hold (40706) *quest_a_legend_you_can_hold*
UPDATE `quest_template_addon` SET `ScriptName`='SmartQuest' WHERE `ID`=40706;
DELETE FROM `smart_scripts` WHERE `entryorguid`=40706 AND `source_type`=5;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(40706, 5, 0, 0, 91, 0, 100, 0, 0, 0, 0, 0, 85, 199699, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Priest Quest - On Quest Abandoned - Player Cast on Self Player Choice');
-- NPC Generic Bunny - PRK (41200)
UPDATE `creature_template_model` SET `CreatureDisplayID`=22903 WHERE `CreatureID`=44908;
UPDATE `creature_template_model` SET `CreatureDisplayID`=1126 WHERE `CreatureDisplayID`=11686;
DELETE FROM `smart_scripts` WHERE `entryorguid`=41200 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `action_param_string`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_param_string`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(41200, 0, 0, 0, '', 38, 0, 100, 0, 1, 1, 0, 0, 0, '', 11, 79049, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 'Generic Bunny - On Dataset 1-1 - Cast The Amulet of Grol: Summon Grol');