mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[8134] Fixed typo in ACTION_T_MORPH_TO_ENTRY_OR_MODEL check.
This commit is contained in:
parent
08f1c95874
commit
ef6b3f978d
2 changed files with 2 additions and 3 deletions
|
|
@ -473,9 +473,8 @@ void CreatureEventAIMgr::LoadCreatureEventAI_Scripts()
|
|||
action.morph.modelId = 0;
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case ACTION_T_SOUND:
|
||||
if (!sSoundEntriesStore.LookupEntry(action.sound.soundId))
|
||||
sLog.outErrorDb("CreatureEventAI: Event %u Action %u uses non-existant SoundID %u.", i, j+1, action.sound.soundId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue