mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Code: Unify codestyle for brackets: {} to { }.
Also added missing copyright to some files.
This commit is contained in:
@@ -64,7 +64,7 @@ class ObjectWorldLoader
|
||||
public:
|
||||
explicit ObjectWorldLoader(ObjectGridLoader& gloader)
|
||||
: i_cell(gloader.i_cell), i_map(gloader.i_map), i_corpses (0)
|
||||
{}
|
||||
{ }
|
||||
|
||||
void Visit(CorpseMapType &m);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user