Fixed: pet spells, possible sql injection, increased sql query size once again

This commit is contained in:
tomrus88 2008-11-04 18:23:52 +03:00
parent 11d5269853
commit 3e8ebb024f
5 changed files with 83 additions and 84 deletions

View file

@ -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)