EverWrath/src/server
Saqra1 087acc58bf
fix(Core/PetHandler): Allow PetAI to handle flags (#19446)
When a pet ability was cast, PetHandler reset all CharmInfo flags before
calling PetAI methods, setting the attack flag to true every time.
This commands the pet to go and chase the target which is not correct
when the state is COMMAND_STAY.

PetAI already handles the scenario, it just wasn't getting the actual
pet attack state.
2024-08-19 13:15:39 -03:00
..
apps feat(Core/LFG): Option to disable deserter (#19618) 2024-08-14 09:19:56 -03:00
database refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
game fix(Core/PetHandler): Allow PetAI to handle flags (#19446) 2024-08-19 13:15:39 -03:00
scripts refactor(Core/Misc): Use NpcFlag helpers (#19676) 2024-08-19 10:17:02 +02:00
shared fix(Shared/Socket): incorrect nodiscard flag (#19612) 2024-08-13 11:52:44 -03:00
CMakeLists.txt feat(Tools/DbImport): implement separated app for importing DB (#11614) 2022-06-09 08:23:38 -03:00