feat(headless): complete deterministic bot command parity
This commit is contained in:
parent
7e8acb74dd
commit
38e83640d9
37 changed files with 2805 additions and 295 deletions
|
|
@ -581,6 +581,8 @@ public sealed class NoWindowGameRuntimeHostTests
|
|||
throw new InvalidOperationException("observer");
|
||||
public void OnPortal(in RuntimePortalDelta delta) =>
|
||||
throw new InvalidOperationException("observer");
|
||||
public void OnCombat(in RuntimeCombatDelta delta) =>
|
||||
throw new InvalidOperationException("observer");
|
||||
}
|
||||
|
||||
private static WorldSession.EntitySpawn Spawn(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue