Open src/server/game/Entities/Unit/Unit.cpp
Find
Code:else if (spellProto->SpellVisual[0] == 3881 && HasAura(67556)) // cooking with Chef Hat. castTime = 500;
After it add
Example:Code:if(spellProto->Effects[0].Effect == SPELL_EFFECT_ENCHANT_ITEM || spellProto->Effects[0].Effect == SPELL_EFFECT_APPLY_GLYPH || spellProto->Effects[0].Effect == SPELL_EFFECT_ENCHANT_ITEM_PRISMATIC) castTime = 1;
Special Thanks for it to JunkyBulgaria
Detailed Glyph Patch (link below) which will work 100% for major glyphs as-well
https://pastebin.com/uMD1E1kb


Likes: 

Wise





Reply With Quote
Bookmarks