aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-30DB/Creature: fix spawns and emote state for Mjordin Combatants in Icecrown.Wyrserth
2019-06-30Scripts/ICC: 1eb2aef followupccrs
2019-06-30Scripts/ICC: move Sister Svalna to her own fileccrs
I've almost guttered her, so lets try it more gently this time
2019-06-30DB/Quest: remove quest requirements from the Consortium monthly quests.Wyrserth
Only one is available each month, based on reputation standing. They're not chained.
2019-06-30Core/Instance: 14788ce followupccrs
No need to repeat code
2019-06-29DB/SAI: improvements for quest Powering our Defenses:Wyrserth
- There are two waves of three Enraged Wraith each - The quest does not fail when the Infused Crystal is killed, as the quest item is not consumable so the player can try again straight away
2019-06-29Scripts/ICC: 94b60ff followupccrs
2019-06-29Core/Instance: add new methodccrs
2019-06-29Core/Instance: add new hook & methodccrs
2019-06-29Build: fix errorccrs
/var/lib/jenkins/jobs/tc_335_release_clang40_boost_1.63.0_nopch/workspace/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp:583:132: warning: format specifies type 'unsigned int' but the argument has type 'float' [-Wformat] TC_LOG_TRACE("scripts.cos", "npc_arthas_stratholmeAI::AdvanceToState: has snapback for this state, distance = %u", target.SnapbackPosition->GetExactDist(me)); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %f /var/lib/jenkins/jobs/tc_335_release_clang40_boost_1.63.0_nopch/workspace/src/common/Logging/Log.h:176:56: note: expanded from macro 'TC_LOG_TRACE' TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_TRACE, __VA_ARGS__) ^~~~~~~~~~~ /var/lib/jenkins/jobs/tc_335_release_clang40_boost_1.63.0_nopch/workspace/src/common/Logging/Log.h:159:32: note: expanded from macro 'TC_LOG_MESSAGE_BODY' check_args(__VA_ARGS__); \ ^~~~~~~~~~~
2019-06-29Core/Instances: improve DoRemoveAurasDueToSpellOnPlayers & ↵ccrs
DoCastSpellOnPlayers handling
2019-06-29Misc: some corrections after recent mergesccrs
2019-06-29Scripts/Spells: Ultrasafe Transporter: Toshley's Station (#23537)Sorikoff
* Scripts/Spells: Ultrasafe Transporter: Toshley's Station * Rename 9999_99_99_99_world.sql to 2019_06_29_01_world.sql
2019-06-29Scripts/Spells: Remove Collapsing Cave Aura (#23533)Sorikoff
* Scripts/Spells: Remove Collapsing Cave Aura * Rename 9999_99_99_99_world.sql to 2019_06_29_00_world.sql
2019-06-29Core/Loot: fix issue that prevented players from rolling for an ↵Wyrserth
unique-category item while an equipped item shares the same unique-category.
2019-06-28Add forgotten break to High Priest Thekal's script, thanks jackpoz!Wyrserth
2019-06-28Core/Misc: Fix static analysis issues reported by Coverity Scanjackpoz
2019-06-28Scripts/Spells: Deathbolt (#23531)Sorikoff
* Scripts/Spells: Deathbolt * Rename 9999_99_99_99_world.sql to 2019_06_28_01_world.sql
2019-06-28Scripts/Spells: Dimensional Ripper - Area 52 (#23505)Sorikoff
* Scripts/Spells: Dimensional Ripper - Area 52 * Rename 9999_99_99_99_world.sql to 2019_06_28_00_world.sql
2019-06-28Core/GameObject: do not allow consumable chests to restock while partially ↵Wyrserth
looted.
2019-06-28Core/GameObject: fix some cases where summoned gameobjects of a type ↵Wyrserth
different than chest or goober would behave wrongly.
2019-06-27Core/Spell: fix some issues with taunt spells (#23425)Wyrserth
2019-06-27Core/Mail: include 100g in the mail sent after turning in the quest The ↵Wyrserth
Wrath of Neptulon (#23500)
2019-06-27Script/ZulGurub: rewrite High Priest Thekal's encounter script (#23429)Wyrserth
2019-06-27Core/GameObject: trigger an update of nearby objects when the player ↵Wyrserth
completes a quest objective. Prevents quest-related gameobjects from staying lootable after the player looted the last quest item from another gameobject.
2019-06-27Core/GameObject: implement restock mechanic for non-consumable gameobjects ↵Wyrserth
(#23526)
2019-06-27DB/Loot: remove wrong loot from gameobjects Worn Wooden Chest and Captain's ↵Killyana
Footlocker.
2019-06-27DB/SAI: fix issue with quest "Still At It" introduced in 2b1cde25.Wyrserth
Closes #23525.
2019-06-27Core/SAI: add param3 to SMART_ACTION_CALL_TIMED_ACTIONLIST to allow it to ↵Wyrserth
override a currently running actionlist.
2019-06-27DB/Creature: Fix RS, ICC, ToC and VoA melee dmgAokromes
By Fluffybully closes #21598
2019-06-26DB/Quest: Wolfsbane RootKillyana
Closes #16545
2019-06-26Core/GameObject: restore old behavior for non-consumable chests with restock ↵Wyrserth
timer (make them despawn).
2019-06-26DB/Quest: The Stones That Bind UsZenoX92
Closes #11687
2019-06-26Core/GameObject: don't allow non-consumable goobers to despawn on use (#23469)Wyrserth
Closes #15730.
2019-06-26Core/Spell: allow damage from binary spells to go through elemental ↵Wyrserth
resistance's damage reduction. (#23479)
2019-06-26DB/SAI: script event for quest Rescuing the Rescuers.Wyrserth
Closes #23444 Co-authored-by: Killyana <morphone1@gmail.com>
2019-06-26Core/SAI: allow creatures to handle gameobject spellhit SAI events. (#23492)Wyrserth
2019-06-26Core/SAI: do not pass old creatureData to UpdateEntry() and keep current ↵Wyrserth
health when changing a NPC's entry. (#23493)
2019-06-26Script/FoS: prevent Wailing Souls from becoming desynched in the Devourer of ↵Keader
Souls encounter.
2019-06-26DB: Add cosmetic spawns to The Culling of StratholmeKillyana
2019-06-26DB/Stats: Fix wrong basehpKillyana
Closes #23465
2019-06-26DB/Waypoint: add pathing for Nishera the Garden Keeper.Wyrserth
2019-06-26Script/CoS: fix DB error and remove wrong on-death text for Chrono-Lord Epoch.Wyrserth
2019-06-26Coding standards (#23514)Aokromes
* Coding standards * revert part
2019-06-26fix comment, 3cdf274 follow-upTreeston
2019-06-26Core/AI: Actually accurately reproduce the logic from before 849943 that ↵Treeston
determines what summons start following on appearance. Third time's the charm? Closes #23513.
2019-06-25DB/Creature: use lower GUIDs for some creatures in Culling of StratholmeWyrserth
2019-06-25Script/CoS: full instance rewrite (#23388)ccrs
2019-06-25DB/SAI: add out-of-combat behavior for Jainthess ThelrynWyrserth
Closes #23511
2019-06-25Core/SAI: silence wrong SAI error when using SMART_ACTION_SET_DATA on a ↵Wyrserth
creature using CreatureAI. This behavior is fully allowed and should not report any kind of error.