| Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 3bf6698116d6d683947ccd23f21bba933dc59a2e)
# Conflicts:
# src/server/game/Handlers/BlackMarketHandler.cpp
# src/server/game/Loot/LootItemStorage.cpp
# src/server/scripts/Northrend/Nexus/Oculus/boss_urom.cpp
# src/server/shared/DataStores/DB2DatabaseLoader.cpp
|
|
|
|
|
|
Closes #26941
|
|
Closes #26600
|
|
Ref #26912
|
|
|
|
|
|
(#26889)
* Scripts/Spells: Wandering Plague should ignore targets under breakable by damage crowd control effects.
Closes TrinityCore#26162
|
|
|
|
|
|
|
|
|
|
|
|
SpellInfo::Effects field access from game
|
|
|
|
|
|
SpellEffectInfo as arguments directly instead of SpellInfo + effect index
|
|
from npc_sinclari_vh
|
|
being stuck in place forever if SPELL_DESTROY_DOOR_SEAL is no longer being casted for w/e reason
|
|
|
|
Ref #25764
|
|
Ref #25764
|
|
|
|
This reverts commit 31ea74b96ebf5a799a17cbd41b5c70d0ceaea6a8.
They do actually both cast the spell, my mistake
|
|
|
|
npc_pet_mage_mirror_image script
damage is now halved, years ago it wasn't, so we got that going at least
stat scaling missing - the low damage might even come from this instead of the aura
periodic auras still unknown
|
|
encounter
values sniffed
|
|
cause staging is hard
|
|
|
|
spelldifficulty_dbc entries
|
|
|
|
corrections to Herald's own AI
sorry about indentation
timers are guessed
summoning logic unchanged, remains not blizzlike
visage's spells missing spelldifficulty_dbc entries
|
|
Silences the PVS V1002 warning:
"The 'RBACCommandData' class, containing pointers, constructor and destructor, is copied by the automatically generated copy constructor."
|
|
|
|
|
|
|
|
|
|
Spell is casted by a trigger, not a player, so script need get owner instead caster
|
|
Spell is used for some world quests too
|
|
|
|
* Core/Script: fix Silithus Wind Stone exploit
* corrections
Closes #23577
|
|
Note: To enable rbac commands for administrators permissions 202-206 have to be linked to permission 196.
Sample SQL for auth DB:
INSERT INTO `rbac_linked_permissions` VALUES (196, 202), (196, 203), (196, 204), (196, 205), (196, 206);
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: offl <offl@users.noreply.github.com>
|
|
|