mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Add equip ability functions
Fix EquipAbility SQL query
This commit is contained in:
		| @@ -0,0 +1,22 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.actors.director.Work | ||||
| { | ||||
|  | ||||
|     class GuildleveWork | ||||
|     { | ||||
|         public uint startTime = 0; | ||||
|         public sbyte[] aimNum = new sbyte[4]; | ||||
|         public sbyte[] aimNumNow = new sbyte[4]; | ||||
|         public sbyte[] uiState = new sbyte[4]; | ||||
|         public float[] markerX = new float[3]; | ||||
|         public float[] markerY = new float[3]; | ||||
|         public float[] markerZ = new float[3]; | ||||
|         public sbyte signal; | ||||
|     } | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user