| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-22 | DB/Quest: Birds of a Feather | Dr-J | |
| Fix this quest so it works as on retail * Delete permament spawns of Female Kaliri Hatchling, * Breaking a egg will now spawn either a Female Kaliri Hatchling or Male Kaliri Hatchling * Female Kaliri Hatchling will despawn when captured and is now required for quest item to be used. | |||
| 2014-09-22 | Core/Spell - Fix Remove Aura "The Eye of Acherus" | iDenyDeX | |
| Fixed remove aura "The Eye of Acherus" http://www.wowhead.com/spell=51852 after use "Recall Eye of Acherus" http://www.wowhead.com/spell=52694 . Earlier, after using the player remained under the aura. | |||
| 2014-09-22 | Scripts/Examples: Remove some more code related to example scripts | jackpoz | |
| 2014-09-22 | Core/Players/DK: Implement Rune Grace Period mechanic | Morgoporc | |
| Closes #11736 Fixes #6122 | |||
| 2014-09-21 | Scripts/Examples: Remove outdated example scripts | jackpoz | |
| Remove outdated misleading example scripts not following anymore current TC codestyle and standards. Please refer to the wiki or forum for up to date examples and documentation. | |||
| 2014-09-21 | Core/Misc: Refactor scripts to fix static analysis warnings | jackpoz | |
| Seventh batch of fixes targeting 100 issues reported by Coverity | |||
| 2014-09-21 | DB/Creature Model: Fix a few models by AriDEV | Malcrom | |
| 2014-09-21 | Core:/SmartScript: Added log for item has credit spell blabla | Vincent-Michael | |
| 2014-09-21 | SQLs: Rename updates/world sql files to the new format | DDuarte | |
| 2014-09-21 | Scripts/Shadowmoon Valley: Fix static analysis issues added in ↵ | jackpoz | |
| cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 Fix static analysis issues added in cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 about uninitialized values and pointers possibly point to free'd memory being dereferenced. In memory of all the developers who got banned from IRC in the process of fixing these issues. | |||
| 2014-09-21 | SQL: Sync world_database after tdb 335.56 release | Vincent-Michael | |
| 2014-09-21 | DB/Misc: Remove more additem hacks | Dr-J | |
| Use proper spells for creating items instead of sai action 56, this leaves only NR items using this action to add items as data missing for spells. | |||
| 2014-09-21 | Merge pull request #13180 from ShinDarth/335_fix | Warpten | |
| Core/ObjectMgr: corrected error labels | |||
| 2014-09-21 | Core/ObjectMgr: corrected error labels | ShinDarth | |
| 2014-09-21 | Scripting/Shadowmoon Vally: Added scripting for Infernal Attackers. | Malcrom | |
| 2014-09-21 | DB/Misc: Remove some hacks for additem | Dr-J | |
| * Replace sai to add some items with sai action 56 with correct spells to create items * Add option and sai to replace Blood Elf Disguise for What Illidan Wants, Illidan Gets... | |||
| 2014-09-21 | TDB 335.56 - 2014/09/21TDB335.56 | Vincent-Michael | |
| 2014-09-21 | SQL: Only 3.3.5a | Vincent-Michael | |
| 2014-09-21 | DB/Creature: Delete 2 duplicate spawns | Aokromes | |
| 2014-09-21 | DB/Spells: Added missing EffectItemType stuff in spell_dbc table | Vincent-Michael | |
| 2014-09-21 | DB/Spells: | Vincent-Michael | |
| - Added EffectItemType columns to spell_dbc table - Fix "Create Bundle of Bloodthistle" | |||
| 2014-09-21 | DB/Misc: Fix gossip condition which was never met | Dr-J | |
| Fix condition for gossip option 'Lend me a Windrider. I'm going to Spinebreaker Post!' on Wing Commander Brack for when player has got quest http://www.wowhead.com/quest=10242/spinebreaker-post. The existing condition quest taken (9) was never met as this quest is complete in players log as soon as taken, ie just turn in no other objectives, and even when player had quest in log gossip would never be displayed, | |||
| 2014-09-20 | DB/Misc: Respawn Invis Infernal Caster, Wildhammer Defenders, Shadowmoon ↵ | Malcrom | |
| Scouts, and removed Infernals. | |||
| 2014-09-20 | Core/Misc: Update helgrind suppressions | jackpoz | |
| 2014-09-20 | Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditions | jackpoz | |
| 2014-09-20 | DB/Misc: Add missing creature spawns to Invasion Point, Shadowmoon Valley ↵ | Malcrom | |
| with pathing | |||
| 2014-09-20 | Core/Misc: Refactor scripts to fix static analysis warnings | jackpoz | |
| Sixth batch of fixes targeting 100 issues reported by Coverity | |||
| 2014-09-20 | DB/Gameobject: Properly spawn Deathforged Infernals in Shadowmoon Vally | Malcrom | |
| 2014-09-20 | DB/Creature: Some Shadowmoon missing spawns | Malcrom | |
| 2014-09-20 | Core/Spells: fixed Intervade | joschiwald | |
| Closes #13171 | |||
| 2014-09-20 | Core/Achievements: Fixed realm first kill achievement restrictions - now ↵ | Shauren | |
| only the first group will be able to complete it Closes #2957 | |||
| 2014-09-20 | Update and rename 2014_09_20_0_world_creature.sql to ↵ | Aokromes | |
| 2014_09_20_00_world_creature.sql | |||
| 2014-09-20 | DB/Creature: Stormpeak Wyrm proper respawntime | Malcrom | |
| 2014-09-20 | Core/Guilds: Fixed guild rank delete framexml event params | Shauren | |
| 2014-09-20 | Scripts/Auchindoun: Darkweaver Syth | Nyeriah | |
| - Despawn minions on death/reset - Misc clean up | |||
| 2014-09-20 | DB/Misc: Add pathing for Fjorn. Not 100% but scripting is hard when you have ↵ | Malcrom | |
| to do it in a roundabout way. | |||
| 2014-09-20 | DB/Pathing: Pathing for existing Son of Corok. Some spawns missing, will ↵ | Malcrom | |
| correct in another push. | |||
| 2014-09-20 | Revert "Core: Fix build for msvc14" | Vincent-Michael | |
| This reverts commit bd522a3853951cf8ea4b0b9e2f225a8bdc38da04. Meh -.- | |||
| 2014-09-20 | Core: Fix build for msvc14 | Vincent-Michael | |
| 2014-09-19 | DB/Pathing: Pathing for Creteus | Malcrom | |
| 2014-09-19 | DB/Misc: Redo some fixups for Dun Neffelem | Malcrom | |
| 2014-09-19 | DB/Misc: Misc fixes | Malcrom | |
| 2014-09-19 | DB/Misc: Cosmetic fixups for Dun Neffelem | Malcrom | |
| 2014-09-20 | Kill new compile warnings | joschiwald | |
| 2014-09-20 | Fixed sql fail | joschiwald | |
| 2014-09-20 | Core/Battlefield/WG: fixed warnings | joschiwald | |
| Ref #13169 Closes #12714 | |||
| 2014-09-19 | Core/ObjectMgr: check creature.orientation and gameobject.orientation range ↵ | ShinDarth | |
| in loading Closes #13156 | |||
| 2014-09-19 | DB/Misc: Fix Seething Revenant Entry: 29504 spawns and add two missing paths. | Malcrom | |
| 2014-09-19 | DB/Misc: Proper spawning and pathing of Stormpeak Wyrm | Malcrom | |
| 2014-09-19 | Revert "SQL: Update dev/world_database.sql" | DDuarte | |
| This reverts commit 09f9f3b6b12545e603cca4ef9c50b5415dca9d9a. I forgot that world_database.sql should only get updated in TDB releases. | |||
