aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDantestyleXD <DantestyleXD@users.noreply.github.com>2017-11-28 21:01:46 +0100
committerShauren <shauren.trinity@gmail.com>2017-11-28 21:01:46 +0100
commit3846d7a51d15a5d3abc53740dcdff3763fe9166b (patch)
tree87dece6925aaba6b7024070979b8766fc01e66d6
parent107ed5dc99ab6afebcff49a0b160fb1813c4333a (diff)
Core/Creature: Define battle pet npcflag (#20986)
-rw-r--r--src/server/game/Entities/Unit/UnitDefines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Entities/Unit/UnitDefines.h b/src/server/game/Entities/Unit/UnitDefines.h
index c023442e30f..38a110d7d86 100644
--- a/src/server/game/Entities/Unit/UnitDefines.h
+++ b/src/server/game/Entities/Unit/UnitDefines.h
@@ -270,6 +270,7 @@ enum NPCFlags : uint64
UNIT_NPC_FLAG_ARTIFACT_POWER_RESPEC = 0x0008000000, // artifact powers reset
UNIT_NPC_FLAG_TRANSMOGRIFIER = 0x0010000000, // transmogrification
UNIT_NPC_FLAG_VAULTKEEPER = 0x0020000000, // void storage
+ UNIT_NPC_FLAG_WILD_BATTLE_PET = 0x0040000000, // Pet that player can fight (Battle Pet)
UNIT_NPC_FLAG_BLACK_MARKET = 0x0080000000, // black market
UNIT_NPC_FLAG_ITEM_UPGRADE_MASTER = 0x0100000000,
UNIT_NPC_FLAG_GARRISON_ARCHITECT = 0x0200000000,