chore(Core/Creature): Fix typo (#20510)
This commit is contained in:
parent
60c6cbdeb8
commit
734bcb5d10
3 changed files with 5 additions and 5 deletions
|
|
@ -5073,7 +5073,7 @@ void SmartScript::GetScript()
|
|||
|
||||
if (CreatureTemplate const* cInfo = me->GetCreatureTemplate())
|
||||
{
|
||||
if (cInfo->HasFlagsExtra(CREATURE_FLAG_DONT_OVERRIDE_ENTRY_SAI))
|
||||
if (cInfo->HasFlagsExtra(CREATURE_FLAG_EXTRA_DONT_OVERRIDE_ENTRY_SAI))
|
||||
{
|
||||
e = sSmartScriptMgr->GetScript((int32)me->GetEntry(), mScriptType);
|
||||
FillScript(e, me, nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue