mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Gossip: Track started interaction types and reset only questgiver on quest accept
Closes #31120
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "AchievementPackets.h"
|
||||
#include "Common.h"
|
||||
#include "GameTime.h"
|
||||
#include "GossipDef.h"
|
||||
#include "Guild.h"
|
||||
#include "GuildMgr.h"
|
||||
#include "GuildPackets.h"
|
||||
@@ -249,6 +250,8 @@ void WorldSession::HandleGuildBankActivate(WorldPackets::Guild::GuildBankActivat
|
||||
return;
|
||||
}
|
||||
|
||||
GetPlayer()->PlayerTalkClass->GetInteractionData().StartInteraction(packet.Banker, PlayerInteractionType::GuildBanker);
|
||||
|
||||
guild->SendBankList(this, 0, packet.FullUpdate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user