NoName
22aaf32a79
Scripts/IcecrownCitadel: Adding IsAlive check to avoid possible crash in Event ( #24514 )
2020-04-29 21:14:27 +02:00
Shauren
411033ddf8
Core/PacketIO: Send item flags in auction items for the lulz, its bugged in the client anyway
2020-04-28 22:53:40 +02:00
Killyana
46a017d454
DB/Conditions: Eruption - Lava Fissure
...
Ref #11877
2020-04-28 21:41:11 +02:00
Shauren
79edf74768
Core/AuctionHouse: Fixed auction mail subjects for items with random properties
2020-04-28 20:01:48 +02:00
Shauren
e795eed96b
Warning fix
2020-04-28 19:44:41 +02:00
Shauren
3ebcf3f1a9
Core/AuctionHouse: Fixed auction mail bodies
2020-04-28 19:24:24 +02:00
Shauren
50576fa1f5
Core/Auras: Prevent getting negative scale with auras
...
Closes #24040
2020-04-28 18:03:51 +02:00
Shauren
43d9ffd1bc
Core/Spells Fixed scroll stacking check when not targeting self
...
* Reuse code that removes non-stackable auras at apply to check before casting the spell to keep reagents/cast item
2020-04-28 11:02:27 +02:00
FAQ
8d87c834e7
Core/Spells: Scrolls should not be consumed, when they fail to apply.
2020-04-28 11:02:27 +02:00
Gildor
2e42156f8d
Remove tabs ( ee5eace3c6) ( #24510 )
2020-04-28 10:58:31 +02:00
Killyana
ee5eace3c6
DB/Pet: Lil' K.T
...
Ref #1364
2020-04-28 02:04:53 +02:00
Ovahlord
1610337e67
Core/Vehicles: update the power display of vehicles before being added to world to avoid building unnecessary update_object packets right after spawning them
2020-04-27 19:29:01 +02:00
HelloKitty
f1ad04b31b
Core/DataStores: Use ResSicknessSpellID from ChrRaces instead of hardcoding it ( #24504 )
2020-04-27 17:55:25 +02:00
Shauren
b4584ee323
Core/PacketIO: Fixed crash in TogglePvP::Read
2020-04-27 10:51:13 +02:00
Keader
94aff38187
Scripts/Spells: Fixed Mages 2P T10 proc delay ( #24496 )
2020-04-26 22:33:40 -03:00
Killyana
3f5e0927c3
DB/Pet: Toxic Wasteling
...
Closes #12773
2020-04-27 00:57:21 +02:00
Killyana
477f1baf9e
DB/Conditions: Remove unneeded conditions for Onyxya Lair Eruption spell
...
Closes #11877
2020-04-26 22:42:32 +02:00
Killyana
22af72b149
DB/SAI: Update some SAI to use the correct action type to despawn gameobjects instead the old unexpected result of action 70
2020-04-26 22:11:00 +02:00
ForesterDev
332b2f1f53
Core/PacketIO: updated CMSG_TOGGLE_PVP opcode ( #24476 )
...
* Core/PacketIO: updated CMSG_TOGGLE_PVP opcode
* Use Optional<T>.
Restore ApplyModFlag() code.
* Fix no-pch build
Co-authored-by: jackpoz <giacomopoz@gmail.com >
2020-04-26 22:10:07 +02:00
Killyana
84c91cdef9
DB/SAI: Update target for Closest unspawned game object
...
Ref #24439
2020-04-26 21:43:01 +02:00
NoName
45993428f5
Core/Spells: Crystallize should not use DIMINISHING ( #24502 )
...
and also correcting spelling in script
by Rushor and wotlk-enthusiast
2020-04-26 21:40:57 +02:00
Rushor
2d948d3366
Game/AI: Implement new targettype SMART_TARGET_CLOSEST_UNSPAWNED_GAMEOBJECT ( #24494 )
...
* Game/AI: Implement new targettype SMART_TARGET_CLOSEST_UNSPAWNED_GAMEOBJECT which allows to search for closest unspawned gameobjects
* updates: https://github.com/TrinityCore/TrinityCore/issues/24067
* Game/AI: Implement new targettype SMART_TARGET_CLOSEST_UNSPAWNED_GAMEOBJECT which allows to search for closest unspawned gameobjects
2020-04-26 21:32:24 +02:00
Rushor
a41bb4f77b
Game/AI: Enable check for SMART_TARGET_GAMEOBJECT_RANGE ( #24493 )
...
* Thanks to joshwhedon
* Updates: https://github.com/TrinityCore/TrinityCore/issues/24439
2020-04-26 21:30:03 +02:00
Eridium
7e9bc9599b
Core/GameObject: Remove linked traps when the main GameObject is remo… ( #24480 )
...
* Core/GameObject: Remove linked traps when the main GameObject is removed from from the world
* Indentation
2020-04-26 21:25:54 +02:00
Gildor
e4476fab6e
Scripts/OnyxiasLair: Fix Onyxia Eruption spell ( #24472 )
2020-04-26 21:24:00 +02:00
Ovah
f1e4ee21f8
Core/AI: Implemented OnSpellCastInterrupt and OnSuccessfulSpellCast hooks
...
Ported from: 020825902c and 1aa42e97a8
2020-04-25 16:07:18 -03:00
Giacomo Pozzoni
7c91c423d0
Build: Add support to MariaDB 10.4 on Windows
...
MariaDB 10.4 (latest stable) is the only supported version.
2020-04-24 19:35:40 +02:00
Keader
ee218a5642
Making travis happy
2020-04-24 13:58:26 -03:00
Keader
d8e726de58
Scripts/Black Temple: Fixed Reliquary of Souls after combat rewrite changes.
...
Closes #23879
* Fixed combat start/evade issue
* Fixed visual issue in Soul Release spell
* Fixed some timers issue
* Fixed some codestyle issues
PS: Please, stop break my black temple babys.
2020-04-24 13:52:28 -03:00
ForesterDev
48c700347c
Core/Database: fix wrong password logging ( #24487 )
2020-04-23 10:54:45 +02:00
jackpoz
7b8b02c32e
Scripts/BWL: Fix crash in Razorgore encounter
2020-04-22 22:09:10 +02:00
Rushor
4f52f7d7c9
Game/SmartScripts: Reset counter in SAI only on Initialize. ( #24489 )
...
* Game/SmartScripts: Reset counter in SAI only on Initialize.
* Game/SmartScripts: Reset counter in SAI only on Initialize.
2020-04-22 19:49:41 +02:00
Shauren
0d0d005a2e
Misc: Improve gdb script output
...
* Switch disassembly to intel syntax
* Remove terminal colors
* Remove terminal line wrapping and pagination
* Start versioning the script
2020-04-22 11:58:51 +02:00
jackpoz
740afc7135
Core/Spells: Fix assertion triggered
2020-04-21 22:22:31 +02:00
Shauren
9407f9bdfa
Core/Misc: Improve assert message with more detail
2020-04-21 10:50:42 +02:00
Jinnaix
948b5905f7
DB/GameObject: Zul Farrak Shallow Graves Pooling
2020-04-20 17:54:22 +02:00
ForesterDev
c79b5f58e5
Core/PacketIO: updated SMSG_CROSSED_INEBRIATION_THRESHOLD ( #24475 )
...
(cherry picked from commit 9f4e4b9546 )
# Conflicts:
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Server/Packets/MiscPackets.cpp
# src/server/game/Server/Packets/MiscPackets.h
# src/server/game/Server/Protocol/Opcodes.cpp
Co-authored-by: MitchesD <majklprofik@seznam.cz >
2020-04-20 09:26:19 +02:00
Killyana
60a8b27226
DB: Fix a typo
2020-04-19 22:11:55 +02:00
Killyana
1b897d33c7
DB/Creature: Servant of Hodir
...
Closes #24406
2020-04-19 22:05:34 +02:00
Rushor
82bc2c01e9
DB/Creature: Add waypoint to creatures near Omorok the Tree Shaper
...
Closes #24359
2020-04-19 21:34:14 +02:00
Killyana
19f67356d7
DB/GameObject: Spawn a missing Everfrost Shard and fix the rotation for other spawns
2020-04-19 21:23:49 +02:00
Killyana
9e58573272
Spell: Move "Dark Conclave Ritualist Channel" outside Ulduar spells
2020-04-19 19:19:23 +02:00
Killyana
cc41323d6f
DB/GameObject: Arakkoa Egg
2020-04-19 19:09:15 +02:00
Killyana
64878e19fb
Spell: Fix "Dark Conclave Ritualist Channel" range and cast
2020-04-19 19:00:19 +02:00
skipperheartbeat
8ac8374429
Boss/Script: Vazruden_Fix ( #24197 )
...
* Add files via upload
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: offl <suffle.o@gmail.com >
* Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
* Update boss_vazruden_the_herald.cpp
Co-authored-by: Aokromes <Aokromes@users.noreply.github.com >
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com >
Co-authored-by: offl <suffle.o@gmail.com >
2020-04-19 11:01:31 +02:00
Killyana
a2d2884342
DB: Re-script Rallying Cry of the Dragonslayer event
2020-04-18 20:37:24 +02:00
Gildor
247151b470
Core/Spells: Improve check for non damage/heal spells in Spell::TargetInfo::DoDamageAndTriggers ( #24467 )
...
* this prevent cases like full absorb damage that override proper hitMask
2020-04-18 18:04:45 +02:00
Keader
c41ae89069
Core/Spells: Fixed Ice Block / Divine Shield cast in Cyclone ( #24465 )
2020-04-18 17:53:06 +02:00
Gildor
5e15406278
Core/Unit: Improve HitInfo absorb and resist flags logic in Unit::CalculateMeleeDamage ( #24460 )
2020-04-18 15:21:15 +02:00
ForesterDev
c0f516caee
Core/Packets: updated MSG_RANDOM_ROLL ( #24457 )
...
(cherry picked from commit 5dddfbdb7b )
# Conflicts:
# src/server/game/Handlers/ChatHandler.cpp
# src/server/game/Handlers/GroupHandler.cpp
# src/server/game/Server/Protocol/Opcodes.cpp
# src/server/game/Server/Protocol/Opcodes.h
# src/server/game/Server/WorldSession.h
Co-authored-by: DJScias <djscias@gmail.com >
2020-04-18 14:28:07 +02:00