diff --git a/src/game/CreatureEventAI.cpp b/src/game/CreatureEventAI.cpp index 83b082c65..9e663107f 100644 --- a/src/game/CreatureEventAI.cpp +++ b/src/game/CreatureEventAI.cpp @@ -328,8 +328,8 @@ void CreatureEventAI::ProcessAction(CreatureEventAI_Action const& action, uint32 switch( rand()%3 ) { case 0: temp = action.text.TextId1; break; - case 2: temp = action.text.TextId2; break; - case 3: temp = action.text.TextId3; break; + case 1: temp = action.text.TextId2; break; + case 2: temp = action.text.TextId3; break; } } else if (action.text.TextId2 && urand(0,1)) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c50138bb8..389367190 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 "7853" + #define REVISION_NR "7854" #endif // __REVISION_NR_H__