mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +00:00
Fixed: pet spells, possible sql injection, increased sql query size once again
This commit is contained in:
parent
11d5269853
commit
3e8ebb024f
5 changed files with 83 additions and 84 deletions
|
|
@ -632,7 +632,7 @@ struct PetLevelupSpell
|
|||
uint32 ReqLevel;
|
||||
};
|
||||
|
||||
typedef std::list<PetLevelupSpell> PetLevelupSpellList;
|
||||
typedef std::vector<PetLevelupSpell> PetLevelupSpellList;
|
||||
typedef std::map<uint32, PetLevelupSpellList> PetLevelupSpellMap;
|
||||
|
||||
inline bool IsPrimaryProfessionSkill(uint32 skill)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue