mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added more quest functions and completed the scripts for Gridania and most of Ul'dah. Up to the battle part that is.
This commit is contained in:
@@ -432,6 +432,7 @@ namespace FFXIVClassic_Lobby_Server
|
||||
if (spawnType.ToLower().StartsWith("0x"))
|
||||
sType = Convert.ToByte(spawnType, 16);
|
||||
else
|
||||
|
||||
sType = Convert.ToByte(spawnType);
|
||||
|
||||
if (mWorldManager.GetZone(zoneId) == null)
|
||||
|
||||
Reference in New Issue
Block a user