From 6d00d3f28380dd0811a18913450b1dc4f07fef48 Mon Sep 17 00:00:00 2001 From: treeston Date: Wed, 14 Sep 2016 23:53:37 +0200 Subject: 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. --- .../Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/scripts') 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(); -- cgit v1.2.3