mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-10 14:46:09 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user