From 76cec66f1a24b611fcb004a396fc84d8a71f18eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9firo=5FCaecias?= Date: Mon, 25 May 2026 18:37:48 -0300 Subject: [PATCH] DB/World: Fixes --- .../world/master/2026_05_25_01_world_fixes.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sql/updates/world/master/2026_05_25_01_world_fixes.sql diff --git a/sql/updates/world/master/2026_05_25_01_world_fixes.sql b/sql/updates/world/master/2026_05_25_01_world_fixes.sql new file mode 100644 index 000000000..64ed6004f --- /dev/null +++ b/sql/updates/world/master/2026_05_25_01_world_fixes.sql @@ -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'); +