diff options
author | Killyana <morphone1@gmail.com> | 2019-01-14 18:03:01 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-01-14 18:03:01 +0100 |
commit | 772a68d624c779bee55f802ca189249f077c04fa (patch) | |
tree | 5004731e834cfc5a39af96c722782460ea0d79bf /src | |
parent | d609e515d7f5ab2f250fec409d9fb690f301b906 (diff) |
DB/Creature: Update Lord Victor Nefarius gossips with the correct entry
Closes #22946
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp index 77f5d2e594f..6ec4caac74d 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp @@ -81,7 +81,7 @@ enum Says enum Gossip { - GOSSIP_ID = 21332, + GOSSIP_ID = 6045, GOSSIP_OPTION_ID = 0 }; |