mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
6
data/sql/updates/db_world/2025_10_11_06.sql
Normal file
6
data/sql/updates/db_world/2025_10_11_06.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_10_11_05 -> 2025_10_11_06
|
||||
-- Correctly uses Option0 instead of Option1 to summon the Terokk
|
||||
UPDATE `smart_scripts` SET `event_param2` = 0 WHERE `entryorguid` = 185928 AND `source_type` = 1 AND `id` = 0;
|
||||
|
||||
-- Removes the duplicated option.
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID` = 8687 AND `OptionID` = 1;
|
||||
Reference in New Issue
Block a user