More work trying to get the opening cutscene to fire right away.

This commit is contained in:
Filip Maj
2016-03-30 20:15:21 -04:00
parent b33b0b1bc4
commit 597a800599
7 changed files with 17 additions and 17 deletions

View File

@@ -14,9 +14,9 @@ namespace FFXIVClassic_Map_Server.actors.director
public OpeningDirector(uint id) : base(id)
{
this.displayNameId = 0;
this.customDisplayName = "openingDire_ocn0Btl02_0h";
this.customDisplayName = "openingDire";
this.actorName = "openingDire_ocn0Btl02_0h@0C100";
this.actorName = "openingDire";
this.className = "OpeningDirector";
this.eventConditions = new EventList();