aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-12-25Fixed unreaded packet spam for CMSG_MOVE_FEATHER_FALL_ACK. by VladimirMangosn0n4m3
--HG-- branch : trunk
2009-12-25Fix typo in GO gossipID check for type 10. by NoFantasyn0n4m3
--HG-- branch : trunk
2009-12-25Fixed some typosn0n4m3
--HG-- branch : trunk
2009-12-25Implement ACHIEVEMENT_CRITERIA_DATA_INSTANCE_SCRIPT. by VladimirMangosn0n4m3
--HG-- branch : trunk
2009-12-25Fixed display Lyana's quest menu. by trazomn0n4m3
--HG-- branch : trunk
2009-12-25Correctly cast rank 2 mana regent triggred effect for 53228 and ranks. by ↵n0n4m3
Splinter --HG-- branch : trunk
2009-12-25Fixed double bonus for Hammer of Wrath, already in spell_bonus_datan0n4m3
--HG-- branch : trunk
2009-12-25Implement expire effect for spell 28169. by yavi, PSZn0n4m3
--HG-- branch : trunk
2009-12-25Fixed leave combat by timer. by laisen0n4m3
--HG-- branch : trunk
2009-12-25Fixed RA auth. by toshikn0n4m3
--HG-- branch : trunk
2009-12-25Fixed bug in SetInCombatState and script boss_four_horsemenn0n4m3
--HG-- branch : trunk
2009-12-25Update jugement damage calculation for 3.2. by talin0n4m3
--HG-- branch : trunk
2009-12-24Shadowfang 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-24Fixed spell Spirit Walk. by Oudenn0n4m3
--HG-- branch : trunk
2009-12-24Fixed overkill proc after vanish. by bodompellen0n4m3
--HG-- branch : trunk
2009-12-24Temporary revert 6743 commit. I fix this patch across 1-2 days.n0n4m3
--HG-- branch : trunk
2009-12-23MergeMachiavelli
--HG-- branch : trunk
2009-12-23Hopefuly 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
2009-12-23Remove unneeded typecastMachiavelli
--HG-- branch : trunk
2009-12-23Fixed some typosn0n4m3
--HG-- branch : trunk
2009-12-23Added missing filesn0n4m3
--HG-- branch : trunk
2009-12-23Replaced time(NULL) on sGameTime.GetGameTime() this is used for better ↵n0n4m3
performance. Original Timer.h divided into 2 parts. Shared project has no need to know about GameTime Singleton. 2 Identical structures with different types are now replaced with one generic templated structure and 2 typedefs. --HG-- branch : trunk
2009-12-23Zul'drak: Support for quest The Amphitheater of Anguish: Magnataur!.maanuel
--HG-- branch : trunk
2009-12-22* Require all RA use to have -1 (equal power across all realms) to prevent abusep0wer
* of people using RA to assign powers to themselves on other realms. Thanks Sundark. --HG-- branch : trunk
2009-12-23Fixed typo in RASocket.cppmaanuel
--HG-- branch : trunk
2009-12-23Zul'Drak: Improvements in scripts for quest chain The Amphitheater of ↵maanuel
Anguish. Now the Korrak movement is done with escortai. --HG-- branch : trunk
2009-12-22* Fix a silly mistake by Sundark.p0wer
--HG-- branch : trunk
2009-12-22* Add more checks for the gmlevel patch in RAsocket.cppp0wer
* Allow only GM's with the gmlevel across all realms access to RA. * Thanks to Sundark. --HG-- branch : trunk
2009-12-22Also add expansion and unit class to debug output when base stats for ↵Machiavelli
creature cannot be found to better pinpoint lack of DB support. --HG-- branch : trunk
2009-12-22MergeMachiavelli
--HG-- branch : trunk
2009-12-22Fix setting of "main tank" and "main assistant" variables in a raid group, ↵Machiavelli
and correctly send these to the client. --HG-- branch : trunk
2009-12-22Added new function "GetSecurity(targetAccountId, gmRealmID);" by ogeraisi.maanuel
Fixed command .account set gmlevel Fixed command .ticket assing by Sundark/ogeraisi. Improvements in .modify scale by ogeraisi. Repaired Remote Access by Sundark. The original patch of the access by realms was from ogeraisi/Kudlaty, not ilixiumemu like commit 6710 say. --HG-- branch : trunk
2009-12-22Send arena team name as uint8(0) in case of a nonrated match in ↵Machiavelli
MSG_PVP_LOG_DATA. --HG-- branch : trunk
2009-12-22Allow spell cast on an NPC that is linked to a KillCredit to count toward ↵Machiavelli
the KillCredit. --HG-- branch : trunk
2009-12-22Fix MSG_PVP_LOG_DATA (battleground statistics) that was broken since 3.1Machiavelli
--HG-- branch : trunk
2009-12-22Howling Fjord: Correct gossip script for creature 24040. Added taxi path spell.maanuel
--HG-- branch : trunk
2009-12-21* Fix typo in .ticket assign. Thanks Sundark and Ogeraisi for pointing it out.p0wer
--HG-- branch : trunk
2009-12-21Fix some whitespace errors. Corrected account_access 'id' type.p0wer
--HG-- branch : trunk
2009-12-21* Add support for different gmlevel's for different realms.p0wer
* * Using the value -1 will add the same value for all realms. * Make sure to apply the updates. * Information regarding this patch will be posted on the database forums soon. * * Thanks to Sundark and the Ilixiuemu team(for original patch) --HG-- branch : trunk
2009-12-21Fix Mana Burn to remove fear on target. Closes #629.p0wer
--HG-- branch : trunk
2009-12-22* Correction for 6706.XTZGZoReX
- If a GO template (type 3 and 25) has at least one spawn and a data1 set to a lootid, then error. If no spawns, silently ignore. --HG-- branch : trunk
2009-12-22* More DB tweaks:XTZGZoReX
- Load GO even if it has no displayid - while it's wrong, it's not something that'll kill the client anyway. - Don't warn about non-existing loot templates for GOs - this is to allow some WDB data to be filled in (GOs that have no spawns and thus no gameobject_loot_template entries). --HG-- branch : trunk
2009-12-22* Better way to do the check in rev 6697.XTZGZoReX
00:33:56 | @runningnak3d: Leave a big message in the commit log to along the lines of "runningnak3d didn't know what the f*** he was doing" :) --HG-- branch : trunk
2009-12-21* Added comment in trinitycore.conf concerning PlayerStart.AllSpells onlyBrian
* working up to TBC classes / races, and the fact that it is the * responsibility of the server admin to populate that table. --HG-- branch : trunk
2009-12-21* Fixed quest handler! I want to slit my own wrists everytime if have to dealBrian
* with QuestRecord. One step closer to 3.2.2a :) --HG-- branch : trunk
2009-12-21* Same goes for you...XTZGZoReX
--HG-- branch : trunk
2009-12-21* Added back support for 1000 value to indicate unlimited stacking inBrian
* item_template.stackable * Removed pointless check for stackable limit at item_template load. --HG-- branch : trunk
2009-12-21* Clean up a few old filesBrian
--HG-- branch : trunk