mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-12 21:19:08 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user