mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 00:53:46 +00:00
7
data/sql/updates/db_world/2025_02_04_00.sql
Normal file
7
data/sql/updates/db_world/2025_02_04_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2025_02_03_01 -> 2025_02_04_00
|
||||
--
|
||||
-- Set questId on WP start
|
||||
UPDATE `smart_scripts` SET `action_param4` = 5203 WHERE (`entryorguid` = 1101600) AND (`source_type` = 9) AND (`id` = 9);
|
||||
-- Delete area explored action
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 11016) AND (`source_type` = 0) AND (`id` = 38);
|
||||
UPDATE `smart_scripts` SET `link`=39 WHERE (`entryorguid` = 11016) AND (`source_type` = 0) AND (`id` = 37);
|
||||
Reference in New Issue
Block a user