diff options
author | Alastro-Kraken <Alastro-Kraken@users.noreply.github.com> | 2022-01-28 18:51:30 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2022-01-28 18:51:30 +0200 |
commit | 163e4c9eaba8c88f60979b84ee2be57be8bd6580 (patch) | |
tree | fd0ce260fed39b79778a4af69d9ad8e4f54d60d3 | |
parent | 3b97c4fdb17178e68ca7f66bb3fe011b40108b9f (diff) |
DB/Gossip: fix gossip toward mages for Blood Elf mage trainers
Closes #27679
-rw-r--r-- | sql/updates/world/3.3.5/2022_01_28_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_01_28_00_world.sql b/sql/updates/world/3.3.5/2022_01_28_00_world.sql new file mode 100644 index 00000000000..0f27c8b6db4 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_01_28_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gossip_menu` SET `TextId`=9192, `VerifiedBuild`=41812 WHERE `MenuID`=6648 AND `TextID`=9190; +UPDATE `conditions` SET `SourceEntry`=9192 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=6648 AND `SourceEntry`=9190; |