diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-18 13:03:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-18 13:03:19 +0100 |
| commit | d405dcd545867eb580b6a0e26da09ac48373b4bb (patch) | |
| tree | f3c5ac9e3e556eb2d33794bee33324c0941b6368 | |
| parent | f9374da644225f16a0f15732881c5a61aaeeac0e (diff) | |
DB/SAI: Bodley and Pieces of Lord Valthalak's Amulet
closes #29426 by Jildor
| -rw-r--r-- | sql/updates/world/3.3.5/2024_02_18_01_world.sql | 3 |
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; |
