diff options
Diffstat (limited to 'src/game-server/being.cpp')
-rw-r--r-- | src/game-server/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp index d3c151e7..87bcb0a3 100644 --- a/src/game-server/being.cpp +++ b/src/game-server/being.cpp @@ -206,4 +206,4 @@ WeaponStats Being::getWeaponStats() weaponStats.skill = 0; return weaponStats; -}; +} |