mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature): Correct IF Priest trainer gossip (#17401)
* Create 17196.sql fix(DB/Gossip): Fixes 17196 * fix(DB/gossip): fixes (#17196) * fix(DB/gossip): fixes (#17196)
This commit is contained in:
5
data/sql/updates/pending_db_world/17196.sql
Normal file
5
data/sql/updates/pending_db_world/17196.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
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