Changed hench golems to be destroyed upon death
The hench bleed system has issues. The hench on death after bleeding out would drop a "backpack" with all their undroppable gear in multitudes bugging the system and making them unable to be destroyed after leaving the service of a player. Thus piling them up inside the golem rental store. It's best to just destroy them outright upon their deaths.
This commit is contained in:
@@ -1345,7 +1345,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1394,7 +1394,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@@ -778,7 +778,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -827,7 +827,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user