aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-22Core/AI: Fix Guardians not following the owner after finishing combat (#23466)Giacomo Pozzoni
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.
2019-06-22Core/Instance : Fix instance resetting exploit (#23263)zartech22
* 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
2019-06-22 Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind (#23463)Sorikoff
* 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
2019-06-22Scripts/Spells: Ultra-Advanced Proto-Typical Shortening Blaster (#23456)Sorikoff
* 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
2019-06-21Core/RBAC: add permission that prevents accounts from earning all ↵Wyrserth
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
2019-06-21Scripts/Spells: Migrate Teleporting to Script (#23458)Sorikoff
* Scripts/Spells: Migrate Teleporting to Script * Rename 9999_99_99_99_world.sql to 2019_06_21_02_world.sql
2019-06-21Scripts/Spells: Migrate Lightwell to Script (#23455)Sorikoff
* 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
2019-06-21DB/Loot: Fix Mighty Protection Potion recipes drop chancesWyrserth
Closes #23461
2019-06-20Build fixKeader
2019-06-20Scripts/Icecrown Citadel: Fixed some bugs on Blood Orb object and trash mobs ↵Keader
around him Followup: 394b119664bc16dc5376f1404925b6d0b5a26876
2019-06-20DB/Creature: Fix Ick boss Boss Whisper textKillyana
2019-06-20DB/Quest: "Where Kings Walk" and "Warchief's Blessing"Killyana
The script was deleted by https://github.com/Aokromes/TrinityCore/commit/5f928f79490b1d73c32ea962c3c720bd16833010 But it wasn't done properly via the spell_area anyway
2019-06-20DB/GameObjects: Respawn Corrupted plants in FelwoodKillyana
3.3.5 only
2019-06-20DB/Quest: A Visit With The AncestorsKillyana
Closes #23284
2019-06-20DB/Loot: Remove wrong loot from Dusty JournalKillyana
2019-06-20Spell/Fishing: ensure that the fishing bobber expires when the Fishing ↵Wyrserth
channeling ends, and don't allow fish to be hooked in the instant the spell is cast. (#23448)
2019-06-20Core/Loot: don't allow to regenerate chest loot inside instances and raids. ↵Wyrserth
(#23449)
2019-06-20Core/Conditions: fix mistake in CONDITION_QUEST_OBJECTIVE_PROGRESS that ↵Wyrserth
would behave wrongly if the player did not have the quest in the quest log. (#23447)
2019-06-19 DB/SAI: Add out-of-combat texts to Overlord Bor'gorokWyrserth
Closes #23445
2019-06-19 DB/SAI: Add out-of-combat texts to Sergeant GorthWyrserth
Closes #23443
2019-06-19DB/Quest: Quest: The Great Hunter's ChallengeWyrserth
Clsoes #23442 Closes #16037
2019-06-19DB/Quest: Building a PerimeterKillyana
2019-06-19DB/Creature: Add a cosmetic spawns for "Ar'tor, Son of Oronok"Killyana
2019-06-19Core/Misc: Fix a warningGiacomo Pozzoni
2019-06-19Core/Conditions: implement CONDITION_QUEST_OBJECTIVE_PROGRESS to allow to ↵Wyrserth
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
2019-06-19Core/FlightPath: teleport players at destination on floor Z when the flight ↵Wyrserth
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
2019-06-19DB/GameObject: Spawn spell focus gobs related to Grim Message quest at the ↵Killyana
correct villages
2019-06-18Core/SAI: allow to start waypoint movement for a creature that is in combat. ↵Wyrserth
(#23426)
2019-06-18DB/GameObject: Fix Chapel Door in Scarlet Monastery: CathedralWyrserth
Closes #23432
2019-06-18DB/Creature: Big ShirlKillyana
Closes #23380
2019-06-18Core/Spell: Jump Speed Calculations (#22886)DanVS
* Jump Speed Calculations * Fix
2019-06-18Core/Misc: don't allow FindNearestCreature() and FindNearestGameObject() ↵Wyrserth
searches to return the entity that called them. (#23437) Closes #23334.
2019-06-18Core/Packet: send SMSG_QUESTGIVER_STATUS_MULTIPLE when the player levels up. ↵Wyrserth
(#23434) Ensures that nearby questgivers are properly updated and will offer quests unlocked at the new level reached.
2019-06-17DB/Quest: Destroying the AltarsKillyana
Closes #23431
2019-06-17Core/Scripts: Fixed a reference error introduced in ↵Keader
394b119664bc16dc5376f1404925b6d0b5a26876
2019-06-17DB/SAI: SMART_SCRIPT_TYPE_TIMED_ACTIONLIST don't use event_typeKillyana
2019-06-17Scripts/Icecrown Citadel: Fixed Blood Orb Game Object (#23397)Keader
Close #18005 and Update #18529
2019-06-17upssAokromes
2019-06-17Update 9999_99_99_99_world.sqlAokromes
2019-06-17Scripts/Isle of Quel'Danas: Thalorien Dawnseeker (#23382)Sorikoff
* Scripts/Isle of Quel'Danas: Thalorien Dawnseeker * Kill warning * Kill warning * Fixes * Code style * Code style * Accident * Prevent Out of Bound & spelling
2019-06-16DB/Gameobject: Gordunni Dirt MoundKillyana
Closes #23232 And fix DB errors related to repeat min/max for quest rewarded and quest accepted
2019-06-16Initial fix suggestion for #23232. (#23237)Ianislav Vasilev
2019-06-16DB/Quest: Outro event for "On Brann's Trail" and fix prevquest for "Sniffing ↵Wyrserth
Out the Perpetrator" Closes #23419
2019-06-16DB/Spell: Don't allow costume auras from Savory Deviate Delight to stack ↵Wyrserth
with each other Closes #23417
2019-06-16DB/Creature: Fix some spell clickKillyana
Closes #21772
2019-06-16Core/SAI: add cooldownMin (event_param2) and cooldownMax (event_param3) to ↵Wyrserth
SMART_EVENT_ACCEPTED_QUEST and SMART_EVENT_REWARD_QUEST. (#23422)
2019-06-16Core/Creature: drop current target when evading while a spell cast is in ↵Wyrserth
progress (#23420) * Core/Creature: drop current target when evading while a spell cast is in progress. Closes #18373. * Update Creature.h, thanks jackpoz!
2019-06-16Core/SAI: don't allow to start a new SAI actionlist while the entity is ↵Wyrserth
already running one. (#23421)
2019-06-16Core/Commands: implement commands to look up a map/item/quest name for a ↵Wyrserth
given id (#23416) * Core/Commands: implement commands to look up a map/item/quest name for a given id. * Add entry to updates table. * Rename 9999_99_99_99_auth.sql to 2019_06_16_00_auth.sql * Add missed change, thanks jackpoz! * Update auth_database.sql
2019-06-16Core/RDF: fix counting issue with the achievement Looking for More (and ↵Wyrserth
similar) (#23418) * Core/RDF: allow the achievement Looking for More (and similar) to increase the counter based on how many random players were picked. * Use getter/setter instead.