aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2024_02_18_01_world.sql3
1 files changed, 3 insertions, 0 deletions
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;