diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index e5e7709bc..6e4020db2 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -519,12 +519,6 @@ struct guild_castle { int temp_guardians_max; }; -// for Brandish Spear calculations -struct square { - int val1[5]; - int val2[5]; -}; - struct fame_list { int id; int fame; |