mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
16 char copy not 32
This commit is contained in:
parent
cd9ca65587
commit
53f3fbfb4d
@ -64,7 +64,7 @@ Doors::Doors(const Door* door) :
|
|||||||
|
|
||||||
close_timer.Disable();
|
close_timer.Disable();
|
||||||
|
|
||||||
strn0cpy(dest_zone,door->dest_zone,32);
|
strn0cpy(dest_zone,door->dest_zone,16);
|
||||||
dest_instance_id = door->dest_instance_id;
|
dest_instance_id = door->dest_instance_id;
|
||||||
|
|
||||||
is_ldon_door = door->is_ldon_door;
|
is_ldon_door = door->is_ldon_door;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user