Fix typo in boss_palehoof_orbAI. Closes #856.

--HG--
branch : trunk
This commit is contained in:
bkhorizon
2009-12-19 20:04:00 -06:00
parent 722abf4a81
commit e30d516f5a

View File

@@ -737,7 +737,7 @@ struct TRINITY_DLL_DECL mob_palehoof_orbAI : public ScriptedAI
{
if (type != POINT_MOTION_TYPE)
return;
if(id<0&&id>4)
if(id<0 || id>4)
return;
Creature *pNext;
switch(id)