Update waypoints for black knight in Trail of the champion to be more blizzlike.

closes: #1072
This commit is contained in:
talamortis
2019-01-06 16:55:38 +00:00
parent 9a36f5957b
commit 247bb8f7bd
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO version_db_world (`sql_rev`) VALUES ('1543541842185737300');
DELETE FROM `script_waypoint` WHERE `entry` = 35491 AND `pointid` IN (11,12);
INSERT INTO `script_waypoint` VALUES (35491, 11, 753.757, 634.502, 411.579, 1000, '');
INSERT INTO `script_waypoint` VALUES (35491, 12, 753.757, 634.502, 411.579, 0, '');

View File

@@ -1162,7 +1162,7 @@ public:
{
if( Creature* bk = instance->GetCreature(NPC_BlackKnightGUID) )
{
Position exitPos = {745.016f, 631.506f, 411.575f, M_PI};
Position exitPos = { 751.003357f, 638.145508f, 411.570129f, M_PI };
bk->ExitVehicle(/*&exitPos*/);
bk->GetMotionMaster()->MoveJump(exitPos, 2.0f, 2.0f);
bk->AI()->Talk(TEXT_BK_SPOILED);