Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-07 | DB/Creature: Diremaul North Rndmemotes | Rushor | |
* diremaul 2% cooler now * closes #14315 | |||
2016-02-07 | DB/Creature: Wotlk armor values for meleebosses | Rushor | |
* fix a type * closes #15106 | |||
2016-02-07 | DB/Quest: The Collapse - Add Event | Rushor | |
* closes #13713 | |||
2016-02-07 | DB/Creature: Sorrow Wing loot | Rushor | |
* by tkrokli * closes #14843 * thanks to ariel- for report | |||
2016-02-07 | DB/Quest: Escape Through Force | Rushor | |
* small adjustments to the escortscript * by dr-j * closes #14799 * thanks to ikir83 for report | |||
2016-02-07 | DB/Item: "Deprecated BKP "Impact" Shot" | Rushor | |
* Restore correct values for bullet item "Deprecated BKP "Impact" Shot" * by tkrokli * closes #15931 | |||
2016-02-07 | DB/Creature: Injured Goblin Miner conditional gossip | Rushor | |
* This gossip option should only be available if you have the quest Bitter Departure (12831). * by velinath * closes #16365 | |||
2016-02-06 | DB/Quest: Venomhide Eggs - Add prevquestconditions | Rushor | |
* closes #16443 * thanks to ariel- | |||
2016-02-06 | DB/SQL: Update Filename | Rushor | |
2016-02-06 | DB/Quest: Avenging The Fallen | Rushor | |
* This quest is not supposed to be repeatable on WotLK 3.3.5 * closes #14892 * thanks to @fvicaria for report and fix | |||
2016-02-06 | DB/Conditions: Meridith the Mermaiden | Rushor | |
* Gossip text conditions are inverted, showing the completion gossip without her quest done * by @ariel- * thanks @ariel- for report * closes #16460 | |||
2016-02-06 | Scripts: Fixed warning | Vincent-Michael | |
2016-02-06 | Scripts/Karazhan: Implement Optional Boss Spawn | Rushor | |
* closes #15756 | |||
2016-02-06 | Build fix | Kittnz | |
2016-02-06 | Pet/Misc: Implement Pandaran Monk followup | Kittnz | |
2016-02-06 | Pet/Misc: Implement Pandaran Monk's pet abilitys | Kittnz | |
2016-02-06 | DB/Creature: Estelle Gendry - Gossips | Rushor | |
* closes #16444 | |||
2016-02-06 | DB/Spell: Fiery Payback | Rushor | |
* fix an issue where the aura sometimes gets removed * by @sirikfoll * closes #15157 * thanks to @Keader for report and testing | |||
2016-02-06 | DB/Creature: Koren - Gossipoptionavailability | Rushor | |
* by @Saben65 * thanks to @Saben65 for report | |||
2016-02-06 | DB/Creature: Pustulating Horror SAI | Rushor | |
* closes 16090 * by @Gargarensis * thanks to @Gargarensis for the report | |||
2016-02-06 | DB/GO: Defias Gunpowder - Add Tempsummonspawn | Rushor | |
* closes #16374 * thanks to @XaveT for report | |||
2016-02-06 | DB/Spell: Silithus Stone spells -Ignore LOS | Rushor | |
* by @Trisjdc * closes #16436 * thanks to @danqu for report | |||
2016-02-06 | DB/Quest: Scalps! - Spelltargetconditions | Rushor | |
* closes #16361 * thx to @Treeston for report | |||
2016-02-06 | DB/Quest: Warsong Recruitment Officer - Acceptcondition | Rushor | |
* by @OScriptTC * closes #16485 | |||
2016-02-06 | Scripts/Northrend: Knockbackimmunity Cleanup | Rushor | |
2016-02-06 | Scripts: addition to 8b6954e81b76f8d7c6700eaf1a8b942bebaa85a0 | joschiwald | |
Closes #16466 | |||
2016-02-06 | DB/Creature: Stinky + Precious - Add Knockbackimmunity | Rushor | |
2016-02-06 | Merge pull request #16433 from Tonghost/3.3.5 | Treeston | |
[3.3.5][6.x] Core/Creature: Do not load equipment with id = 1 when creature.equipmen… | |||
2016-02-06 | Merge pull request #16410 from sirikfoll/Strand | Treeston | |
Core/Achievement Fix Achievement Defense of the Ancients | |||
2016-02-06 | Grids/Notifiers: Notify triggers of units moving within their LoS. | treeston | |
2016-02-06 | Code style, urand -> urandms. | treeston | |
2016-02-06 | Fix build & tabs | Kittnz | |
2016-02-06 | Pet/Misc: Implement Egbert's running around | Kittnz | |
Closes #16479 | |||
2016-02-05 | Scripts: Added missing override | Vincent-Michael | |
2016-02-05 | Merge pull request #16472 from Rushor/immunity | Rushor | |
Core/Creature: Implement CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACK | |||
2016-02-05 | Merge branch '3.3.5-toytrain' into 3.3.5 (PR #16218) | treeston | |
2016-02-05 | Implement AuctionHouse features: GetAll scan and search throttling | pete318 | |
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-04 | Rename 2016_01_14_99_world.sql to 2016_02_04_00_world.sql | MitchesD | |
2016-02-04 | Merge pull request #16262 from sirikfoll/Torch | MitchesD | |
Core/Scripts Script Npc needed for Quest Torch Tossing, Part 2 | |||
2016-02-04 | Core/Gossips: added some sanity checks to prevent duplicate interaction | joschiwald | |
2016-02-04 | Game/Creature: Implement CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACK | Rushor | |
* updates #16423 | |||
2016-02-03 | Creature/AI: Fix incorrect evade logic (closes #16461) | treeston | |
2016-02-03 | Prevent duplicate spawns for same spawn ID | pete318 | |
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-03 | Merge pull request #16465 from Keader/rapture | Shauren | |
Core/Spells: Fixed cooldown check for Rapture (Priest) talent | |||
2016-02-03 | Fix cooldown check talent Rapture (Priest) | Keader | |
2016-02-03 | fix crash | treeston | |
2016-02-02 | Merge pull request #16345 from Trisjdc/creature_flag_reset_on_respawn | Treeston | |
Core/Creatures: Reset unit flags/dynamic flags on Creature::SetDeathState(JUST_RESPAWNED) | |||
2016-02-02 | Merge remote-tracking branch 'tkrokli/npc_disciple_of_naralex' into ↵ | treeston | |
3.3.5-base (PR #16437) | |||
2016-02-02 | Merge branch '3.3.5-noplayerdamagereq' into 3.3.5-base (PR #16257) | treeston | |
2016-02-01 | Merge pull request #16451 from tkrokli/uldaman_at_map_chamber | Duarte Duarte | |
Core/Scripts/Uldaman: change hardcoded text to enum |