* 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
This commit is contained in:
XTZGZoReX
2010-08-09 19:53:21 +02:00
parent a094d3e281
commit 70fc93da7b
3 changed files with 151 additions and 318 deletions

View File

@@ -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)
{