From 70fc93da7b022f441b92d83fa2f4df48c2be2ae4 Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Mon, 9 Aug 2010 19:53:21 +0200 Subject: * Get rid of virtual function calls completely, seeing as they weren't necessary. Thanks to Ge0rG and Derex for enlightening me about this..... * Also add map ID for EoE instance script (thanks Silinoron). --HG-- branch : trunk --- .../scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Northrend') diff --git a/src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp b/src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp index e64c40cc550..83a9f497c39 100644 --- a/src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp +++ b/src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp @@ -21,7 +21,7 @@ class instance_eye_of_eternity : public InstanceMapScript { public: - instance_eye_of_eternity() : InstanceMapScript("instance_eye_of_eternity") { } + instance_eye_of_eternity() : InstanceMapScript("instance_eye_of_eternity", 616) { } InstanceScript* GetInstanceData_InstanceMapScript(Map* pMap) { -- cgit v1.2.3