summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 6bb916299..f87964bf4 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -391,9 +391,8 @@ struct guild_castle {
int visibleC;
struct {
unsigned visible : 1;
- int hp;
- int id;
- } guardian[MAX_GUARDIANS]; //New simplified structure. [Skotlex]
+ int id; // object id
+ } guardian[MAX_GUARDIANS];
};
// for Brandish Spear calculations