aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-08-11 22:07:01 +0200
committerMachiavelli <none@none>2010-08-11 22:07:01 +0200
commit5a2b6cc0fb99105c403172645b0eaa9fe98eee57 (patch)
tree973814d8de0b39df3a85a1d6b84d27918cb358a7 /src
parentd5270f9e0df3c1b08af6ccd440bfb0fd06f48f8d (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp b/src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp
index 920f99d9e1a..7ad0df957d3 100644
--- a/src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp
+++ b/src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp
@@ -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