aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-31DB/item_template: Set defaults of spellcharges_X to 0 instead of NULLMagnifikator
Closes #10748 Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com>
2014-01-31Core/Achievs: Rename a few unknown achievement criteria flagsDuarte Duarte
Source tomrus88, Mangos
2014-01-31SQL: Fixed two issues with 2014_01_31_00_world_spell_custom_attr.sqlDuarte Duarte
Engine should be MyISAM and not MRG_MyISAM MySQL doesn't play nice with hex values so converted them to decimal Closes #11537
2014-01-31Core/Spells: Fix DK Ghoul's damage after ↵Discover-
ad8eb434c02e451effd0949aaa7d2b7999d91597. I misread 'SpellScript::m_damage' for 'SpellScript::damage'. By @joschiwald
2014-01-31SQL: Update old .sql files to keep consistency with auth_database.sqlDuarte Duarte
Also update characters_database.sql (generated by mysqldump)
2014-01-31Core&DB/Spells: Move custom spell attributes from code to DB, ↵Duarte Duarte
`spell_custom_attr` table `spell_custom_attr` - `entry` uint PK - `attributes` uint (enum SpellCustomAttributes of SpellInfo.h)
2014-01-30Fix warnings introduced on littleendian in ↵QAston
2134cb610d45727a0623741f7416a360882133fa This fix prevents possible issues on bigendian machines. Don't use c style casts ppl, it's evul.
2014-01-30Scripts/HoR: Fix log errorjackpoz
Fix "DoZoneInCombat called for creature that has empty threat list" error caused by DoZoneInCombat() called by IsSummonedBy() in a script before the Creature is allowed to enter combat.
2014-01-30Core/Splines: Fix "velocity > 0.1f" errorjackpoz
Updates #6191.
2014-01-30Core/Misc: Missing changes and get rid of useless method in ↵Discover-
acd46085d1f496657e27e0d5f823f53d466702dc
2014-01-30Core/Spells: drop last leftovers of hardcoded spell target selection and ↵joschiwald
move it into spellscripts Closes #1719 Closes #3186
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Typo fix.Aokromes
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-28DB/Creature: Fix some startup errorsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27SQL: Rename in correct nameVincent_Michael
2014-01-27Core/Spells: addition to 96060bf0078441e779c4cfcaa80f66ac5e97a3ffjoschiwald
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature Fix 2 models of mobsAokromes
By alpharius, closes #11210
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Misc: Fix startup error added on 22508d1Aokromes
2014-01-27DB/Creature: Fix some factionsAokromes
Updates #11501
2014-01-27DB/Creature: Fix some factions and levelsAokromes
Updates #11501
2014-01-27DB/Gameobject: Spawn TEMP Greater MoonlightAokromes
By Darkman1983, closes #4945
2014-01-27DB/Misc: Fix Lunar Festival Invitation teleport coordinatesAokromes
By Vincent-Michael, updates #4945
2014-01-27SQL: Rename in correct nameVincent_Michael
2014-01-27DB/Conditions: Requiere DK to use Scourge GryphonAokromes
By dr-j, closes #11133
2014-01-27DB/Quest: Treats for Great-father WinterAokromes
By dr-j, closes #11320
2014-01-27DB/Creature: Fix Shaman ElementalsAokromes
By Vincent-Michael, closes #11261
2014-01-27DB/Creature: Delete incorrectly spawned Gharsul the RemorselessAokromes
Closes #11242
2014-01-27DB/Quest: Seek the FarstridersAokromes
By MrSmite, closes #11244
2014-01-26Core/Spells: move paladins judgements to spellscriptsjoschiwald
2014-01-26DB/Creature: Fix Seeping Feral EssenceAokromes
By Fateswhisper closes #11517
2014-01-26Fix incorrect debug log in authserverQAston
2014-01-26Core/Gameobjects: Fix not being able to use the fishing node/float after ↵w1sht0l1v3
6b25c2b4147a237ab07c99dbd3563cedfda2f8fc
2014-01-26Remove unneeded bigendian checks (they're already part of EndianConvert).QAston
2014-01-26Core/Spell: Fix logic fail in 96ae4caf6258882cf89ff6d4bb3ac5aa0a3474f7Vincent_Michael
2014-01-26Tools/VMAP: Fix a logic error in processArgv of vmapexportDuarte Duarte
2014-01-26Core/Spells: Add SPELL_ATTR0_CU_REQ_CASTER_BEHIND_TARGET to some Backstab spellsAokromes
Original fix by Bruescrues Closes #10767 Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com>