[8134] Fixed typo in ACTION_T_MORPH_TO_ENTRY_OR_MODEL check.

This commit is contained in:
VladimirMangos 2009-07-06 11:24:30 +04:00
parent 08f1c95874
commit ef6b3f978d
2 changed files with 2 additions and 3 deletions

View file

@ -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);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8133"
#define REVISION_NR "8134"
#endif // __REVISION_NR_H__