fix(Core/Creature): Resolve issue with dialog options randomly not working (#17596)
Remove unneeded ClearGossipMenuFor
This commit is contained in:
parent
f1cb3bfb3b
commit
48a43c7f44
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ uint32 ScriptMgr::GetDialogStatus(Player* player, Creature* creature)
|
|||
ASSERT(creature);
|
||||
|
||||
auto tempScript = ScriptRegistry<CreatureScript>::GetScriptById(creature->GetScriptId());
|
||||
ClearGossipMenuFor(player);
|
||||
return tempScript ? tempScript->GetDialogStatus(player, creature) : DIALOG_STATUS_SCRIPTED_NO_STATUS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue