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:
EpicValor
2023-09-22 21:52:04 -05:00
parent 5b34d6ca3c
commit 0b236318c4
11 changed files with 11 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ void main()
}
}
ExecuteScript("race_hb", OBJECT_SELF);
//ExecuteScript("race_hb", OBJECT_SELF);
ExecuteScript("nw_ch_ac1", OBJECT_SELF);
}