mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
More work trying to get the opening cutscene to fire right away.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user