CraftedRO
CraftedRO
d5ef68bc9b45 confirm and also tested on wotlk classic ptr and you can do 10 max sets in manager (at once) and all of them are saved: https://github.com/TrinityCore/TrinityCore/assets/24683355/bad6a7e2-50e4-45a4-8981-3f2e8577c67c
WIP ```sql -- Remaining TODO: Correct timmers(if needed) / for some reason text doesn't appear above the npc head / Add Ghostly Denizen event when Xintor dies. -- Hellfire Combat...
recorded today on WotLK classic PTR https://github.com/TrinityCore/TrinityCore/assets/24683355/246ce759-180f-4bb8-861d-8b2da2c3d583
found a fix, unable to make a PR because license incompatibility ```diff diff --git a/src/server/game/Handlers/MiscHandler.cpp b/src/server/game/Handlers/MiscHandler.cpp index eda9900a26ef8..b7590c70b5eec 100644 --- a/src/server/game/Handlers/MiscHandler.cpp +++ b/src/server/game/Handlers/MiscHandler.cpp @@ -473,6 +473,24 @@ void WorldSession::HandleSetSelectionOpcode(WorldPacket& recvData)...
47b1de526e9f Still valid I tested on 9 rep npc from the entrance on Sethekk Halls (normal): It doesn't properly round up the value. [I also tested the above proposed fix...
```sql -- Use Dash only when in Cat Form DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry` IN (1850, 9821, 33357); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`,...
47b1de526e9f Also cooldown shoud start right after you cast the spell (summon the pet) for the first time and if you wanna cast it again while the pet is already...
4a30ca00c7d9adc3ec46267ca267d36c46a3c88e Still valid, the title can be changed so it will reflect the general issue with spell cooldown, also we need a check if ghoul is already summoned to not...
https://www.wowhead.com/wotlk/npc=11446/gordok-spirit most likely related
83d70425c877 Seems still valid.