From ca1a012325a2fba63bdea634b1bb06dc2d619675 Mon Sep 17 00:00:00 2001 From: "Bogir[rus]" Date: Fri, 8 Apr 2022 18:02:43 +0500 Subject: [PATCH] removed unexisting spell id --- src/PlayerbotFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index 2cec8b78..0c9eb975 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -2006,7 +2006,7 @@ void PlayerbotFactory::InitMounts() break; case RACE_NIGHTELF: slow = { 10789, 8394, 10793 }; - fast = { 18766, 18767, 18902 }; + fast = { 18766, 18767 }; break; case RACE_UNDEAD_PLAYER: slow = { 17463, 17464, 17462 };