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/2023_11_05_00.sql
Normal file
6
data/sql/updates/db_world/2023_11_05_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_11_02_03 -> 2023_11_05_00
|
||||
UPDATE `gossip_menu` SET `TextID` = 4435 WHERE `MenuID` = 3642 AND `TextID` = 4437;
|
||||
UPDATE `gossip_menu` SET `TextID` = 4435 WHERE `MenuID` = 4558 AND `TextID` = 4437;
|
||||
|
||||
UPDATE `conditions` SET `SourceEntry` = 4435 WHERE `SourceGroup` = 3642 AND `SourceEntry` = 4437;
|
||||
UPDATE `conditions` SET `SourceEntry` = 4435 WHERE `SourceGroup` = 4558 AND `SourceEntry` = 4437;
|
||||
Reference in New Issue
Block a user