From c7d4a8b64a262c4c0d9e257f8a3ec6088e9cb046 Mon Sep 17 00:00:00 2001 From: DrNefarius Date: Mon, 8 Jul 2024 21:43:54 +0200 Subject: [PATCH] removed that second entry again, as it was the horde paladin trainer and the horde doesnt have access to the Tome of Nobility quest that grants the Warhorse. So this trainer is the only option they have. --- sql/world/base/mounts_and_riding.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/world/base/mounts_and_riding.sql b/sql/world/base/mounts_and_riding.sql index 7ab3cf5..b8ee523 100644 --- a/sql/world/base/mounts_and_riding.sql +++ b/sql/world/base/mounts_and_riding.sql @@ -17,7 +17,6 @@ UPDATE npc_trainer SET ReqLevel=70 WHERE SpellID=34090; UPDATE npc_trainer SET MoneyCost=6000000 WHERE SpellID=34090; DELETE FROM npc_trainer WHERE SpellID=13819; # Delete Summon Warhorse from trainer - it is a free reward from a quest instead DELETE FROM npc_trainer WHERE SpellID=13820; # Delete Summon Warhorse from more trainers -DELETE FROM npc_trainer WHERE SpellID=34768; # Delete Summon Warhorse from more trainers DELETE FROM npc_trainer WHERE SpellID=23214; DELETE FROM npc_trainer WHERE SpellID=34767; DELETE FROM npc_trainer WHERE SpellID=23161;