Add respawn timer to smartscript despawn

This commit is contained in:
hondacrx
2017-07-24 14:05:36 -04:00
parent cbf11e07ae
commit 4b447a3aa4
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -2348,6 +2348,7 @@ namespace Game.AI
public struct ForceDespawn
{
public uint delay;
public uint respawn;
}
public struct InvincHP
{