diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 18fda4bee..1c3d1e53a 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -425,6 +425,8 @@ struct guild_castle { unsigned visible : 1; int id; // object id } guardian[MAX_GUARDIANS]; + int* temp_guardians; // ids of temporary guardians (mobs) + int temp_guardians_max; }; // for Brandish Spear calculations |