| Age | Commit message (Collapse) | Author |
|
Core/SmartScripts: Fix typo
|
|
|
|
http://www.wowhead.com/quest=5093/a-call-to-arms-the-plaguelands#comments All versions of this quest are meant to be optional breadcrumb quests to lead players to the bulwark to quest in Western Plaguelands, previously on tc you could not continue chain unless breadcrumb was taken first.
|
|
By @Helias
Closes #16131
|
|
Closes #16159
|
|
Closes #16158
|
|
Closes #16148
|
|
By @Saben65 and @velinath
Closes #16215
|
|
Scripts/Spells: Mine Sweeper achievement
|
|
Fix an issue reported by static analysis
|
|
|
|
Updated AuctionHouseSeller to have item class stack control
|
|
|
|
Core/Spells: Fix redundant mod charge drop and spell crit calc
|
|
Fix confusing NULL checks in Raise Ally check cast.
Fix a crash in Raise Ally triggered by executing ".cast back 61999" command targeting a pet in raid while being dead.
|
|
Fixes issue where NPC does not attack, even when aggro'd.
Fixes #16210
Closes #16204
|
|
Closes #16198
|
|
Closes #16197
By @Saben65
|
|
|
|
Update #3541
Add missing spawns and scripts for visual stuff
|
|
[3.3.5] Scripts/ICC: Fixed Professor Putricide
|
|
- closes https://github.com/TrinityCore/TrinityCore/issues/16207
|
|
thx @Nayd for sniffs :)
thx @Shauren for helping to find all spell involved
* There is no implementation for stats update on Puppet class (only on Guardian) so same SummonProperty as Raise Dead Ghoul (non pet) is used.
(Default SummonProperties set category to SUMMON_CATEGORY_PUPPET)
* Override the Summon Effect to enable charm and stats scaling.
* PlayerAI is used to handle unaura on ghoul despawn or dead.
It's necessary due to the fact that all script hooks on ScriptedCreature are called on an unactive CreatureAI, resulting in creature being unable to handle unaura calls.
* Create UpdateAI call for Player class
* Stats scaling is based on forum and wowhead comments, they recall this ghoul as a copy of the other one (same stats).
* Spellscript for Ghoul spell Thrash
Closes #82
Closes #14830
|
|
|
|
Core/GameObjects: Fixed an issue where traps were not redirected to Grounding Totem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Core/Player: Fix profession specialization being re-learnt on login after unlearning it
|
|
Grounding Totem
Closes #16145
|
|
invalid authenticator token to allow receiving failure packet
|
|
1) Move the http://www.wowhead.com/spell=52214/rainspeaker-treasures-see-invisibility and http://www.wowhead.com/spell=50735/frenzyheart-chicken-see-invisibility to spell area instead of been cast and removed by quest giver on quest accept and return - this solves the issue of Gods Like Shiny Things, Appeasing the Great Rainstone , Flown the Coop! and Chicken Party not working properly (due to player not been able to see npcs) if player relogged or left zone while had quest uncompleted in log unles quest was abandoned and retaken
2) Someone had put non repeatable flags on some of the events for Guardians since I originally scripted these npcs which resulted in that once guardian and dug up one treasure or threw net at one chicken would not work again, all events on these npcs need to repeatable
|
|
|
|
|
|
than one profession specialization.
|
|
Change from forums to GH Releases
(cherry picked from commit 6b529fcd43dd394a96a5441ab95523bdce3d58d3)
|
|
|
|
dropped twice.
Closes #7315
|
|
|
|
- Fix linked pool spawn
- Fix respawn time to be 6h (instead of current 25sec)
Closes #7683.
|
|
Game/Maps: Instance handling bug-fix follow-up
|
|
Core/Scripts: remove unused npc_taxi scripts
|
|
- Fix a bug where a player could maintain a conflicting non-perm solo bind if they were in the instance when invited to group. Closes #16150.
- If a group is created while the leader is in an instance that nobody is bound to, the group will take over the instance and bind to it. This stops the homebind timer when reforming group after disconnects and the like.
|
|
|
|
Core/Scripts/DB: move Gryphoneer Windbellow to SAI
|
|
|
|
correct faction for http://www.wowhead.com/npc=30012/victorious-challenger
This npc should not be hostile unless spoken for via gosip to fight for quest
|