diff options
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r-- | src/game/Level3.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 4e0f39e2316..a0eadde9c4e 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -5390,6 +5390,11 @@ bool ChatHandler::HandleResetAllCommand(const char * args) atLogin = AT_LOGIN_RESET_TALENTS; sWorld.SendWorldText(LANG_RESETALL_TALENTS); } + else if(casename=="pet_spells") + { + atLogin = AT_LOGIN_RESET_PET_SPELLS; + sWorld.SendWorldText(LANG_RESETALL_PET_SPELLS); + } else { PSendSysMessage(LANG_RESETALL_UNKNOWN_CASE,args); |