Add /pet hold on and /pet hold off support for UF/RoF

This commit is contained in:
Michael Cook (mackal)
2013-09-13 15:20:45 -04:00
parent fdb6f0fe84
commit d119ed058b
5 changed files with 33 additions and 0 deletions
+2
View File
@@ -19,6 +19,8 @@
#define PET_FOCUS 19
#define PET_FOCUS_ON 25
#define PET_FOCUS_OFF 26
#define PET_HOLD_ON 27
#define PET_HOLD_OFF 28
class Pet : public NPC {
public: