mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): fix spout emote text for The Lurker Below (#19404)
* fix(DB/Creature): fix spout emote text for The Lurker Below * fix(nit): add newline * Update data/sql/updates/pending_db_world/rev_1720992304054237637.sql Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> * Update rev_1720992304054237637.sql --------- Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_text` SET `Text` = '%s takes a deep breath!', `BroadcastTextId` = 20774 WHERE `CreatureID` = 21217 AND `GroupID` = 0 AND `ID` = 0;
|
||||
Reference in New Issue
Block a user