mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
This is why we need to be consistent in the code, so we can find and replace globally without having to check out every individual file.
Fixes build. --HG-- branch : trunk
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
|
||||
InstanceScript* GetInstanceScript(InstanceMap* pMap) const
|
||||
{
|
||||
return new instance_archavon_InstanceMapScript(map);
|
||||
return new instance_archavon_InstanceMapScript(pMap);
|
||||
}
|
||||
|
||||
struct instance_archavon_InstanceMapScript : public InstanceScript
|
||||
|
||||
Reference in New Issue
Block a user