aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-03Add missing change in SpellEffects.cppAmit
2012-08-03Fix Improved concentration auraAmit
Fix Improved concentration aura 30% reduce of silence/interrupt
2012-08-02Merge pull request #7245 from cyberbrest/pull3Shauren
Core/PacketIO: Fixed mistake in object create guid.
2012-08-02Core/Loading: Fix some wrong sql types in ObjectMgr loading codeNay
2012-08-02Core/Spells: Fix some summon vehicle spells with basepoint 1Vincent-Michael
ty zwerg
2012-08-02Core/PacketIO: enable cmsg_whois and smsg_whoisKandera
2012-08-02enable smsg_whoKandera
2012-08-02Enable who opcodeKandera
2012-08-02Some codestyle changes.Alternative
2012-08-02Added disable commands.Alternative
2012-08-02Core/PacketIO: Update and enable handler for CMSG_GROUP_INVITENay
2012-08-02Core/DataStores: Add missing LoadDBCsNay
Thanks to Venugh for noticing
2012-08-02Core/Misc: Minor update to SMSG_GUILD_QUERY_RESPONSE, added a value to enum ↵kaelima
MailStationery, some comments to a few dbcs. DB: Renamed merged sql files
2012-08-01Merge pull request #7065 from Vincent-Michael/PainAndSufferingKaelima
Core/Spells: Fix Pain and Suffering reduces damage
2012-08-01Merge pull request #6800 from Vincent-Michael/codKaelima
Core/Spells: Fix Curse of Doom (thx to Warpten / joschiwald for helping)
2012-08-02Remove a wrong copy paste comment (related to prev commit)Nay
2012-08-02Core/Transmog: Charge money for transmogrificationNay
2012-08-02One last missed change to fix non PCH buildNay
2012-08-01Core/Build: Fix non pch build (MSVC)Nay
2012-08-01Scripts/Build: Fix non PCH buildNay
2012-08-01Core/PacketIO: Send better values for SMSG_FEATURE_SYSTEM_STATUSShauren
2012-08-01DB/Loot: Add missing loot item, fixes quest zeth'gor must burnExodius
Closes #7237 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-08-01DB/Creature: Re-guid 3 npc spawns added in previous commitNay
Thanks to Aokromes for noticing the high guids
2012-08-01DB/SAI: Fix quests Words of PowerTrista
Ref #79 Ref #2259 Closes #4638 Closes #7249 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-08-01Core/Items: Added loading and saving transmogrification.Shauren
2012-08-01[PacketIO] mistake in transport guid.cyberbrest
2012-08-01Core/Misc: Basic implemention of TransmogrificationNay
TODO: charge money and fix some quirks and bugs Thanks to Shauren for finding item flags and proper validation
2012-08-01Core/PacketIO:: Change status of CMSG_VIOLENCE_LEVEL to STATUS_AUTHED since ↵Nay
it's now sent at the loading screen We still don't do anything with that packet...
2012-08-01Core/ByteBuffer: Fix a subscript out of range exception (in debug mode) when ↵Nay
ReadString is used with length 0
2012-07-31Merge pull request #7239 from Venugh/masterSubv
Remove useless commands includes.
2012-07-31Core/Misc: Removed useless include from commands.Venugh
2012-07-30Core/VS: Finally fix item swapping, correct a file nameNay
2012-07-30Core/VS: Allow to store/retrive random stats items in void storageNay
Also set items to soulbound on withdraw
2012-07-30Core/DBLayer: Fix a typo in void_storage table nameNay
2012-07-30Core: Implement Void StorageNay
2012-07-30Warning fixes + compile fix after the mergeSpp
2012-07-30Merge pull request #7227 from Vincent-Michael/PCHJorge
Core/Misc: Use proper headers to optimize compile
2012-07-30Core/Misc: Use proper headers to optimize compileVincent-Michael
2012-07-30Core/PacketIO: Fix structure of CMSG_SET_TRADE_ITEMNay
Thanks Subv and Shauren
2012-07-29Core/Objects: Added missed changes, thanks cyberbrest for noticingShauren
Closes #7224
2012-07-29Merge pull request #7210 from Chipsi/masterNay
Core/Spells: Spells with SPELL_EFFECT_KNOCK_BACK(like Thunderstorm) can't knoback target if target has ROOT/STUN
2012-07-29Merge pull request #7113 from Vincent-Michael/IdolOfTheCryingWindNay
Core/Spell: Fix Idol of the Crying Wind calculation
2012-07-29Merge pull request #7115 from Vincent-Michael/BaubleOfTrueBloodNay
Core/Spells: Fix Bauble of True Blood crit heal Closes #6151
2012-07-29Merge pull request #7179 from stfx/patch-1Nay
Fix sending wrong world states in Shattrath
2012-07-29Merge pull request #7218 from Vincent-Michael/commandMisc2Subv
Core/Commands: Convert more misc commands in commandscript
2012-07-29Core/Commands: Convert more misc commands in commandscriptVincent-Michael
2012-07-29Merge pull request #7220 from Vincent-Michael/petCommandShocker
Core/Command: Add missing part for pet command
2012-07-29Core/Command: Add missing part for pet commandVincent-Michael
2012-07-29DB/SAI: Fix quest Measuring Warp Energiesshlomi1515
Closes #2367 Closes #6266 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-07-29DB/Gossip: Fix innkeeper KeldamyrNay
Closes #2223