aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2012-05-09Core/Commands: fix build error with non-pch buildsKandera
2012-05-09Core/Commands: Add level 3 command for setting npc data. used for testing ↵Kandera
scripts.
2012-05-09Core/Gameobject: Set artkit once in GameObject::Createkaelima
2012-05-09Script/Wormhole: Correct randomize logic for underground optionkaelima
2012-05-09Core/Transport: Set GAMEOBJECT_FLAGS from DB for transports, not hardcodedkaelima
2012-05-09Correct typo from 1af30a9ea24f90abaefeb0782ccbd40d376da3cekaelima
2012-05-09Scripts/Wormhole: Add rare 6th option to "Underground". Fixed some teleport ↵kaelima
positions (from sniffs) And made some random cleanup for npc_shadowfiend and npc_lightwell
2012-05-08Core/Items: fix compile error from previous commit. use item instead of bag.Kandera
2012-05-08Core/AI: fix the call to help handler to use distance from the npc and not ↵Kandera
the victim of the npc. (thx shauren)
2012-05-08Core/Items: fix deletion of items when the bag they are in gets deleted on ↵Kandera
load. also checks for items that have no real bag for possible expoits.
2012-05-07Core/AI - Fix Evade BugSvannon
2012-05-07Movement/WaypointGenerator: Fix issue where waypoints with delay always ↵kaelima
would turn to 0.0 orientation
2012-05-05DB/SAI: Add SAI for Wrathbone Laborer, fix unit flags, remove cpp script.Malcrom
2012-05-06Core/Accounts: Delete all bans related to an account when it has been deleted.kaelima
2012-05-05Core/Scripts: Remove core Forge of Souls trash scripts now done in SAI.Malcrom
2012-05-04Fix creature's saveMacWarrior
2012-05-03Core/Seasonal: move quest resetting to the beginning of the event.kandera
2012-04-30Fix log typo with spell_group at SpellMgr.cppAmit
2012-04-30Core/DBLayer: CHAR_DEL_CHAR_AURA_FROZEN query should be asynchronouskaelima
Closes issue #6273 Also corrected one opcode name in Opcodes.cpp (changes nothing)
2012-04-28Fix build and correct minor codestyle issue.QAston
2012-04-28Core/SpellScripts: rename GetTarget*() functions to GetExplTarget*(), so the ↵QAston
names reflect better what those functions do. Also update some comments.
2012-04-28Merge pull request #6368 from Vincent-Michael/disengageQAston
Core/Spell: Fix not using Disengage while rooted
2012-04-28Merge pull request #6239 from The-Game/masterQAston
Core/Spell: Fix unit tracking to not being limited to the caster of SPELL_AURA_MOD_STALKED.
2012-04-28Core/Spell: Fix not using Disengage while rootedVincent-Michael
2012-04-27Core/Battleground:Vincent-Michael
* Fix typo in commit ddd25ce7166fc34f9e3411863da80f84d3693c34 * Fix codestyle
2012-04-27Scripts/Icecrown Citadel: Fixed Scent of Blood on heroic mode of ↵Shauren
Deathbringer Saurfang encounter
2012-04-26Core/Spells: fix penance and holy shock targetting for non faction friendly ↵Kandera
npcs that appear friendly. should also fix the issue with using mixed groups
2012-04-26Scripts/Icecrown Citadel: Fixed Deathbringer Saurfang berserk timer on ↵Jildor
heroic mode.
2012-04-26Core/Spells: fix build error with previous commits.Kandera
2012-04-26Core/Spells,DB/Conditions: Fix startup errors associated with ↵Kandera
bf0d001cd3bc5347fecd92d8fbec2a196d6dcda9 and 13b68af78dbc51f44656ecfddb1bfb27dc44a21a Closes #6346
2012-04-25Merge pull request #6336 from Aristoo/masterShocker
Script/Trial of the Crusader: Fix Permafrost define
2012-04-25Core/Spells: fix sql file from previous commit and add newline after load ↵Kandera
function
2012-04-25Core/Spells: Convert some spells from spell_scripts in the db to a generic ↵Kandera
spellscript.
2012-04-25Script/Trial of the Crusader: Fix define for PermafrostAristoo
2012-04-25Core/Spells: get effect value correctly. thx shauren!Kandera
2012-04-25Core/Spells: Fix build error introduced in previous commit.Kandera
2012-04-25Core/Spells: Fix prayer of mending bonus from t9 healing 2 piece set. Closes ↵Kandera
#4069
2012-04-24Core/Spells: Correct tick damage for health funnel. (thx alp22) Closes #3465Kandera
2012-04-24Core/Spells: Fix wrong target in Bloodthirst spell script. Closes #3359Kandera
2012-04-24Check if unit has UNIT_DYNFLAG_TRACK_UNIT before checking auras to prevent ↵The Game
prevent unnecessary operations, thanks you QAston for suggesting.
2012-04-24Core/Spells: added function to initiation script.Kandera
DB/SAI: added rest of quest to database for Greatmother's Soulcatcher
2012-04-24Core/Vehicles: Fixed creature passengers falling off vehicles at client sideShauren
2012-04-24Scripts: Replaced calls to ForcedDespawn with DespawnOrUnsummon (calls ↵Shauren
appropriate AI hooks in case of temporary summons) and made ForcedDespawn private
2012-04-23Merge pull request #6250 from Frca/masterShocker
Core/Misc: Do not set TeleportDestination as reference in WorldSession::HandleMoveWorldportAckOpcode()
2012-04-23Merge pull request #6008 from cookta2012/troy09Shocker
Core/Commands: Some porting and organizing Moving a commands around eliminating a unnecessary file, and porting the "demorph" command * moved the "wpgps" command into the cs_debug.cpp because it seems more fitting * organized the "modify speed" commands into a table of their own * moved the "gps" command into the cs_misc.cpp
2012-04-23Merge pull request #5992 from 4m1g0/masterShocker
Core/Arenas: Fix waterFallKnockbackTimer typo and set more blizzlike values for Dalaran Sewers waterfall
2012-04-23Merge pull request #6304 from Vincent-Michael/shamanShocker
Core/Spells: Fix Earthen Power Closes #4795
2012-04-23Merge pull request #6292 from Vincent-Michael/gateShocker
Core/Battlegrounds: Fix broken gate state in Strand of the Ancients Closes #4801
2012-04-23Core/Spells: Fix spell cast of greatmother's soulcatcher. closes #1882Kandera
2012-04-23Core/Spells: fix rocket boots extreme (+lite) spell cooldown issue.Kandera