mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/SAI): Port On Nethery Wing visuals from Trinity. (#15806)
* fix(DB/SAI): Port On Nethery Wing visuals from Trinity. /TrinityCore/TrinityCore/issues/23905 Co-Authored-By: Dr-J <1444120+dr-j@users.noreply.github.com> * increase SpellFocusObject from 90 to 150 * correct taxipath and add 4 spawns from TC --------- Co-authored-by: Dr-J <1444120+dr-j@users.noreply.github.com>
This commit is contained in:
@@ -169,7 +169,7 @@ public:
|
||||
{
|
||||
case GOSSIP_ACTION_INFO_DEF + 1:
|
||||
CloseGossipMenuFor(player);
|
||||
player->ActivateTaxiPathTo(627); //TaxiPath 627 (possibly 627+628(152->153->154->155))
|
||||
player->CastSpell(player, 35731, true); //TaxiPath 628
|
||||
break;
|
||||
case GOSSIP_ACTION_INFO_DEF + 3:
|
||||
CloseGossipMenuFor(player);
|
||||
|
||||
Reference in New Issue
Block a user