diff options
Diffstat (limited to 'src/common')
-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 6e136c2ae..4858a1667 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -366,6 +366,8 @@ struct guild_castle { int id; } guardian[MAX_GUARDIANS]; //New simplified structure. [Skotlex] }; + +// for Brandish Spear calculations struct square { int val1[5]; int val2[5]; |