Skip to content

Commit

Permalink
fix(DB): Blood Elf Mage Trainers Incorrect Dialog (azerothcore#10524)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengPeiRu21 committed Mar 18, 2022
1 parent 96bf37e commit 9d11928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/sql/updates/pending_db_world/rev_1643931984499831200.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643931984499831200');

UPDATE `gossip_menu` SET `TextId`=9192 WHERE `MenuID`=6648 AND `TextID`=9190;
UPDATE `conditions` SET `SourceEntry`=9192 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=6648 AND `SourceEntry`=9190;

0 comments on commit 9d11928

Please sign in to comment.