Merge pull request #314 from Fate-JH/nonsense

Player Kills Game
This commit is contained in:
Mazo 2020-01-05 10:11:58 +00:00 committed by GitHub
commit 9331a0136b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3357,7 +3357,6 @@ class WorldSessionActor extends Actor
player.Slot(39).Equipment = SimpleItem(remote_electronics_kit)
player.Locker.Inventory += 0 -> SimpleItem(remote_electronics_kit)
player.Inventory.Items.foreach { _.obj.Faction = faction }
player.Actor = self
//TODO end temp player character auto-loading
self ! ListAccountCharacters
import scala.concurrent.ExecutionContext.Implicits.global