aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-11Merge pull request #16231 from ariel-/smartfixDuarte Duarte
Core/SmartScripts: Fix typo
2016-01-10Fix typo after dcb7082277447c21b11c4a1d59f105fa342c172eariel-
2016-01-10DB/Misc: Call to Arms: The Plaguelands/Scarlet Diversions (3.3.5 Only)Dr-J
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.
2016-01-10DB: Game_tele to Emerald DreamKillyana
By @Helias Closes #16131
2016-01-10DB/SAI: Fix the react state for Darkfallen BloodbearerKillyana
Closes #16159
2016-01-10DB/SAI: Harvest CollectorKillyana
Closes #16158
2016-01-10DB/Creature: Fix The Crippler unit_flagsKillyana
Closes #16148
2016-01-10DB/SAI: Fix Windroc Matriarch script and textKillyana
By @Saben65 and @velinath Closes #16215
2016-01-09Merge pull request #15977 from tkrokli/landmine_knockback_achievementjackpoz
Scripts/Spells: Mine Sweeper achievement
2016-01-09Scripts/ICC: Fix static analysis issuejackpoz
Fix an issue reported by static analysis
2016-01-09Core/Scripts/DB: Migrate specially scripted taxi NPC's to SmartAIvelinath
2016-01-09Merge pull request #16101 from NathanHandley/3.3.5Duarte Duarte
Updated AuctionHouseSeller to have item class stack control
2016-01-09Scripts/Commands: Modify ".setskill" command to target current Player by defaultjackpoz
2016-01-09Merge pull request #16186 from ariel-/spellmodchargesjackpoz
Core/Spells: Fix redundant mod charge drop and spell crit calc
2016-01-08Core/Spells: Fix static analysis issues and a crashjackpoz
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.
2016-01-08Scripts/Shadowmoon Valley: Dragonmaw PeonSaben65
Fixes issue where NPC does not attack, even when aggro'd. Fixes #16210 Closes #16204
2016-01-08DB/Creature: Remove a wrong spawn and fix Lunchbox react stateKillyana
Closes #16198
2016-01-08DB/Creature: Skyguard Handler/Skyguard Nether Ray WaypointKillyana
Closes #16197 By @Saben65
2016-01-08DB: Fix a TypoKillyana
2016-01-08DB/Creature: Wyrmcaller VileKillyana
Update #3541 Add missing spawns and scripts for visual stuff
2016-01-08Merge pull request #16208 from ShinDarth/putricide-fixFrancesco Borzì
[3.3.5] Scripts/ICC: Fixed Professor Putricide
2016-01-08Scripts/ICC: Fixed Professor PutricideShinDarth
- closes https://github.com/TrinityCore/TrinityCore/issues/16207
2016-01-08Core/Spells: Fixed Raise Allyccrs
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
2016-01-07Fix a spawndist start-up warning.treeston
2016-01-07Merge pull request #16193 from Goatform/3.3.5jackpoz
Core/GameObjects: Fixed an issue where traps were not redirected to Grounding Totem
2016-01-07DB/Creature: Remove a wrong spawnKillyana
2016-01-07Merge remote-tracking branch 'velinath/sai-migrations-3' into 3.3.5-basetreeston
2016-01-05Core/Scripts/DB: Migrate Wing Commander Dabir'ee to SAIvelinath
2016-01-05Merge remote-tracking branch 'velinath/sai-migrations-2' into 3.3.5-basetreeston
2016-01-05Merge remote-tracking branch 'velinath/sai-migrations' into 3.3.5-basetreeston
2016-01-05Core/Scripts/DB: Migrate Skyguard Handler Deesak to SmartAIAndrew Letson
2016-01-05Merge pull request #16188 from Asterc/3.3.5jackpoz
Core/Player: Fix profession specialization being re-learnt on login after unlearning it
2016-01-05Core/GameObjects: Fixed an issue where traps were not redirected to ↵Goatform
Grounding Totem Closes #16145
2016-01-05Core/Authserver: Do not close the socket immediately when user types in ↵Shauren
invalid authenticator token to allow receiving failure packet
2016-01-05DB/Misc: Sholazar Guardians (Updates)Dr-J
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
2016-01-05Build/Misc: Clarify the meaning of one settingAokromes
2016-01-04Core/Scripts/DB: Migrate Skyguard Handler Irena to SAIvelinath
2016-01-04Core/Player Drop deprecated code and fix bug where a player can have more ↵elecyb
than one profession specialization.
2016-01-04Core/DBUpdater: Fix help text download linkDuarte Duarte
Change from forums to GH Releases (cherry picked from commit 6b529fcd43dd394a96a5441ab95523bdce3d58d3)
2016-01-04Scripts/Commands: Fix ".help" command to show commands in alphabetical orderjackpoz
2016-01-04Fix redundant calculation of spell critical chance, fix spellmods being ↵ariel-
dropped twice. Closes #7315
2016-01-04Scripts/Commands: Modify ".learn" command to target current Player by defaultjackpoz
2016-01-04DB/Creature: Vyragosa/TLPDtreeston
- Fix linked pool spawn - Fix respawn time to be 6h (instead of current 25sec) Closes #7683.
2016-01-04Merge pull request #16156 from Treeston/3.3.5-instancerevive2Treeston
Game/Maps: Instance handling bug-fix follow-up
2016-01-04Merge pull request #16182 from velinath/sai-migrationsTreeston
Core/Scripts: remove unused npc_taxi scripts
2016-01-04Game/Maps: Instance handling follow-up:treeston
- 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.
2016-01-04Core/Scripts: remove npc_taxi unused scriptsvelinath
2016-01-04Merge pull request #16171 from velinath/sai-migrationsjoschiwald
Core/Scripts/DB: move Gryphoneer Windbellow to SAI
2016-01-03Core/Scripts/DB: move Gryphoneer Windbellow to SAIvelinath
2016-01-03DB/Misc: Victorious ChallengerDr-J
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