feat(adventure-bots) Fixed issues with Adventure bot assembly and initial spawning into the game world.

This commit is contained in:
Kermit Frog
2022-01-18 14:07:15 +00:00
committed by Ryan
parent 869773bf60
commit 12d4182e34
2 changed files with 22 additions and 5 deletions
+1
View File
@@ -116,3 +116,4 @@
- Increase drop rate of Sinister Key to 1/12 - aweinstock
- Strike spells now always max on Salarin, convert Yanille Agility Dungeon to kotlin + listener - aweinstock
- Refactor NPCDropTable, WeightBasedTable and fixed bug where special items weren't processed in some cases - ryannathans
- Fixed issues with Adventure bot assembly and initial spawning into game world - Sir Kermit