CraftedRO

Results 97 issues of CraftedRO

**Description:** > [Avoidance is a passive summoned pet ability that decreases damage taken by creature AoE Spells and effects by 90%. This passive ability is innate for all classes' pets.](https://wow.gamepedia.com/Avoidance_(passive))...

Sub-PetMinion
Branch-3.3.5a

### Description While I was diging into item database comparisions I had find that TC doesn't have Bonus armor feature and instead that items does have that armor as "bulk"...

Branch-3.3.5a

### Description Added loot for creature mentioned below : https://github.com/TrinityCore/TrinityCore/issues/16051 Source: [wowhead classic](https://www.wowhead.com/wotlk/npc=30291) ### SQL fix ```sql -- Brittle Revenant DELETE FROM `creature_loot_template` WHERE `Entry` = 30160; INSERT INTO `creature_loot_template`...

Feedback-PatchFix
Comp-Database
Branch-3.3.5a

### Description Conditions for quest Trial and Error (10566) so you can use wands spell only on ogres. https://youtu.be/wIVhuREab8Q Tested ingame. ### SQL fix ```sql -- Conditions for Trial and...

Feedback-PatchFix
Comp-Database
Branch-3.3.5a

### Description TrinityCore does recognize MariaDB-10.4.10 as MySQL server ver: 5.5.5 witch is wrong and lead server to auto-shutdown . ``` TrinityCore rev. 18121ae24a8d 2022-09-14 12:28:48 +0200 (3.3.5 branch) (Win64,...

Branch-3.3.5a

### Description ATM [Backlash](https://www.wowhead.com/wotlk/spell=34939/backlash) doesn't proc while shielded tested with Voidwalker Sacrifice. Most likely is same for power word shield but didn't tested yet. https://user-images.githubusercontent.com/24683355/190147576-fa1e11c2-9526-47fb-8296-7093313c6922.mp4 ### Expected behaviour Backlash shoud...

Branch-3.3.5a

Is this error normal ? ![sql](https://user-images.githubusercontent.com/24683355/194036596-a8c54582-61c3-4ab5-8335-de1deb39a518.PNG)

### Description I think create_mysql.sql can be updated to utf8mb4 like on master 9d060d23c10b9120cd6016b3862703c1407836ee ### SQL fix ```sql CREATE USER 'trinity'@'localhost' IDENTIFIED BY 'trinity' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR...

Feedback-PatchFix
Comp-Database

**Changes proposed:** - porting (cherry picking) https://github.com/TrinityCore/TrinityCore/commit/9d060d23c10b9120cd6016b3862703c1407836ee - this time I have a cpp file so I guess it shoud be a PR **Issues addressed:** Closes https://github.com/TrinityCore/TrinityCore/issues/28789 Closes https://github.com/TrinityCore/TrinityCore/issues/28441 **Tests...

Branch-3.3.5a

### Description You get permastunned if you leave instance at Svala sacrifice phase You have to relog in order that stun fade out. https://user-images.githubusercontent.com/24683355/213915421-27b70b69-2f99-4a6c-9f3c-dd7dd9a7c622.mp4 ### Expected behaviour I guess the...

Branch-3.3.5a