AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ScriptedEscortAI.cpp File Reference
#include "ScriptedEscortAI.h"
#include "Group.h"
#include "Player.h"
#include "ScriptedCreature.h"

Go to the source code of this file.

Enumerations

enum  ePoints {
  POINT_LAST_POINT = 0xFFFFFF ,
  POINT_HOME = 0xFFFFFE
}
 

Enumeration Type Documentation

◆ ePoints

enum ePoints
Enumerator
POINT_LAST_POINT 
POINT_HOME 
24{
25 POINT_LAST_POINT = 0xFFFFFF,
26 POINT_HOME = 0xFFFFFE
27};
@ POINT_HOME
Definition ScriptedEscortAI.cpp:26
@ POINT_LAST_POINT
Definition ScriptedEscortAI.cpp:25