cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
179 stars 47 forks source link

🐛 [Bug Report] Suntara Stones #3549

Open ekg98 opened 1 year ago

ekg98 commented 1 year ago

Bug Details

https://www.wowhead.com/wotlk/quest=3368/suntara-stones

Once accepting the quest Thorius stays still and does not move.

Steps to Reproduce

  1. Accept quest

Expected behavior

Thorius should start walking out of the pit and head towards ironforge.

Suggested Workaround

N/A

Crash Log

N/A

Core SHA1 Commit Hash

0b6ed145724bbfe54f426dc34e27de563eb3bc54

Database SHA1 Commit Hash

660efa422ec93931a3284e72205a0200ceec5cbc

Operating System

Windows 10

Client Version

3.3.5a (Wrath of the Lich King)

maikale commented 1 year ago

npc_dorius_stonetenderAI(Creature* pCreature) : npc_escortAI(pCreature) { Reset(); }

void Reset() override { if (!HasEscortState(STATE_ESCORT_ESCORTING)) m_creature->SetStandState(UNIT_STAND_STATE_DEAD); }

AnonXS commented 1 year ago

https://github.com/cmangos/mangos-tbc/commit/2dc505f377beb02a9b1143db483abc3c56b92741#commitcomment-119665681

AnonXS commented 1 year ago

Actually missing db update from tbcmangos. - https://github.com/cmangos/tbc-db/commit/03e99200c9909f022daf4db8b65ed40a1e6f1f5b

https://github.com/cmangos/mangos-wotlk/commit/a293255487fe22151c387866790666ca6a8732e2

maikale commented 1 year ago

After this update add this code :) https://github.com/maikale/mangos-tbc/commit/f4dab7643d98219fca4e8aa5fe949716564b17cf

AnonXS commented 1 year ago

it's already in wotlk. grafik

maikale commented 1 year ago

it's already in wotlk. grafik

Add it for tbc too :)