| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-23 | Core/Globals: check localeName on loading | ariel- | |
| 2017-04-23 | Core/Misc: fix typo | ariel- | |
| 2017-04-24 | Core/Misc: Update locales_item and locales_item_set_names to simple system | Chazy Chaz | |
| 2017-04-24 | Core/Misc: Update locales_quest to simple system | Chazy Chaz | |
| 2017-04-24 | Core/Misc: Update locales_broadcast_text to simple system | Chazy Chaz | |
| 2017-04-23 | [3.3.5] Core/Quest: always send the specified RewardNextQuest regardless of ↵ | Xyventh | |
| eventual scripts (#19498) - Fixes certain situations in which the quest window would get stuck after completing a quest | |||
| 2017-04-23 | Core/Scripts: Willix the Importer - $n in aggro text | tkrokli | |
| * In the existing core script, Willix the Importer in Razorfen Kraul says "Help! Get this $n off of me!" (showing the $n part in his SAY text) instead of naming the attacker when using his 'SAY_AGGRO1' creature_text. * With this commit change, unit target is no longer missing for Talk, making Willix name the attacking unit when he shouts for help. | |||
| 2017-04-22 | Build: fix finding VS 2017 compiled boost libs | ariel- | |
| 2017-04-22 | Build: Added support for boost 1.64 | ariel- | |
| Build: Added 1.64 Boost version to FindBoost (cherry-picked from commit 5233caf0920689c7796f4147e5b7506343d707bb) Build: Fixed build with boost 1.64 (cherry-picked from commit a3dec5cb753410dba5c03c70343afd00b905e920) | |||
| 2017-04-22 | DB/Quests: add missing quest text (14352) | tkrokli | |
| - http://www.wowhead.com/quest=14352/an-unholy-alliance Quest: An Unholy Alliance Progress text & Completion text + ID for the quest gossip. These queries add the missing quest text back to the DB. | |||
| 2017-04-22 | Core/Spell: implement pvp trinket immunity against Judgement of Justice | ariel- | |
| By Riztazz, closes #19484 | |||
| 2017-04-22 | Core/Player: don't randomly change temporary spell status | ariel- | |
| - They shouldn't be saved in db - Prevented temporary spell removal after a save Closes #14373 | |||
| 2017-04-22 | Core/Spell: fix creature focus with channeled spells | ariel- | |
| - Remove one not needed ReleaseFocus, this is done at finish already | |||
| 2017-04-22 | DB/Quests: show actual player name in reward text (5064) | tkrokli | |
| - http://www.wowhead.com/quest=5064/grimtotem-spying Quest: Grimtotem Spying Current RewardText contains the name 'Mac' instead of $N. This update will replace it and show the player name as intended. | |||
| 2017-04-21 | DB/Spells: Fixed spell range of Flush Pipe (Dalaran Sewers Knockback) | Keader | |
| Close #18776 Thanks Jildor | |||
| 2017-04-21 | Revert "Core/Spell: don't set scaleAura for some special spells" | ariel- | |
| This reverts commit 1ca8434b365687dbd12ca232a615d126234eba5e. Closes #19472 | |||
| 2017-04-21 | Core/Spells: Refactor setting spell info corrections to report errors about ↵ | Shauren | |
| spells that no longer exist cherry-picked from commit be1a7d36f31fe2722f0a61f1360f9a5c28ff97b2 | |||
| 2017-04-20 | DB/Creature: Add missing Spirit Healers | Killyana | |
| All graveyards are checked | |||
| 2017-04-20 | DB/Misc: populated version table with missing data from TDB file (again) | ariel- | |
| 2017-04-20 | Core/Unit: fix SPELL_AURA_MOD_DAMAGE_DONE damage calculation on non-melee ↵ | ariel- | |
| schools for Keader :P | |||
| 2017-04-19 | DB/Creature: Add missing Spirit Healer on Arathi Highlands | Killyana | |
| For 3.3.5 only | |||
| 2017-04-19 | DB/Creature: Add missing Spirit Healer on Stranglethorn Vale | Killyana | |
| For 3.3.5 only | |||
| 2017-04-19 | TDB 335.63 - 2017/04/18TDB335.63 | DDuarte | |
| 2017-04-18 | Rename 2017_xx_xx_xx_world_335.sql to 2017_04_18_00_world_335.sql | Aokromes | |
| 2017-04-18 | Core/Misc: Sync database schema with master | Chazy Chaz | |
| 2017-04-17 | DB/Vendor: Wintergrasp Commendation (3.3.5) | Dr-J | |
| Wintergrasp Commendation should be purchasable for 9 x wintergrasp marks of honor as well as for stonekeepers shards. | |||
| 2017-04-17 | Update boss state load logic | Krudor | |
| Reset boss state to NOT_STARTED if state loads as FAIL | |||
| 2017-04-15 | Core/Spell: register spell mod owner properly on spell cast | ariel- | |
| - This fixes pets and totems getting mods from owner | |||
| 2017-04-15 | Core/Scripts: fix dereferencing invalid iterator | ariel- | |
| Closes #19464 | |||
| 2017-04-15 | DB/Creature: Remove unknown spell aura on Sergeant Major Skyshadow | Kittnz | |
| 2017-04-15 | Fix non-PCH build. | Gacko | |
| Even on 3.3.5. What's PCH for? | |||
| 2017-04-14 | Core/Unit: implement miss chance reduction for low level mobs | ariel- | |
| Source: http://wow.gamepedia.com/index.php?title=Miss&oldid=1980141 > Level is not a factor except when attacking a mob level 9 or lower. Miss chance against a low-level mob is a percentage of normal equal to the mob’s level divided by 10. | |||
| 2017-04-14 | Core/Auras: don't skip stack rule check whenever spells have same ID | ariel- | |
| - The auras might not have the same amounts due to spellmods Closes #1626 | |||
| 2017-04-14 | Core/Spells: Name a spell attribute | Shauren | |
| (cherry picked from commit e88a5e4d6d34a7d319cf8a18d3522017bc9101c0) | |||
| 2017-04-14 | Core/Spell: fix broken Unit::GetHighestExclusiveSameEffectSpellGroupValue | ariel- | |
| - Affects 3 aura effects currently, should be rewritten with GetTotalAuraModifier maybe? | |||
| 2017-04-14 | Core/Entities: fix integer undeflow when calculating skill value difference | ariel- | |
| Closes #19455 | |||
| 2017-04-14 | Core/Spell: fix nopch build x2 | ariel- | |
| 2017-04-14 | Core/Spell: fix nopch build | ariel- | |
| 2017-04-14 | Core/Spell: build fix | ariel- | |
| 2017-04-14 | Core/Spell: fixed SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT to actually ↵ | ariel- | |
| check effects - This commit enables stack rule 3 to be properly used to fix auras that should be active but only one providing effects, even if the spell has multiple auras Closes #19454 | |||
| 2017-04-13 | Rename last 2 SQL files with correct date | tkrokli | |
| 2017-04-13 | DB: Fix some DB errors | Killyana | |
| 2017-04-13 | DB/Creature: Add some Winterfin Tadpole missing spawns | Killyana | |
| 2017-04-13 | DB/SAI: Fix Some Smart Scripts | Killyana | |
| 2017-04-13 | Core/Spell: check aura positivity per effect on spell hit | ariel- | |
| - Fixes applying DR to positive effects, and changing duration of whole aura Closes #19447 | |||
| 2017-04-12 | Core/Player: fix use after free crash | ariel- | |
| 2017-04-12 | Core/Spell: fix SPELL_ATTR3_IGNORE_HIT_RESULT bypassing reflects | ariel- | |
| Closes #19440 | |||
| 2017-04-12 | DB/Spell: Egg of mortal essence should proc with HoTs | ariel- | |
| Closes #19441 | |||
| 2017-04-12 | Core/Instance: stop updating the instance resettimes based on creature respawns | ariel- | |
| - Rather update normal instance reset time to 2 hours after last creature kill - This fixes yet another integer overflow due to the possibility of having time_t max showing up - Also change respawntime and resettime fields to bigint on respawn/instance related tables - Start using prepared statements on the InstanceSaveMgr | |||
| 2017-04-11 | Core/Misc: pch fixes pt 2 | ariel- | |
