From 68b24b2d7b7b944d2a901d063a96e3645ab1f29a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jul 2019 13:39:59 -0300 Subject: Fix mounts on ClientVersion too, correcting a bug present on live server due bad Indoor zone --- npc/functions/clientversion.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index c4cca2467..70e8f2112 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -275,6 +275,9 @@ function script clientupdater { if (UPDATE < 1563219695) { UPDATE=1563219695; .@dg=true; + // Fix mounts + unequip(EQI_SHADOW_SHOES); + setmount 0; // You got recipe book by BSS Quest - mark as complete and get Blueprint if (getq(NivalisQuest_BlueSageSlimes) == 2) { getitem any(AncientBlueprint, AlchemyBlueprintA, EquipmentBlueprintA), 1; -- cgit v1.2.3-70-g09d2