mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/broadcast_text): fix Stormwind guard Shaman trainer text (#5537)
* fix(DB/broadcast_text): fix stormwind guard shaman trainer text * remove BroadcastTextID instead of changing broadcast_text
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1619681545150953400');
|
||||
|
||||
UPDATE `npc_text` SET `BroadcastTextID0` = 0 WHERE `ID` = 10106 AND `BroadcastTextID0` = 18360; -- Unlink incorrect broadcast text from Stormwind guard (Class Trainer > Shaman)
|
||||
Reference in New Issue
Block a user