psu_game: 12_xx commands must not be sent on area change that stays in the same zone.
This commit is contained in:
parent
2d8b8ce602
commit
883c12eea7
@ -366,6 +366,7 @@ area_load(AreaType, IsStart, SetID, OldUser, User, QuestFile, ZoneFile, AreaName
|
||||
true ->
|
||||
send_020c()
|
||||
end,
|
||||
if ZoneChange =:= true ->
|
||||
case AreaType of
|
||||
myroom ->
|
||||
send_1332(),
|
||||
@ -378,8 +379,10 @@ area_load(AreaType, IsStart, SetID, OldUser, User, QuestFile, ZoneFile, AreaName
|
||||
send_1206(),
|
||||
send_1207();
|
||||
_ -> ignore
|
||||
end;
|
||||
true -> ignore
|
||||
end,
|
||||
if AreaType /= spaceport ->
|
||||
if ZoneChange, AreaType /= spaceport ->
|
||||
send_1212();
|
||||
true -> ignore
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user