diff options
Diffstat (limited to 'src/game-server/state.cpp')
-rw-r--r-- | src/game-server/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/state.cpp b/src/game-server/state.cpp index f690b661..054917b3 100644 --- a/src/game-server/state.cpp +++ b/src/game-server/state.cpp @@ -90,7 +90,7 @@ static void serializeLooks(Entity *ch, MessageOut &msg) // The map storing the info about the look changes to send //{ slot type id, item id } - std::map <unsigned, unsigned> lookChanges; + std::map<unsigned, unsigned> lookChanges; // Note that we can send several updates on the same slot type as different // items may have been equipped. |