From 61bf51874de432856ecd2c5794334bd256d4b014 Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Fri, 31 Jul 2020 20:53:13 +0000 Subject: Core/Misc: Fix static analysis issues (#25178) (cherry picked from commit 7cf122fc2a604bae77d0b935536c41ec9203e62d) --- src/server/game/Instances/InstanceScript.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/server/game/Instances/InstanceScript.h') diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h index b4a4de064cf..985101779be 100644 --- a/src/server/game/Instances/InstanceScript.h +++ b/src/server/game/Instances/InstanceScript.h @@ -162,11 +162,6 @@ class TC_GAME_API InstanceScript : public ZoneScript InstanceMap* instance; - // On creation, NOT load. - // PLEASE INITIALIZE FIELDS IN THE CONSTRUCTOR INSTEAD !!! - // KEEPING THIS METHOD ONLY FOR BACKWARD COMPATIBILITY !!! - virtual void Initialize() { } - // On instance load, exactly ONE of these methods will ALWAYS be called: // if we're starting without any saved instance data virtual void Create(); -- cgit v1.2.3