From d405dcd545867eb580b6a0e26da09ac48373b4bb Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 18 Feb 2024 13:03:19 +0100 Subject: DB/SAI: Bodley and Pieces of Lord Valthalak's Amulet closes #29426 by Jildor --- sql/updates/world/3.3.5/2024_02_18_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_18_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_02_18_01_world.sql b/sql/updates/world/3.3.5/2024_02_18_01_world.sql new file mode 100644 index 00000000000..854fd254f1b --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_18_01_world.sql @@ -0,0 +1,3 @@ +-- Bodley - Pieces of Lord Valthalak's Amulet: Set correct spellID for recover gossips +UPDATE `smart_scripts` SET `action_param1`=27542,`comment`='Bodley - On Gossip Select - Cast Add Item Top' WHERE `entryorguid`=16033 AND `source_type`=0 AND `event_param1`=57015 AND `event_param2`=0; +UPDATE `smart_scripts` SET `action_param1`=27544,`comment`='Bodley - On Gossip Select - Cast Add Item Left' WHERE `entryorguid`=16033 AND `source_type`=0 AND `event_param1`=57015 AND `event_param2`=1; -- cgit v1.2.3