mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10807] Typo fix and memory layout optimization.
This commit is contained in:
parent
fc35cf0d3b
commit
2277b24207
3 changed files with 3 additions and 3 deletions
|
|
@ -8151,7 +8151,7 @@ void Spell::EffectBind(SpellEffectIndex eff_idx)
|
|||
loc.mapid = st->target_mapId;
|
||||
loc.coord_x = st->target_X;
|
||||
loc.coord_y = st->target_Y;
|
||||
loc.coord_z = st->target_Y;
|
||||
loc.coord_z = st->target_Z;
|
||||
loc.orientation = st->target_Orientation;
|
||||
area_id = sTerrainMgr.GetAreaId(loc.mapid, loc.coord_x, loc.coord_y, loc.coord_z);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue