diff options
author | Brian <runningnak3d@gmail.com> | 2009-11-26 12:23:33 -0700 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2009-11-26 12:23:33 -0700 |
commit | 7d754c3f7f0046ae432028ba8745256bbcbaeb39 (patch) | |
tree | 2784fd860d23ad230e3d88318e8ccf82cf46c2d3 /src/game/Creature.h | |
parent | d792107835b10f2018f497ada1e9efe92bae3d67 (diff) |
* Added support for questItem5 and questItem6 in creature and gameobject
* templates.
*
* Thanks to Malcrom for doing the research.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.h')
-rw-r--r-- | src/game/Creature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h index 1ab3bdbbb62..ab9915c0bda 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -229,7 +229,7 @@ struct CreatureInfo float unk16; float unk17; bool RacialLeader; - uint32 questItems[4]; + uint32 questItems[6]; uint32 movementId; bool RegenHealth; uint32 equipmentId; |