aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-09-14 23:53:37 +0200
committertreeston <treeston.mmoc@gmail.com>2016-09-20 00:37:36 +0200
commit6d00d3f28380dd0811a18913450b1dc4f07fef48 (patch)
tree4367f426d2c48a718cade01216e2da407fa9633f /src/server/scripts
parent0b658f789cab005c080941e2be33e855debcbfde (diff)
Core/Movement: Add new SplineChainMovementGenerator that allows accurate replication of sniffed waypoints in static sequences, along with DB facilities that allow loading of waypoints from DB.
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp
index b7f0b5782b2..e7143dc49c9 100644
--- a/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp
+++ b/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp
@@ -1272,6 +1272,7 @@ class npc_crate_helper : public CreatureScript
}
};
+
void AddSC_culling_of_stratholme()
{
new npc_arthas();