mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
16 char copy not 32
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ Doors::Doors(const Door* door) :
|
||||
|
||||
close_timer.Disable();
|
||||
|
||||
strn0cpy(dest_zone,door->dest_zone,32);
|
||||
strn0cpy(dest_zone,door->dest_zone,16);
|
||||
dest_instance_id = door->dest_instance_id;
|
||||
|
||||
is_ldon_door = door->is_ldon_door;
|
||||
|
||||
Reference in New Issue
Block a user