mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11066] Remove tail whitespaces.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d5b982cbbe
commit
75b4f75f4d
58 changed files with 170 additions and 170 deletions
|
|
@ -267,7 +267,7 @@ bool Map::EnsureGridLoaded(const Cell &cell)
|
|||
//otherwise there is a possibility of infinity chain (grid loading will be called many times for the same grid)
|
||||
//possible scenario:
|
||||
//active object A(loaded with loader.LoadN call and added to the map)
|
||||
//summons some active object B, while B added to map grid loading called again and so on..
|
||||
//summons some active object B, while B added to map grid loading called again and so on..
|
||||
setGridObjectDataLoaded(true,cell.GridX(), cell.GridY());
|
||||
ObjectGridLoader loader(*grid, this, cell);
|
||||
loader.LoadN();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue