mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
This commit is contained in:
parent
dd6df37c14
commit
899d7dec74
32 changed files with 72 additions and 72 deletions
|
|
@ -155,8 +155,8 @@ struct CreatureDisplayInfoEntry
|
|||
struct CreatureFamilyEntry
|
||||
{
|
||||
uint32 ID; // 0
|
||||
float minScale; // 1
|
||||
uint32 minScaleLevel; // 2 0/1
|
||||
float minScale; // 1
|
||||
uint32 minScaleLevel; // 2 0/1
|
||||
float maxScale; // 3
|
||||
uint32 maxScaleLevel; // 4 0/60
|
||||
uint32 skillLine[2]; // 5-6
|
||||
|
|
@ -430,7 +430,7 @@ struct MapEntry
|
|||
|
||||
bool IsMountAllowed() const
|
||||
{
|
||||
return !IsDungeon() ||
|
||||
return !IsDungeon() ||
|
||||
MapID==568 || MapID==309 || MapID==209 || MapID==534 ||
|
||||
MapID==560 || MapID==509 || MapID==269;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue