aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-05-05Fix raid groups load from DB and save to DB.Trazom62
Fixes issue #299. - In table GROUPS, since rev 7841, isRaid is used to store the groupType. The DB was not updated. this is now fixed. - Fix isRaid set to 1 when group converted to raid (shall be the groupType). - Fix isRaidGroup check as groupType is now a set of flags. - Fix dungeon/raid check when difficulty change. --HG-- branch : trunk
2010-05-05SOTA: Fix team being declared winner when it should be tieSpp
Original patch by Gyullo closes issue 1111 --HG-- branch : trunk
2010-05-05Save items with itemstate ITEM_CHANGED using DELETE followed by an INSERT ↵Machiavelli
query (wrapped in a transaction). --HG-- branch : trunk
2010-05-05Violet Hold: make boss ichoron attackableSpp
patch by maketheking closes issue 2012 --HG-- branch : trunk
2010-05-05Fix Arena starting personal rating formulaSpp
Original patch by maketheking closes issue 2013 --HG-- branch : trunk
2010-05-05Fix crash in script for quest 10512 + code style cleanup.Machiavelli
--HG-- branch : trunk
2010-05-05Use DELETE + INSERT statement wrapped in a transaction in ↵Machiavelli
Item::SaveRefundDataToDB() --HG-- branch : trunk
2010-05-04Unstable Affliction: Fix caster, bonus and penalty damageSpp
Original Patch by N4rk0 Closes issue 739 --HG-- branch : trunk
2010-05-04Fix: Force rogues not to steal stuff during charcreation - it stole a double ↵click
set of startingweapons intead of a single set (Thanks to BioHazard for the note) --HG-- branch : trunk
2010-05-04*fixed compileRat
-NOTE: COMPILE BEFORE PUSHING, thankyou --HG-- branch : trunk
2010-05-04Fix Script Sunwell/Felmyst. Thanks Ille000.Trazom62
Fixes issue #318. + Fixes code layout. + Uses standard EventMap instead of homemade Timer. --HG-- branch : trunk
2010-05-04Some additional checks to Login Instance check. + code layout.Trazom62
--HG-- branch : trunk
2010-05-04Add stricter regulations for instances (login-checks and support for sending ↵click
unbound player to parent-instance / homebind if not matching criterias) Patch by Elron103 - closes issue #1323. --HG-- branch : trunk
2010-05-04Allow spellid_x fields in item_template to be -1Spp
--HG-- branch : trunk
2010-05-04Add support to set RandomProperty / RandomSuffix to -1 in item_templateSpp
--HG-- branch : trunk
2010-05-04Fix Honor Kill formulaSpp
Patch by JohnHoliver Closes issue 1863 --HG-- branch : trunk
2010-05-04Remove Marks and Quest Reward at BG finish.Spp
Patch by Gyullo --HG-- branch : trunk
2010-05-04ALWAYS use starting personal rating from config IF greater then 0, thanks to ↵Rat
Gyullo using 0 will let core calculate it --HG-- branch : trunk
2010-05-04elites in instances should have a 2.75x base xp bonus instead of the regular ↵Rat
2x world bonus --HG-- branch : trunk
2010-05-04starting from season 6, new arena team members should get the team rating as ↵Rat
a starting personal rating, with a maximum of 1000 --HG-- branch : trunk
2010-05-04use DB speeds for battleground creaturesRat
fixes moving cannons, if you set speeds to 0 in DB for them --HG-- branch : trunk
2010-05-04Fix quest 9868 (The Totem of Kar'dash) - thanks to Erocolococlick
Closes issue 1086. --HG-- branch : trunk
2010-05-04Add support for quest 6641 (Vorsha The Lasher)click
--HG-- branch : trunk
2010-05-04Add support for quest 1126 (Hive in the Tower) - patch by supabadclick
Closes issue #68 --HG-- branch : trunk
2010-05-04*Fix: correctly apply or remove enchantments requiring a skill when gaining ↵click
a skill level - fix by Liberate Closes issue #1407 --HG-- branch : trunk
2010-05-03Revert parts of a previous transaction-fix (would create a nested ↵click
transaction), add missing support for rollback in battleground-group creation --HG-- branch : trunk
2010-05-03*more script texts fixed, thanks to terrorbringerRat
--HG-- branch : trunk
2010-05-03*when dismounting from a flying vehicle (and it was flying) you will get a ↵Rat
pretty parachute --HG-- branch : trunk
2010-05-03*fixed quest support for hunter pet trainersRat
--HG-- branch : trunk
2010-05-03Rename some more opcodes - patch by Zorclick
--HG-- branch : trunk
2010-05-02Add support for GO Bash'ir Crystalforge (Blades Edge/Outlands)click
--HG-- branch : trunk
2010-05-02Include petsaving under transactioncontrol in Player::SaveToDB()click
--HG-- branch : trunk
2010-05-02Fix command .server plimit.Trazom62
Fix obsolete comment for PlayerLimit in trinitycore.conf.dist Thanks Phil.Pigeon and Johnholiver. Fixes issue #534. Fixes issue #295. --HG-- branch : trunk
2010-05-02Fix: Give the correct amount of talent points when leveling up after a ↵click
talent reset - patch by Liberate Fixes issue #1568, fixes issue #765, fixes issue #772 --HG-- branch : trunk
2010-05-02Fix crash in Gluth Script.Trazom62
Fixes issue #1896. --HG-- branch : trunk
2010-05-02Rename one opcodeSpp
Patch by Zor --HG-- branch : trunk
2010-05-02Fix Script FoS/Bronjahm. Thanks Johnholiver.Trazom62
- remove hardcode distance in distance check of corrupted soul fragment --HG-- branch : trunk
2010-05-02Code Style. Closes issue 1515Spp
--HG-- branch : trunk
2010-05-02Add support for quest 12916 (Our Only Hope) - Patch by supabadclick
Closes issue #940 --HG-- branch : trunk
2010-05-02Remove unused defines.Spp
Closes issue 1947. Alternative solution added --HG-- branch : trunk
2010-05-02Fix local change that wasn't supposed to be pushed...Spp
--HG-- branch : trunk
2010-05-02Make RealmList a Singleton.Spp
Patch by Anubiss --HG-- branch : trunk
2010-05-02Fix locale selection at server load.Spp
--HG-- branch : trunk
2010-05-01Rename two more opcodesSpp
Patch by Zor --HG-- branch : trunk
2010-05-01remove uint32 cast from previous commit.Spp
It wasn't supposed to be pushed. --HG-- branch : trunk
2010-05-01Rename some more opcodes.Spp
Also fix the name of some older opcodes that were marked as obsolete but no longer are. Patch by Zor (with minor modifications in handlers by me) --HG-- branch : trunk
2010-05-01Fix more warnings.Spp
--HG-- branch : trunk
2010-05-01Fix instance load broken by me in 8c4b824176Spp
--HG-- branch : trunk
2010-05-01Add support for quest 10512 (Getting the Bladespire Tanked)click
Patch by supabad - closes issue #1217 --HG-- branch : trunk
2010-05-01Add support for quest 12688 (Engineering a Disaster) - patch by supabadclick
Closes issue #982 --HG-- branch : trunk