From 7422557d03b3cbb5b00a39b16c52f879c2f31fdd Mon Sep 17 00:00:00 2001 From: Treeston Date: Thu, 31 Dec 2015 19:51:07 +0100 Subject: Merge pull request #16110 from Treeston/3.3.5-instancerevive Game/Maps: Clean up instance zone-in handling (cherry picked from commit eb3dc8a4f064d89b78248a511bcf67f805ea3314) --- src/server/game/Instances/InstanceScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/Instances') diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h index 56e97217e2a..02c9bfa408e 100644 --- a/src/server/game/Instances/InstanceScript.h +++ b/src/server/game/Instances/InstanceScript.h @@ -161,7 +161,7 @@ class InstanceScript : public ZoneScript virtual void Update(uint32 /*diff*/) { } - // Used by the map's CanEnter function. + // Used by the map's CannotEnter function. // This is to prevent players from entering during boss encounters. virtual bool IsEncounterInProgress() const; -- cgit v1.2.3