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 a3ac0795f..f607f474c 100644 --- a/src/actions/pets.h +++ b/src/actions/pets.h @@ -43,6 +43,7 @@ namespace Actions decHandler(petMove); decHandler(petFeed); decHandler(petDropLoot); + decHandler(petReturnToEgg); } // namespace Actions #undef decHandler |