mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(scripts/instance): Force correct gossip/text updates (#3838)
This commit is contained in:
@@ -107,7 +107,15 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
SendGossipMenuFor(player, DEFAULT_GOSSIP_MESSAGE, creature->GetGUID());
|
||||
if (creature->GetEntry() == NPC_SYLVANAS_PART1)
|
||||
{
|
||||
SendGossipMenuFor(player, 15215, creature->GetGUID());
|
||||
}
|
||||
else if (creature->GetEntry() == NPC_JAINA_PART1)
|
||||
{
|
||||
SendGossipMenuFor(player, 15339, creature->GetGUID());
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user