diff options
author | Killyana <morphone1@gmail.com> | 2019-01-14 18:03:01 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-21 19:45:48 +0100 |
commit | f497534b15330f194d949ddb5ac2b19b005df16b (patch) | |
tree | 43a40ba2ef33cc47b8c7a5a42c50a85d811c4787 /src | |
parent | 8d6eda6ba765ff38565d6ca8825260d83afd1064 (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 108d6a8dd31..742b76f3913 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp @@ -80,7 +80,7 @@ enum Says enum Gossip { - GOSSIP_ID = 21332, + GOSSIP_ID = 6045, GOSSIP_OPTION_ID = 0 }; |