aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-02DB/Conditions: Add option conditions for Rogue trainers.Malcrom
2013-06-02Merge pull request #9854 from Ascathor/masterSubv
Core/Command: Optimized .pinfo more
2013-06-02DB/Conditions: Add option conditions for Hunter trainers.Malcrom
2013-06-02DB/Conditions: Replace condition accidently removed.Malcrom
2013-06-02DB/Conditions: Add option conditions for Druid trainers.Malcrom
2013-06-02DB/Conditions: Add gossip option conditions for Warrior trainers.Malcrom
2013-06-02DB/Conditions: Add gossip option conditions for paladin trainers.Malcrom
2013-06-02DB/Conditions: Add gossip option conditions for Warlock trainers.Malcrom
2013-06-02DB/Conditions: Add gossip option conditions for mage trainers.Malcrom
2013-06-02SQL: Fix typo in 216827201ec604a25ea05d12e609f1f136e12b13Vincent-Michael
2013-06-02Script/Ulduar: Fix try for Assembly Of Iron achievement "I choose you, xxx"Vincent-Michael
2013-06-02DB/Autobroadcast: Update correct db struktur and auth basejoschiwald
2013-06-01Core/Database: Fix bad sql query in 55b3819d12699ee5d255b8dea82ab6aaee093a07 ↵Vincent-Michael
(thx Shauren)
2013-06-01Core/Database: Deleted characters will no longer be loaded when sending the ↵Subv
SMSG_CHAR_ENUM packet.
2013-06-01Core/Scripts: Always run OnSpellClick AI hook, even if there are no spells ↵Shauren
defined for spellclick event.
2013-06-01Core/MovementShauren
* Changed speed selection for flying creatures - use MOVE_RUN by default. * Do not add MOVEMENTFLAG_WALKING to creatures that did not have it but called .SetWalk for their movement
2013-06-01DB/SAI: Assign SmartAI and remove needless SmartScript (See core script)Gacko
2013-06-01DB: Fishing loot for Pit Of SaronGacko
http://www.elsanglin.com/forums/topic/pit-of-saron
2013-06-01Core: Advance loggingGacko
- Log guid in SmartScript::IsSmart and SmartScript::IsSmartGO - Prevent false positive for missing game_graveyard_zone data for battlegrounds
2013-05-31Core/Build: Missing include.Subv
2013-05-31Core/Movement: Follower creatures in a formation will now follow their ↵Subv
leader when the leader was moved with PointMovementGenerator
2013-05-31DB/SAI: fix mobs spaming some eventsAokromes
Fix by Kirkhammett and FireEmerald
2013-05-30Core/Transports: Refactored methods used to calculate passenger offsets ↵Shauren
(made orientation argument optional)
2013-05-30Core/Movement: Added generatePath argument to MovePoint overload accepting ↵Shauren
Position arg
2013-05-30Core/Misc: Another batch of fixes for issues found by static analysisSpp
2013-05-30Core/Misc: Fix invalid pointer use after being deletedSpp
2013-05-30Core/Collision: Fix memory leakSpp
2013-05-30DB/Quests: Fix To Catch a Thistlehead, closes #9876 closes #6319Pitcrawler
Thanks @Kirkhammett for all the work
2013-05-30Merge pull request #9890 from b4nan1/patch-2Aokromes
Update Chat.cpp
2013-05-29Update Chat.cppb4nan1
this is better or?
2013-05-28Core/Players: Send only values update when turning gm mode on or accepting ↵Shauren
quests instead of recreating the object clientside
2013-05-28Scripts/Halls of Reflection: Fixed a possible crashShauren
2013-05-28Merge pull request #9884 from LeGuybrush/Remove-BOMAokromes
Remove BOM from 2013_05_21_00_world_trinity_strings.sql
2013-05-28Remove BOM from 2013_05_21_00_world_trinity_strings.sqlLeGuybrush
2013-05-27DB/Quests: Fix some remaining issues from ↵Pitcrawler
https://github.com/TrinityCore/TrinityCore/commit/aaa1d9b749988fb1ad3139041e7199b1381b54ba For example the missing floating visual and prevent the script from being started more than once.
2013-05-27DB/SAI: fix typo in previous commitAokromes
2013-05-26DB/waypoints: Fix a path and remove a double spawn.Malcrom
2013-05-27DB/Quests: Fix Frostmourne Cavern, closes #9856 closes #4293Pitcrawler
Thanks @Malcrom for the initial script and @Kirkhammett for some additional work
2013-05-26DB/Waypoints: Add waypoints to HeartrazorMalcrom
closes #7444
2013-05-26Script/Gundrak: CodestyleGacko
2013-05-26Merge pull request #9858 from xjose93/Gundrak-DoorGaldarahGacko
Scripts/Gundrak: Fix Gal'darah door.
2013-05-26DB/SAI: fix typo in previous commitMalcrom
2013-05-26DB/SAI: Fix for quest "Not-So-Honorable Combat" by KirkhammettMalcrom
closes #9864
2013-05-26DB/SAI: Fix for quest "Shadow Vault Decree" by KirkhammettMalcrom
closes #9866
2013-05-26DB/SAI: Fix for quest "Second Chances" by KirkhammettMalcrom
closes 9855 6507
2013-05-26Merge pull request #9873 from BitCoding/masterGacko
Fix Quest Sharing
2013-05-26Core/Handler : Fix Sharing questBitCoding
http://www.elitepvpers.com/forum/wow-exploits-hacks-tools-macros/1836723-wow-quest-sharing-exploit-item-dupe-co.html
2013-05-26Core/SmartAI: Add ability to modify UNIT_FIELD_FLAGS_2 to SAI actions.Malcrom
2013-05-26Core/Command: Optimized .pinfo moreAscathor
* Moved some checks around * Added RBAC Permission for Email, last login and last ip (group 3 and 4) -- If missing RBAC permission, then it displays "Unauthorized (RBAC)" * Changed totalmail output from uint64 to uint32 * Level either puts Max level, or a list of information necessary * Only queries guild if the current xp query also detects guild membership * Incorporated recent changes into code * Commander requires higher than target to get sensitive data beside RBAC permission.
2013-05-25Core/ItemsShauren
* Updated structure of SMSG_ENCHANTMENTLOG and send it when changing enchantments on item * Implemented SMSG_SOCKET_GEMS_RESULT sent when socketing is finished