mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
11
data/sql/updates/db_world/2024_08_28_04.sql
Normal file
11
data/sql/updates/db_world/2024_08_28_04.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2024_08_28_03 -> 2024_08_28_04
|
||||
-- Removes creature reference to broadcast text
|
||||
/*
|
||||
https://www.azerothcore.org/wiki states that broadcast text table contains only confirmed retail data.
|
||||
So to avoid polluting the table issue #19480 is being fixed in creature_text table instead.
|
||||
More info in issue #19480 and PR #19542
|
||||
*/
|
||||
UPDATE `creature_text` SET
|
||||
`BroadcastTextId` = 0,
|
||||
`comment` = CONCAT(`comment`, ', removed BroadcastTextId 12690 (more info in PR#19542)')
|
||||
WHERE `CreatureID` IN (16325, 16326);
|
||||
Reference in New Issue
Block a user