- Fixed wrong possible location for Micky from D14 to D13

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1345 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2011-11-28 11:00:42 +00:00
parent 931e98c9f9
commit c86bfd63ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -437,7 +437,7 @@ function InitNPCs()
AddNPCtoSector( Profil.Micky, 9, SectorY.MAP_ROW_G, 0 )
elseif i == 2 then
-- D14
AddNPCtoSector( Profil.Micky, 14, SectorY.MAP_ROW_D, 0 )
AddNPCtoSector( Profil.Micky, 13, SectorY.MAP_ROW_D, 0 )
elseif i == 3 then
-- C5
AddNPCtoSector( Profil.Micky, 5, SectorY.MAP_ROW_C, 0 )
+1 -1
View File
@@ -437,7 +437,7 @@ function InitNPCs()
AddNPCtoSector( Profil.Micky, 9, SectorY.MAP_ROW_G, 0 )
elseif i == 2 then
-- D14
AddNPCtoSector( Profil.Micky, 14, SectorY.MAP_ROW_D, 0 )
AddNPCtoSector( Profil.Micky, 13, SectorY.MAP_ROW_D, 0 )
elseif i == 3 then
-- C5
AddNPCtoSector( Profil.Micky, 5, SectorY.MAP_ROW_C, 0 )