diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 4f8132fe404..3e2a6e72dfd 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -2068,9 +2068,9 @@ bool Creature::LoadCreaturesAddon(bool reload) if (cainfo->move_flags != 0) SetUnitMovementFlags(cainfo->move_flags); - //Load Path
- if (cainfo->path_id != 0)
- m_path_id = cainfo->path_id;
+ //Load Path + if (cainfo->path_id != 0) + m_path_id = cainfo->path_id; if(cainfo->auras) { |