Add T4 Hero System (configurable on install)

Add T4 Hero System (configurable on install with TRUE/FALS) part of #285

-Adventures
-Merchants
-Equipment
This commit is contained in:
novgorodschi catalin
2026-07-10 09:15:42 +03:00
parent ed325b6d99
commit 3c99623a33
46 changed files with 4367 additions and 32 deletions
+8
View File
@@ -452,6 +452,14 @@ class Message
case 24:
case 25:
return 24;
// Hero adventure report (T4 hero port)
case 26:
return 26;
// Hero auction report (T4 hero port)
case 27:
return 27;
}
return $type;
}