diff options
Diffstat (limited to 'src/game/Pet.cpp')
-rw-r--r-- | src/game/Pet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 11f1ba5d236..32ffd80801b 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -304,7 +304,7 @@ bool Pet::LoadPetFromDB( Player* owner, uint32 petentry, uint32 petnumber, bool AIM_Initialize(); map->Add((Creature*)this); - // Spells should be loaded after pet is added to map, because in CanCast is check on it + // Spells should be loaded after pet is added to map, because in CheckCast is check on it _LoadSpells(); _LoadSpellCooldowns(); |