aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-07DB/Creature: Diremaul North RndmemotesRushor
* diremaul 2% cooler now * closes #14315
2016-02-07DB/Creature: Wotlk armor values for meleebossesRushor
* fix a type * closes #15106
2016-02-07DB/Quest: The Collapse - Add EventRushor
* closes #13713
2016-02-07DB/Creature: Sorrow Wing lootRushor
* by tkrokli * closes #14843 * thanks to ariel- for report
2016-02-07DB/Quest: Escape Through ForceRushor
* small adjustments to the escortscript * by dr-j * closes #14799 * thanks to ikir83 for report
2016-02-07DB/Item: "Deprecated BKP "Impact" Shot"Rushor
* Restore correct values for bullet item "Deprecated BKP "Impact" Shot" * by tkrokli * closes #15931
2016-02-07DB/Creature: Injured Goblin Miner conditional gossipRushor
* This gossip option should only be available if you have the quest Bitter Departure (12831). * by velinath * closes #16365
2016-02-06DB/Quest: Venomhide Eggs - Add prevquestconditionsRushor
* closes #16443 * thanks to ariel-
2016-02-06DB/SQL: Update FilenameRushor
2016-02-06DB/Quest: Avenging The FallenRushor
* This quest is not supposed to be repeatable on WotLK 3.3.5 * closes #14892 * thanks to @fvicaria for report and fix
2016-02-06DB/Conditions: Meridith the MermaidenRushor
* Gossip text conditions are inverted, showing the completion gossip without her quest done * by @ariel- * thanks @ariel- for report * closes #16460
2016-02-06Scripts: Fixed warningVincent-Michael
2016-02-06Scripts/Karazhan: Implement Optional Boss SpawnRushor
* closes #15756
2016-02-06Build fixKittnz
2016-02-06Pet/Misc: Implement Pandaran Monk followupKittnz
2016-02-06Pet/Misc: Implement Pandaran Monk's pet abilitysKittnz
2016-02-06DB/Creature: Estelle Gendry - GossipsRushor
* closes #16444
2016-02-06DB/Spell: Fiery PaybackRushor
* fix an issue where the aura sometimes gets removed * by @sirikfoll * closes #15157 * thanks to @Keader for report and testing
2016-02-06DB/Creature: Koren - GossipoptionavailabilityRushor
* by @Saben65 * thanks to @Saben65 for report
2016-02-06DB/Creature: Pustulating Horror SAIRushor
* closes 16090 * by @Gargarensis * thanks to @Gargarensis for the report
2016-02-06DB/GO: Defias Gunpowder - Add TempsummonspawnRushor
* closes #16374 * thanks to @XaveT for report
2016-02-06DB/Spell: Silithus Stone spells -Ignore LOSRushor
* by @Trisjdc * closes #16436 * thanks to @danqu for report
2016-02-06DB/Quest: Scalps! - SpelltargetconditionsRushor
* closes #16361 * thx to @Treeston for report
2016-02-06DB/Quest: Warsong Recruitment Officer - AcceptconditionRushor
* by @OScriptTC * closes #16485
2016-02-06Scripts/Northrend: Knockbackimmunity CleanupRushor
2016-02-06Scripts: addition to 8b6954e81b76f8d7c6700eaf1a8b942bebaa85a0joschiwald
Closes #16466
2016-02-06DB/Creature: Stinky + Precious - Add KnockbackimmunityRushor
2016-02-06Merge pull request #16433 from Tonghost/3.3.5Treeston
[3.3.5][6.x] Core/Creature: Do not load equipment with id = 1 when creature.equipmen…
2016-02-06Merge pull request #16410 from sirikfoll/StrandTreeston
Core/Achievement Fix Achievement Defense of the Ancients
2016-02-06Grids/Notifiers: Notify triggers of units moving within their LoS.treeston
2016-02-06Code style, urand -> urandms.treeston
2016-02-06Fix build & tabsKittnz
2016-02-06Pet/Misc: Implement Egbert's running aroundKittnz
Closes #16479
2016-02-05Scripts: Added missing overrideVincent-Michael
2016-02-05Merge pull request #16472 from Rushor/immunityRushor
Core/Creature: Implement CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACK
2016-02-05Merge branch '3.3.5-toytrain' into 3.3.5 (PR #16218)treeston
2016-02-05Implement AuctionHouse features: GetAll scan and search throttlingpete318
Implements two standard features of the Auction House. * GetAll scan, retrieves all auctions and sends them in a single packet. There's a limitation on how often a player can do this (Max 55000 items) * Search throttling. For normal searches, the server can send a time in milliseconds to the client, the client will wait that long between searches. Delay set in config Closes #16469
2016-02-04Rename 2016_01_14_99_world.sql to 2016_02_04_00_world.sqlMitchesD
2016-02-04Merge pull request #16262 from sirikfoll/TorchMitchesD
Core/Scripts Script Npc needed for Quest Torch Tossing, Part 2
2016-02-04Core/Gossips: added some sanity checks to prevent duplicate interactionjoschiwald
2016-02-04Game/Creature: Implement CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACKRushor
* updates #16423
2016-02-03Creature/AI: Fix incorrect evade logic (closes #16461)treeston
2016-02-03Prevent duplicate spawns for same spawn IDpete318
If there is an alive instance of the creature upon creature spawn, skip spawn entirely. If there are only dead instances, despawn them. A new dead corpse in the creatures home position will be respawned. Closes: #16462
2016-02-03Merge pull request #16465 from Keader/raptureShauren
Core/Spells: Fixed cooldown check for Rapture (Priest) talent
2016-02-03Fix cooldown check talent Rapture (Priest)Keader
2016-02-03fix crashtreeston
2016-02-02Merge pull request #16345 from Trisjdc/creature_flag_reset_on_respawnTreeston
Core/Creatures: Reset unit flags/dynamic flags on Creature::SetDeathState(JUST_RESPAWNED)
2016-02-02Merge remote-tracking branch 'tkrokli/npc_disciple_of_naralex' into ↵treeston
3.3.5-base (PR #16437)
2016-02-02Merge branch '3.3.5-noplayerdamagereq' into 3.3.5-base (PR #16257)treeston
2016-02-01Merge pull request #16451 from tkrokli/uldaman_at_map_chamberDuarte Duarte
Core/Scripts/Uldaman: change hardcoded text to enum