Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
SpellBookPackets.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef SpellBookPackets_h__
7#define SpellBookPackets_h__
8
9#include "Common.h"
10#include "WorldPacket.h"
11
12#include <utility>
13#include <vector>
14
15namespace Skyfire::SpellBook
16{
17 using SupercededSpellPair = std::pair<uint32, uint32>;
18
19 WorldPacket BuildSupercededSpellPacket(std::vector<SupercededSpellPair> const& spellPairs);
20}
21
22#endif // SpellBookPackets_h__
WorldPacket BuildSupercededSpellPacket(std::vector< SupercededSpellPair > const &spellPairs)
std::pair< uint32, uint32 > SupercededSpellPair