Fix build. (scripts are fixed but most need updated tho)

This commit is contained in:
hondacrx
2019-08-18 23:23:18 -04:00
parent aa71a8926a
commit b3faf9685a
61 changed files with 1611 additions and 1442 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ namespace Game.AI
public virtual void OnCharmed(bool apply) { }
public virtual void DoAction(int param) { }
public virtual void DoAction(int action) { }
public virtual uint GetData(uint id = 0) { return 0; }
public virtual void SetData(uint id, uint value) { }
public virtual void SetGUID(ObjectGuid guid, int id = 0) { }
@@ -402,7 +402,7 @@ namespace Game.Network.Packets
public int OverEnergize;
}
class SpellInstakillLog : ServerPacket
public class SpellInstakillLog : ServerPacket
{
public SpellInstakillLog() : base(ServerOpcodes.SpellInstakillLog, ConnectionType.Instance) { }