diff options
Diffstat (limited to 'src/game/GameObject.h')
-rw-r--r-- | src/game/GameObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameObject.h b/src/game/GameObject.h index 232b711bcf9..c65938000bb 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -47,7 +47,7 @@ struct GameObjectInfo uint32 faction; uint32 flags; float size; - uint32 questItems[4]; + uint32 questItems[6]; union // different GO types have different data field { //0 GAMEOBJECT_TYPE_DOOR |