diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-12-22 04:34:26 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-12-22 04:34:26 +0000 |
| commit | 41b0a9ec86b2805801924bc78da28d790a618142 (patch) | |
| tree | b6beebd9f8c0b60c487f291ed2c6fa1a456dc4e7 /src/server/game/Entities/Unit | |
| parent | 9fe7bedd106e137d09cf451a207eeafb324df9ce (diff) | |
Core/Quest: Fix and enable CMSG_QUEST_CONFIRM_ACCEPT
Core/Protocol: Add CMSG_QUEST_POI_QUERY opcode
Diffstat (limited to 'src/server/game/Entities/Unit')
| -rwxr-xr-x | src/server/game/Entities/Unit/Unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Entities/Unit/Unit.h b/src/server/game/Entities/Unit/Unit.h index 4f0db86adc1..951682cc5ee 100755 --- a/src/server/game/Entities/Unit/Unit.h +++ b/src/server/game/Entities/Unit/Unit.h @@ -628,7 +628,7 @@ enum NPCFlags { UNIT_NPC_FLAG_NONE = 0x00000000, UNIT_NPC_FLAG_GOSSIP = 0x00000001, // 100% - UNIT_NPC_FLAG_QUESTGIVER = 0x00000002, // guessed, probably ok + UNIT_NPC_FLAG_QUESTGIVER = 0x00000002, // 100% UNIT_NPC_FLAG_UNK1 = 0x00000004, UNIT_NPC_FLAG_UNK2 = 0x00000008, UNIT_NPC_FLAG_TRAINER = 0x00000010, // 100% |
