mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Update waypoints for black knight in Trail of the champion to be more blizzlike.
closes: #1072
This commit is contained in:
@@ -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, '');
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user