diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2024-11-16 18:50:22 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-11-16 18:50:22 +0100 |
| commit | 22994291a352e94689b0ec5d006c73a913728dee (patch) | |
| tree | 5117807c7b7973ab45f8758702be221ceb67cd2f | |
| parent | 810257acba9ab193df8d1f53a927a0ff2553f3bb (diff) | |
DB/Text: use the correct ID for the recently added hunter npc_text entry from very old sniff data
| -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; |
