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:
parent
c5564e1363
commit
7d75456f8e
1 changed files with 5 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue