From 0509a780c8ea7e30e10d82de5bd10e525adb89d5 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 10 Oct 2010 01:03:21 +0200 Subject: Core/Entities: Ensure that pets retain their XP-points when dismissed in any form or way (outrunning/riding/mounting/flying) Also clean up the logic a bit - pet stats initialization initializes hp/mana/powers on pets, while they should only be initialized/changed on pet call/creation. Fixes issues 4284 --HG-- branch : trunk --- src/server/shared/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/shared') diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h index 48ec5d4eb6d..e369583f007 100755 --- a/src/server/shared/Common.h +++ b/src/server/shared/Common.h @@ -48,7 +48,7 @@ #undef VERSION #endif //VERSION -# include "config.h" +# include "Config.h" #undef PACKAGE #undef PACKAGE_BUGREPORT -- cgit v1.2.3