muffin v6.17
This commit is contained in:
parent
a02c1a52bd
commit
ce02cf3d0e
4 changed files with 963 additions and 25 deletions
|
@ -192,6 +192,41 @@ internal sealed class AlliedSocietyData
|
|||
case 5287:
|
||||
case 5288:
|
||||
return EAlliedSociety.MamoolJa;
|
||||
case 5330:
|
||||
case 5331:
|
||||
case 5332:
|
||||
case 5333:
|
||||
case 5334:
|
||||
case 5335:
|
||||
case 5336:
|
||||
case 5337:
|
||||
case 5338:
|
||||
case 5339:
|
||||
case 5340:
|
||||
case 5341:
|
||||
case 5342:
|
||||
case 5343:
|
||||
case 5344:
|
||||
case 5345:
|
||||
case 5346:
|
||||
case 5347:
|
||||
case 5348:
|
||||
case 5349:
|
||||
case 5350:
|
||||
case 5351:
|
||||
case 5352:
|
||||
case 5353:
|
||||
case 5354:
|
||||
case 5355:
|
||||
case 5356:
|
||||
case 5357:
|
||||
case 5358:
|
||||
case 5359:
|
||||
case 5360:
|
||||
case 5361:
|
||||
case 5362:
|
||||
case 5363:
|
||||
return EAlliedSociety.YokHuy;
|
||||
default:
|
||||
return EAlliedSociety.None;
|
||||
}
|
||||
|
@ -215,6 +250,10 @@ internal sealed class AlliedSocietyData
|
|||
normalNpcs = Array.Empty<uint>();
|
||||
mountNpcs = new uint[3] { 1017322u, 1017470u, 1017471u };
|
||||
break;
|
||||
case EAlliedSociety.YokHuy:
|
||||
normalNpcs = new uint[1] { 1054635u };
|
||||
mountNpcs = Array.Empty<uint>();
|
||||
break;
|
||||
default:
|
||||
normalNpcs = Array.Empty<uint>();
|
||||
mountNpcs = Array.Empty<uint>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue