From ef6b3f978d266830a3e88c06ec09c60b14eb8040 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Mon, 6 Jul 2009 11:24:30 +0400 Subject: [PATCH] [8134] Fixed typo in ACTION_T_MORPH_TO_ENTRY_OR_MODEL check. --- src/game/CreatureEventAIMgr.cpp | 3 +-- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/game/CreatureEventAIMgr.cpp b/src/game/CreatureEventAIMgr.cpp index 79f059961..b90f944ce 100644 --- a/src/game/CreatureEventAIMgr.cpp +++ b/src/game/CreatureEventAIMgr.cpp @@ -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); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 5f7397c33..965d2ad09 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8133" + #define REVISION_NR "8134" #endif // __REVISION_NR_H__