Sync with L2jServer HighFive Mar 25th 2015.

This commit is contained in:
MobiusDev
2015-03-25 06:48:51 +00:00
parent e0c66b1412
commit 82606870c0
194 changed files with 2619 additions and 2869 deletions

View File

@ -89,11 +89,9 @@ public class TvTEvent
/** Instance id<br> */
private static int _TvTEventInstance = 0;
/**
* No instance of this class!<br>
*/
private TvTEvent()
{
// Prevent external initialization.
}
/**
@ -165,7 +163,7 @@ public class TvTEvent
* Starts the TvTEvent fight<br>
* 1. Set state EventState.STARTING<br>
* 2. Close doors specified in configs<br>
* 3. Abort if not enought participants(return false)<br>
* 3. Abort if not enough participants(return false)<br>
* 4. Set state EventState.STARTED<br>
* 5. Teleport all participants to team spot<br>
* <br>