mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[10710] Fixed typos in my previous commit
This commit is contained in:
parent
6c1dd50511
commit
24eb9ec87a
2 changed files with 3 additions and 3 deletions
|
|
@ -123,8 +123,8 @@ struct MANGOS_DLL_DECL CoordPair
|
|||
|
||||
CoordPair& normalize()
|
||||
{
|
||||
x_coord = std::min(x_coord, LIMIT);
|
||||
y_coord = std::min(y_coord, LIMIT);
|
||||
x_coord = std::min(x_coord, LIMIT-1);
|
||||
y_coord = std::min(y_coord, LIMIT-1);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue