| Age | Commit message (Collapse) | Author |
|
|
|
creature using CreatureAI.
This behavior is fully allowed and should not report any kind of error.
|
|
summons without SummonProperties
Closes #23507
|
|
safer approach, please report any returning issue
|
|
thx elon.
|
|
|
|
|
|
Those Category checks come from checking all Spell::SummonGuardian uses
|
|
|
|
SmartAI::JustAppeared. Fixes #23491.
|
|
ThreatManager::ClearAllThreat. NotifyDisengaged signifies intent to clear the engagement flag, and should only be called from AI. Fixes #23490.
|
|
(cherry picked from commit eeced9ae158640de67ed0cb59d01ae92570bfa77)
|
|
::JustAppeared(). Closes #23313.
|
|
Add follow logic to CreatureAI::JustAppeared. Closes #23270.
|
|
and add the inverse assert too. 396f87c follow-up.
|
|
channeled Charm was interrupted by a control aura application. Closes #23440.
|
|
the field to be protected. Add assertions to catch dangling pointers.
|
|
static versions return Empty/nullptr for null objects.
|
|
|
|
the Combat flag. Closes #21571.
|
|
naming scheme for these notifiers
|
|
since all Units with AI need it (not just those with threat list). Fixes #17981.
|
|
combat (#23466)"
This reverts commit c234604e82f291752f9095babe60e1780fd07569.
|
|
|
|
CreatureAI::UpdateVictim() was not triggering EnterEvadeMode() after the Creature ended combat because IsEngaged() would return false.
These changes save the value of IsEngaged() to be used next tick to check if the Creature was in combat, is not anymore now and needs to evade (or select another enemy).
EnterEvadeMode() sets the stored previous value to false to ensure the Creature will not try to evade while already evading.
|
|
* Push offline players out of instance
Push offline players out of instance when reseting dungeon with a raid mode group
* Add SQL request to character
Add a SQL request to update the position of a player in a specified map
* Teleport to graveyard instead
|
|
* Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind
* Revert "Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind"
This reverts commit a8055960
* Revert "Revert "Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind""
This reverts commit a5be792b
* Fix NoPCH
* Clean up
* Clean up
* fixup! Clean up
* Caster -> Target
* Rename 9999_99_99_99_world.sql to 2019_06_22_01_world.sql
|
|
* Scripts/Spells: Ultra-Advanced Proto-Typical Shortening Blaster
* Fix NoPCH
* Correct header
* fixup! Clean up
* Rename 9999_99_99_99_world.sql to 2019_06_22_00_world.sql
|
|
achievements or only realm firsts (#23459)
* Core/RBAC: add permission that prevents accounts from earning all achievements or only realm firsts.
* Kill evil spaces.
* Rename 9999_99_99_99_auth.sql to 2019_06_21_00_auth.sql
* Update auth_database.sql
|
|
* Scripts/Spells: Migrate Teleporting to Script
* Rename 9999_99_99_99_world.sql to 2019_06_21_02_world.sql
|
|
* Scripts/Spells: Migrate Lightwell to Script
* Add newline to SQL file
* Misc
* Rename 9999_99_99_99_world.sql to 2019_06_21_01_world.sql
|
|
|
|
around him
Followup: 394b119664bc16dc5376f1404925b6d0b5a26876
|
|
The script was deleted by https://github.com/Aokromes/TrinityCore/commit/5f928f79490b1d73c32ea962c3c720bd16833010 But it wasn't done properly via the spell_area anyway
|
|
Closes #23284
|
|
channeling ends, and don't allow fish to be hooked in the instant the spell is cast. (#23448)
|
|
(#23449)
|
|
would behave wrongly if the player did not have the quest in the quest log. (#23447)
|
|
|
|
apply conditions based on the player's quest objective progress (#23438)
* Core/Conditions: implement CONDITION_QUEST_OBJECTIVE_PROGRESS to allow to apply conditions based on the player's quest objective progress.
* Update ConditionMgr.cpp
|
|
ends (#23428)
* Core/FlightPath: teleport players at destination on floor Z when the flight ends, instead of having them fall from the air.
Closes #10051.
* Use the path destination's mapheight instead of the player position's.
* Update FlightPathMovementGenerator.cpp
|
|
(#23426)
|
|
* Jump Speed Calculations
* Fix
|
|
searches to return the entity that called them. (#23437)
Closes #23334.
|
|
(#23434)
Ensures that nearby questgivers are properly updated and will offer quests unlocked at the new level reached.
|
|
394b119664bc16dc5376f1404925b6d0b5a26876
|
|
Close #18005 and Update #18529
|
|
* Scripts/Isle of Quel'Danas: Thalorien Dawnseeker
* Kill warning
* Kill warning
* Fixes
* Code style
* Code style
* Accident
* Prevent Out of Bound & spelling
|
|
|
|
SMART_EVENT_ACCEPTED_QUEST and SMART_EVENT_REWARD_QUEST. (#23422)
|