mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-17 06:25:11 +00:00
refactor(Core): Add definition file for area table entries. (#22054)
This commit is contained in:
@@ -54,7 +54,7 @@ BossBoundaryData const boundaries =
|
||||
class instance_the_eye : public InstanceMapScript
|
||||
{
|
||||
public:
|
||||
instance_the_eye() : InstanceMapScript("instance_the_eye", 550) { }
|
||||
instance_the_eye() : InstanceMapScript("instance_the_eye", MAP_TEMPEST_KEEP) { }
|
||||
|
||||
struct instance_the_eye_InstanceMapScript : public InstanceScript
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ static DoorData const doorData[] =
|
||||
class instance_mechanar : public InstanceMapScript
|
||||
{
|
||||
public:
|
||||
instance_mechanar(): InstanceMapScript("instance_mechanar", 554) { }
|
||||
instance_mechanar(): InstanceMapScript("instance_mechanar", MAP_TEMPEST_KEEP_THE_MECHANAR) { }
|
||||
|
||||
struct instance_mechanar_InstanceMapScript : public InstanceScript
|
||||
{
|
||||
|
||||
@@ -37,7 +37,7 @@ ObjectData const creatureData[] =
|
||||
class instance_arcatraz : public InstanceMapScript
|
||||
{
|
||||
public:
|
||||
instance_arcatraz() : InstanceMapScript("instance_arcatraz", 552) { }
|
||||
instance_arcatraz() : InstanceMapScript("instance_arcatraz", MAP_TEMPEST_KEEP_THE_ARCATRAZ) { }
|
||||
|
||||
struct instance_arcatraz_InstanceMapScript : public InstanceScript
|
||||
{
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
class instance_the_botanica : public InstanceMapScript
|
||||
{
|
||||
public:
|
||||
instance_the_botanica() : InstanceMapScript("instance_the_botanica", 553) { }
|
||||
instance_the_botanica() : InstanceMapScript("instance_the_botanica", MAP_TEMPEST_KEEP_THE_BOTANICA) { }
|
||||
|
||||
struct instance_the_botanica_InstanceMapScript : public InstanceScript
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user