aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-18Improvements in npc_warmage_violetstandAI_manuel_
--HG-- branch : trunk
2010-04-17Add Visual chains spell for FJOLA LIGHTBANE and EYDIS DARKBANEmalcromdev@gmail.com>
--HG-- branch : trunk
2010-04-17Implement auto pass on loot.Trazom62
Fixes issue #1684. --HG-- branch : trunk
2010-04-17Whack questgivers in the head with a bat to make them properly show ! or ? ↵click
properly depending on the questtype they hand out Patch by Liberate --HG-- branch : trunk
2010-04-17*fix arena join if start rating is set to 0Rat
note: rating == 0 is used by BattlegroundQueue for update stuff --HG-- branch : trunk
2010-04-16*Fix: Pets now properly avoid doublestacking talentbased auras where they ↵click
shouldn't This also removes the double-filed entries in pet_auras, meaning no more SQL-complaints in the server logs regarding duplicates Also fixes (properly) pets losing/readding pet auras when dismissed/lost on a boat/lost on flightpath usage Fix by click and Liberate --HG-- branch : trunk
2010-04-16Moved sql update files to 3.3.3a_old dir.teacher
p.s. The previous commit proves we are a crAAAzy community! --HG-- branch : trunk
2010-04-16*Happy Birthday Teacher & SoulForge*Rat
--HG-- branch : trunk
2010-04-16Reapply the previous "actionbars"-fix/handling db/coresideclick
Fixes issue #1669 Note: This issue has been a pain in the rear, as it was actually messing up clients that ran a vanilla client without addons. The issue only comes in to place when players load a SINGLE actionbar, and not selecting "activate all bars". Extensive testing and debugging done to figure out why this actually happened - I'll fricking shoot the next one messing with it! --HG-- branch : trunk
2010-04-15Fix Threat of Thassarian. Thanks Azuritus.Trazom62
Fixes issue #1657. --HG-- branch : trunk
2010-04-15Changed worldstates.comment field to allow NULL values (by Spp).teacher
Proper naming for recent sql files. Who was the fool to give me push access!? --HG-- branch : trunk
2010-04-15Fixed my typo in characters.sql (thx Kaelima for whacking me)<2teacher
--HG-- branch : trunk
2010-04-15Added worldstates values in characters.sql and re-dumped to prevent any issues.teacher
The first time there was no insert statement in the sql update. --HG-- branch : trunk
2010-04-15Fix typo in sql file.Spp
--HG-- branch : trunk
2010-04-15Fix AHBot crashes. Patch based on code from Xeross' repoSpp
Closes issue 1649 --HG-- branch : trunk
2010-04-15Fix compile.Spp
--HG-- branch : trunk
2010-04-15Fix bad use of worldstates table in last commitSpp
--HG-- branch : trunk
2010-04-15Another fix quest flags, Implement support weekly quests cooldowns(Original ↵n0n4m3
patch by GriffonHeart), also code cleanups. --HG-- branch : trunk
2010-04-14*code cleanupRat
*totally destroyed m_creature, use "me" for future coding --HG-- branch : trunk
2010-04-14Fix IsPetAura() so it's actually working properly - typos ftw.click
--HG-- branch : trunk
2010-04-14*fix typo in characters.sql thanks to D3VILRat
--HG-- branch : trunk
2010-04-14Port some mailsending-fixes from MaNGOS - prevents copying maildata/text ↵click
into new mails Original fix by Vladimir --HG-- branch : trunk
2010-04-14*added script for Hunter Pet Trainers for Pet Talent ResettingRat
--HG-- branch : trunk
2010-04-13* New -DDO_SQL swich for cmake by default disabled to avoid usual notrunningnak3d
* needed copy SQL files on linux environments * Patch by Aokromes --HG-- branch : trunk
2010-04-14Retain pet buffs/debuffs/spells when pet is resummoned after ↵click
lagout/flightpath unsummon Research and patch by Liberate (minor assist by click) Fixes issue #689 Fixes issue #794 Fixes issue #1454 --HG-- branch : trunk
2010-04-14Create new table character_stats for external tools(website,etc). This table ↵n0n4m3
use only when player logout. Original code by hunuza. --HG-- branch : trunk
2010-04-14Add index for some tables in characters DB. by AlexDereka.n0n4m3
--HG-- branch : trunk
2010-04-14Drop not needed table 'item_text', add new column 'text' in table ↵n0n4m3
'item_instance'. Original patch by Vladimir. --HG-- branch : trunk
2010-04-14Drop old item amount calculation. by Vladimirn0n4m3
--HG-- branch : trunk
2010-04-14Fix quest flags, restore work many quests broken after client switch on ↵n0n4m3
3.3.3a. Patch by Shauren. --HG-- branch : trunk
2010-04-13* Add missing cleanup-SQL for the actionBar-field removalclick
ALL of this is actually handled in characters_action, both loading and storing --HG-- branch : trunk
2010-04-13* Fix actionbars-issue with talent-based spells/actions disappearingclick
* Revert previous mess someone(tm) made with the "reinstating" actionBars -field (me!) --HG-- branch : trunk
2010-04-13*fix mail system error thanks to FaTe753 Fixes issue #1616Rat
--HG-- branch : trunk
2010-04-13Restore works many spells, broken after client switch.n0n4m3
--HG-- branch : trunk
2010-04-13Forgot to remove reference-comment for the old functionality.click
--HG-- branch : trunk
2010-04-13Fix hunter pet losing talents on respec -now back to being blizzlikeclick
--HG-- branch : trunk
2010-04-13Fix compile warning in ObjectMgr::AddSpellToTrainerSpp
--HG-- branch : trunk
2010-04-12Fix PW:S bonus from Twin Disciplines and Focused Power. Thanks Proof.Trazom62
See issue #1322. --HG-- branch : trunk
2010-04-12Add missing SQL from conversion - fixes durability-issues on items when ↵click
logging in Original SQL by Vladimir@MaNGOS --HG-- branch : trunk
2010-04-12* Set correct number of DBCs to be loadedBrian
--HG-- branch : trunk
2010-04-12Fix Glyph of Polymorph. Thanks Proof.Trazom62
See issue #1322. --HG-- branch : trunk
2010-04-12* Set Trinity referenced trainer start entry to 200000Brian
* Removed unneeded bar loading code for trainers --HG-- branch : trunk
2010-04-12Show reload commands only for GMs (4 missing). Thanks wowgargamel.Trazom62
Fixes issue #1559. --HG-- branch : trunk
2010-04-12Put back version-numbers for supported clientsclick
--HG-- branch : trunk
2010-04-12Fix VH : add 3 missing portals. Thanks spgm.Trazom62
Fixes issue #798. --HG-- branch : trunk
2010-04-12* Prevent possible memory leak in WorldSession (correction of order)click
Fix by Derex --HG-- branch : trunk
2010-04-12Restore load/save shown actionbars, missing from 3.3.3 upgradeclick
Original SQL by hunuza/MaNGOS project --HG-- branch : trunk
2010-04-12Fixed proper spellid1 value for spelldifficulty_dbc id:3014 (by Trazom).teacher
Added serverside spells place holders for future development. Fixed world.sql import error. --HG-- branch : trunk
2010-04-12* Fix: correct dancing rune blade damage output - patch by tbaartclick
Fixes issue #1354 Fixes issue #1479 --HG-- branch : trunk
2010-04-12* Add some more transactioncontrol on auctionhouse actions, ensuring ↵click
database consistency --HG-- branch : trunk