Core/Spells: Implement spell queue
Port From (https://github.com/TrinityCore/TrinityCore/commit/27019a62a4294f8dd48d975f85b1907c5adee0e3)
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Game.Networking.Packets
|
||||
Cast.Read(_worldPacket);
|
||||
}
|
||||
|
||||
public SpellCastRequest Cast = new();
|
||||
public SpellCastRequestPkt Cast = new();
|
||||
}
|
||||
|
||||
class AccountToyUpdate : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user