fix(Core/GameObject): Remove unneeded ClearGossipMenuFor call (#18331)
This commit is contained in:
parent
b32292bb5e
commit
86bff27611
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ uint32 ScriptMgr::GetDialogStatus(Player* player, GameObject* go)
|
|||
ASSERT(go);
|
||||
|
||||
auto tempScript = ScriptRegistry<GameObjectScript>::GetScriptById(go->GetScriptId());
|
||||
ClearGossipMenuFor(player);
|
||||
return tempScript ? tempScript->GetDialogStatus(player, go) : DIALOG_STATUS_SCRIPTED_NO_STATUS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue