Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-26 | Fixed spell Master's Call, autor ?, thx sundark | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Support for spell 67729. | maanuel | |
--HG-- branch : trunk | |||
2009-12-26 | Fixed Mana Gems, implement SPELL_EFFECT_CREATE_MANA_GEM and revert prev. ↵ | n0n4m3 | |
commit... --HG-- branch : trunk | |||
2009-12-26 | Fixed items Mysterious Egg, Disgusting Jar (need db support). | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Fixed spell Combustion | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Fixed crash in lookup GO gossip | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Revert not needed changes(this implemented soon) | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Removed SPELL_AURA_MOUNTED when BG end and player leave | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Fixed spell Ebon Plague, byThemris. | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Fixed spell Rime, by Themris. | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Revert 6790, sorry :( | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Do not load unused fields from Spell.dbc. | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Partly revert 6760 | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Move some grid object functions into one parent class | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Fixed Glyph of Feral Spirit | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Set Wintergrasp disable by default(now unstable). | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Implement expected combat stop with friendly faction. by VladimirMangos | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-26 | Fixed typo. | maanuel | |
--HG-- branch : trunk | |||
2009-12-26 | Trial of the Champion: Rewrite of Boss Black Knight script and Raisen Ghoul ↵ | maanuel | |
script. --HG-- branch : trunk | |||
2009-12-25 | * Fix quest "Death's Challenge". When dueling an initiate, you can now ↵ | p0wer | |
attack them. * Thanks to Visagalis on pointing this out. --HG-- branch : trunk | |||
2009-12-25 | * Fix compile. | p0wer | |
--HG-- branch : trunk | |||
2009-12-25 | * Begin replacing SpellId's with their new variable names. | p0wer | |
--HG-- branch : trunk | |||
2009-12-25 | Fix a crash in BattleGroundMgr::BuildPvpLogDataPacket caused by objmgr not ↵ | Machiavelli | |
finding player object by guid when showing scoreboard. In this case get bg team ID for player via character database. Closes #938 --HG-- branch : trunk | |||
2009-12-25 | Revert 6776. Do not revert my commits without asking me. Removing a ↵ | Machiavelli | |
functionality is never a fix for an issue, it should have stayed in place so that I can get accurate feedback on the cause of the problem. --HG-- branch : trunk | |||
2009-12-25 | Temp revert 6724,6726 commits | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Fixed typo | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Apply code style for my prev. commit and fixed spell anti-magic zone | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | * Fix typo. | p0wer | |
--HG-- branch : trunk | |||
2009-12-25 | * Add SpellId.h to solution so we can begin to replace id's with more ↵ | p0wer | |
descriptive, * self commenting variables. Thanks to Zor. --HG-- branch : trunk | |||
2009-12-25 | Implemented basic support instance Trial of the Champion. original autor ↵ | n0n4m3 | |
Syntec, thx destros. --HG-- branch : trunk | |||
2009-12-25 | Fixed unreaded packet spam for CMSG_MOVE_FEATHER_FALL_ACK. by VladimirMangos | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Fix typo in GO gossipID check for type 10. by NoFantasy | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Fixed some typos | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Implement ACHIEVEMENT_CRITERIA_DATA_INSTANCE_SCRIPT. by VladimirMangos | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Fixed display Lyana's quest menu. by trazom | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Correctly cast rank 2 mana regent triggred effect for 53228 and ranks. by ↵ | n0n4m3 | |
Splinter --HG-- branch : trunk | |||
2009-12-25 | Fixed double bonus for Hammer of Wrath, already in spell_bonus_data | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Implement expire effect for spell 28169. by yavi, PSZ | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Fixed leave combat by timer. by laise | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Fixed RA auth. by toshik | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Fixed bug in SetInCombatState and script boss_four_horsemen | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-25 | Update jugement damage calculation for 3.2. by tali | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-24 | Shadowfang Keep: Fixed door issue after restart or server crash by D_Skywalk. | maanuel | |
--HG-- branch : trunk | |||
2009-12-24 | * Begin removing hardcoded SpellFamilyFlags from the core. | p0wer | |
* Now being placed in an enum. Starting with EffectDummy. --HG-- branch : trunk | |||
2009-12-24 | Fixed spell Spirit Walk. by Ouden | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-24 | Fixed overkill proc after vanish. by bodompelle | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-24 | Temporary revert 6743 commit. I fix this patch across 1-2 days. | n0n4m3 | |
--HG-- branch : trunk | |||
2009-12-23 | Merge | Machiavelli | |
--HG-- branch : trunk | |||
2009-12-23 | Hopefuly fix the queue icon for arena's. It should now properly show the ↵ | Machiavelli | |
faction/arena icon and correctly show skirmish/rated depending on the match type. Please leave feedback in the issue tracker as I'm unable to test this, make sure to add the output of the debug message I added. --HG-- branch : trunk | |||
2009-12-23 | * Fixed compile. | XTZGZoReX | |
--HG-- branch : trunk |