diff options
Diffstat (limited to 'src/actions/pets.h')
-rw-r--r-- | src/actions/pets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/pets.h b/src/actions/pets.h index f607f474c..5bc3bd5a9 100644 --- a/src/actions/pets.h +++ b/src/actions/pets.h @@ -44,6 +44,7 @@ namespace Actions decHandler(petFeed); decHandler(petDropLoot); decHandler(petReturnToEgg); + decHandler(petUnequip); } // namespace Actions #undef decHandler |