aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/kalimdor
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-07 17:24:07 +0200
committerSpp <none@none>2010-04-07 17:24:07 +0200
commitf490ad5ac259712e323f0a52e608ff1383b2fc41 (patch)
tree1bbe00973a622672eccf3450f302f7cb3bc33882 /src/scripts/kalimdor
parent502fc82fb822e4245aff0530d22c013daa5d3de9 (diff)
Code Style: tab to spaces
--HG-- branch : trunk
Diffstat (limited to 'src/scripts/kalimdor')
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h2
-rw-r--r--src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp2
-rw-r--r--src/scripts/kalimdor/razorfen_downs/razorfen_downs.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h
index d020770bb77..2fc8135762b 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholme.h
@@ -63,6 +63,6 @@ enum GameObjects
GO_MALGANIS_GATE_2 = 187723,
GO_EXIT_GATE = 191788,
GO_MALGANIS_CHEST_N = 190663,
- GO_MALGANIS_CHEST_H = 193597
+ GO_MALGANIS_CHEST_H = 193597
};
#endif
diff --git a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp
index b034c7e5c28..d3d5da802d6 100644
--- a/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp
+++ b/src/scripts/kalimdor/caverns_of_time/culling_of_stratholme/instance_culling_of_stratholme.cpp
@@ -101,7 +101,7 @@ struct instance_culling_of_stratholme : public ScriptedInstance
HandleGameObject(uiExitGate,true);
break;
case GO_MALGANIS_CHEST_N:
- case GO_MALGANIS_CHEST_H:
+ case GO_MALGANIS_CHEST_H:
uiMalGanisChest = pGo->GetGUID();
if (m_auiEncounter[3] == DONE)
pGo->RemoveFlag(GAMEOBJECT_FLAGS,GO_FLAG_INTERACT_COND);
diff --git a/src/scripts/kalimdor/razorfen_downs/razorfen_downs.h b/src/scripts/kalimdor/razorfen_downs/razorfen_downs.h
index d1c95d3f305..a67b4223c4a 100644
--- a/src/scripts/kalimdor/razorfen_downs/razorfen_downs.h
+++ b/src/scripts/kalimdor/razorfen_downs/razorfen_downs.h
@@ -32,7 +32,7 @@ enum eData64
enum eGameObject
{
- GO_GONG = 148917
+ GO_GONG = 148917
};
enum eCreature