Skip to content

Commit 6d940d4

Browse files
PassCodyShauren
authored andcommitted
Scripts/Stormwind: Fixed swapped path ids for npcs on quest The Attack!
Closes TrinityCore#31810
1 parent 150a449 commit 6d940d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ enum TyrionSpybot
319319
NPC_LORD_GREGOR_LESCOVAR = 1754,
320320
};
321321

322-
static constexpr uint32 PATH_ESCORT_LESCOVAR = 70850;
322+
static constexpr uint32 PATH_ESCORT_LESCOVAR = 14034;
323323

324324
class npc_tyrion_spybot : public CreatureScript
325325
{
@@ -474,7 +474,7 @@ enum Tyrion
474474
NPC_TYRION_SPYBOT = 8856
475475
};
476476

477-
static constexpr uint32 PATH_ESCORT_TYRION_SPYBOT = 14034;
477+
static constexpr uint32 PATH_ESCORT_TYRION_SPYBOT = 70850;
478478

479479
class npc_tyrion : public CreatureScript
480480
{

0 commit comments

Comments
 (0)