mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-11 03:30:33 +00:00
refactor(Core): Add definition file for area table entries. (#22054)
This commit is contained in:
@@ -32,7 +32,7 @@ DoorData const doorData[] =
|
||||
class instance_gundrak : public InstanceMapScript
|
||||
{
|
||||
public:
|
||||
instance_gundrak() : InstanceMapScript("instance_gundrak", 604) { }
|
||||
instance_gundrak() : InstanceMapScript("instance_gundrak", MAP_GUNDRAK) { }
|
||||
|
||||
InstanceScript* GetInstanceScript(InstanceMap* pMap) const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user