aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-10-06* Fix bug that caused a 100% chance to increase fishing skill on fishing ↵Machiavelli
regardless of area. --HG-- branch : trunk
2009-10-06* Allow the initialization of the Wintergrasp OutdoorPvP enviroment to be ↵Machiavelli
disabled if configured. --HG-- branch : trunk
2009-10-06MergeMachiavelli
--HG-- branch : trunk
2009-10-06* Do not let Seal of Command proc on anything other than a melee swing.Machiavelli
* Fix Judgement of Blood/Martyr dummy by nos4r2zod * Fix Judgement of Command dummy by nos4r2zod --HG-- branch : trunk
2009-10-06* Update death checks to prevent death in ghost form, this "should" finnaly ↵Biglad
fix the perma death bug --HG-- branch : trunk
2009-10-06*Fix possible crashes.Anubisss
--HG-- branch : trunk
2009-10-06* Allow players to get fishing skillups from fishing in any area, no more ↵Machiavelli
"your fish got away" message. However still need core support to manipulate fishing loot based on fishing skill. --HG-- branch : trunk
2009-10-06* Prevent totems from having random models.Machiavelli
--HG-- branch : trunk
2009-10-05* Fix Blood Presence / Improved Blood Presence, recent client version ↵Machiavelli
changed the spell so it should also heal from damaging targets that would not give experience or honor. * Fix typo in 5813_world_command.sql --HG-- branch : trunk
2009-10-05*Fix issue with reset timers of raids and heroic instances, by Taliesin.Machiavelli
--HG-- branch : trunk
2009-10-05* Some changes to command handlers. Patch by ogeraisiMachiavelli
--HG-- branch : trunk
2009-10-05MergeMachiavelli
--HG-- branch : trunk
2009-10-05* Change conditions of assert so *nix is happy compiling.Machiavelli
--HG-- branch : trunk
2009-10-05mergeBiglad
--HG-- branch : trunk
2009-10-05* Add better check for hitting dead object with spells (ie skinning and ↵Biglad
players can be skinned), this looks like its fix's dieing as a ghost, more testing needed --HG-- branch : trunk
2009-10-05* Attempt to fix a crash in AuctionHouseObject::Update()Machiavelli
--HG-- branch : trunk
2009-10-02*Temporary fix to permadeath issue.. still uncertain why this was happening ↵maximius
at all... --HG-- branch : trunk
2009-10-02*Missed changes O_Omaximius
--HG-- branch : trunk
2009-10-02*New SQL to fix broken data blobs, if any. Must be run manually.maximius
*Cleanup, fix some typos, and fix the final heal of Lifebloom. Thanks ogeraisi. --HG-- branch : trunk
2009-10-02*Typo fix.maximius
--HG-- branch : trunk
2009-10-02*Proper data blob updating, thanks ogeraisi.maximius
--HG-- branch : trunk
2009-10-02*Fix typo, and try to avoid killing the dead..maximius
--HG-- branch : trunk
2009-10-01*Set AnzuEncounter only when Anzu is created, to avoid having Anzu dead on ↵maximius
spawn, by Trazom. *Improved go_fel_crystalforge script, by johnholiver. --HG-- branch : trunk
2009-10-01*Always set health to 0 if dead. No exceptions.maximius
--HG-- branch : trunk
2009-10-01*Gift of the Naaru healing fix (now healing bonus is 1/5th AP, as it should ↵maximius
be), by Destalker *Proper Svala ID after transformation, by SoulForge --HG-- branch : trunk
2009-10-01*Warning + linking fix by WarHeadmaximius
*Minor cleanup --HG-- branch : trunk
2009-10-01*Warning/typo fixmaximius
--HG-- branch : trunk
2009-10-01*Azjol'Nerub - Register instance script & GO handling for first boss door, ↵maximius
by Tartalo *Krik'thir the Gatewatcher - Fix compile on *nix + merge npc AIs, by Tartalo *Halls of Stone - Merge from SD2, scripting by ckegg, merge by Tartalo --HG-- branch : trunk
2009-10-01*Didn't mean to remove that.. there shouldn't be negative values in the data ↵maximius
blob, unless I'm mistaken. --HG-- branch : trunk
2009-10-01*Better support for signed input. I'm not sure if this will fix anything.maximius
--HG-- branch : trunk
2009-09-30*Proper arena_pending_points update, thanks ogeraisimaximius
--HG-- branch : trunk
2009-09-30*Better support for negatives.maximius
--HG-- branch : trunk
2009-09-30*Fix linux buildmaximius
--HG-- branch : trunk
2009-09-30*Too many parameters.maximius
--HG-- branch : trunk
2009-09-30*Cleanup, add two new functions, attempt to fix arena point flushing for ↵maximius
offline players. --HG-- branch : trunk
2009-09-29*Friends shouldn't fight friends, even if that means you have to watch your ↵maximius
friends kill each other. --HG-- branch : trunk
2009-09-29*Cleanup and attempt to fix some crashes.maximius
--HG-- branch : trunk
2009-09-29*Whoops, typo (creature_template_addon, not creature_addon)maximius
--HG-- branch : trunk
2009-09-29*Add some error output for improper moveflags on flying creatures.maximius
--HG-- branch : trunk
2009-09-29* Add a few more tables to pdumpChaz Brown
--HG-- branch : trunk
2009-09-29*Passive targets under attack by players are not ideal targets for hostile ↵maximius
creatures, so avoid them. --HG-- branch : trunk
2009-09-29*Fix a crash in boss_svala.cpp + fix buildmaximius
--HG-- branch : trunk
2009-09-29*The enemy of my enemy is my friend.maximius
*Correct some reversed parameter ordering (team and vehId were swapped) --HG-- branch : trunk
2009-09-28*Attempt to fix a crash, and sanitize some input.maximius
--HG-- branch : trunk
2009-09-28* Add three tables to player dump: character_account_data, character_glyphs ↵Chaz Brown
and character_talent * If the player has not selected any talents at all, you will see a SQL error, but, the dump will work just fine. --HG-- branch : trunk
2009-09-27*Add ".account addon" command, now players can change their account's expansion.maximius
--HG-- branch : trunk
2009-09-27*Fixes for Slad'ran, Eck the Ferocious and Moorabi by Tartalomaximius
--HG-- branch : trunk
2009-09-27*Make sure the target actually has a victim, otherwise checking hostility is ↵maximius
pointless. --HG-- branch : trunk
2009-09-27*If our target of choice is attacking a player, only attack our target if we ↵maximius
are friendly towards that player. *Only regenerate quickly if polymorphed. --HG-- branch : trunk
2009-09-27*Revert 5675/43c0c883c44d back to 4821/9d0967884f0b way (seems to work ↵maximius
properly now), thanks Gyullo --HG-- branch : trunk