diff options
| -rw-r--r-- | sql/updates/world/cata_classic/2024_11_16_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_11_16_03_world.sql b/sql/updates/world/cata_classic/2024_11_16_03_world.sql new file mode 100644 index 00000000000..2c7a7e43d0e --- /dev/null +++ b/sql/updates/world/cata_classic/2024_11_16_03_world.sql @@ -0,0 +1,3 @@ +UPDATE `npc_text` SET `ID`= 16570 WHERE `ID`= 530008; +UPDATE `gossip_menu` SET `TextID`= 16570 WHERE `TextID`= 530008; +UPDATE `conditions` SET `SourceEntry`= 16570 WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup`= 11817 AND `SourceEntry`= 530008; |
