aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-29Core/Scripts: Fix possible NULL dereferencesjackpoz
Fix possible NULL dereferences probably caused by a typo.
2013-11-29DB/SAI: EAI to SAI to kill flee in a few npcs.Malcrom
2013-11-29DB/SAI: fix a couple SAI errors found by Aokromes.Malcrom
2013-11-29DB/SAI: More EAI to SAI conversionsMalcrom
2013-11-29DB/SAI: Fix error from EAI.Malcrom
2013-11-29DB/SAI: More EAI to SAI conversionsMalcrom
2013-11-29Scripting/hinterlands: Fixed a script error involving creature_textMalcrom
2013-11-29Db/SAI: Fix some errors found by Aokromes.Malcrom
2013-11-28Scripts: fix some issues found by static code analysis (also fix 2 startup ↵joschiwald
errors)
2013-11-28Core/Transports: Remove unused fieldjackpoz
Remove unused Transport::_moveTimer field, static analysis complains about it being uninitialized.
2013-11-28Scripting/Dragon Blight: A little cleanup to last commit.Malcrom
2013-11-28Scripting/Torturer LeCraft: Move SAI script for Torturer LeCraft to cpp to ↵Malcrom
make it work properly.
2013-11-28DB/SAI: More EAI to SAI updates. 199 left :)Malcrom
2013-11-27DB/SAI: More EAI to SAI updates.Malcrom
2013-11-27DB/SAI: More EAI to SAI updates.Malcrom
2013-11-27DB/SAI: More EAI to SAI updates.Malcrom
2013-11-27DB/Spawns: add npcs on turtle "Green Island" and "Walker of Waves"joschiwald
2013-11-27DB/SAI: Fix error in previous commit.Malcrom
2013-11-27DB/SAI: Fix db startup errorVincent_Michael
2013-11-27DB/SAI: More EAI to SAI updates.Malcrom
2013-11-27DB/SAI: More EAI to SAI updates.Malcrom
2013-11-27DB/SAI: Fix last commit.Malcrom
2013-11-27DB/SAI: More EAI to SAI conversionsMalcrom
2013-11-27DB/areatrigger_tavern: Update sql in last commit to make it reinsertable.Malcrom
2013-11-27DB/areatrigger_tavern: Add missing trigger for Grom'arsh Crash-Site.Malcrom
By Aokromes
2013-11-26Core: fix buildjoschiwald
2013-11-26Scripts/UtgardePinnacle: cleanup InstanceScriptjoschiwald
2013-11-26Scripts/Arcatraz: cleanup InstanceScript to make it work with BossAIjoschiwald
2013-11-25DB/Loot: Fix pilgrims bounty loot for cooking bookVincent_Michael
2013-11-25Core/Guilds: Fixed gold in bank not being updated clientside after ↵Shauren
withdrawing/depositing into a bank that has no tabs purchased Closes #5787
2013-11-25Core/Guilds: Fixed an issue with withdrawing money from guild bank as guild ↵Shauren
master if the guild was created using a gm command Closes #11262
2013-11-25Scripts/Oculus: fix boss_varos::InitializeAI()joschiwald
2013-11-24Core: Fix buildVincent_Michael
2013-11-24DB/SAI: The Amphitheatre of Anguish SAI editionFilip
By @dr-j fixes #11198
2013-11-24Merge pull request #11260 from dr-j/patch-1Filip
Removing unneeded scripts from zone_zuldrak.cpp (Core scripts for Amphit...
2013-11-24Scripts: fix warning and cleanup npc_apprentice_mirvedajoschiwald
2013-11-24Removing unneeded scripts from zone_zuldrak.cpp (Core scripts for ↵Dr-J
Amphitheatre of anguish chain removing cpp scripts scripts, please check this as dont know much about c but have just removed everything relating to amphitheatre npcs, or lines 168 - 1143 and 1869,1870,1871,1872,1873,1876 or the complete scripts for all involved npcs and the individual lines from void AddSC_zuldrak
2013-11-24Scripts/Oculus: cleanup a bitjoschiwald
2013-11-24Misc/Misc: A mix useless random changesVincent_Michael
2013-11-24Scripting/Storm Peaks: Add spell script for spell_jokkum_scriptcast.Malcrom
Quest 13010 Krolmir, Hammer of Storms is not yet fully scripted but is now completeable.
2013-11-24Instance/Halls of Reflection/Lich King event: Typo fix on 86e0c7dAokromes
Thx MitchesD
2013-11-23DB/Misc: Quest 13010 Krolmir, Hammer of Storms in progress.Malcrom
2013-11-23Core/QuestPOI: Replace Unk2 with FloorIdMalcrom
2013-11-23DB/SAI: Fix Quest 13145 "The Vile Hold"Malcrom
Closes #7799
2013-11-23Core/Player: Allow questgiver, if npc, to cast quest RewSpellCast & RewSpell ↵Malcrom
rather than player.
2013-11-23Scriting/Eversong Woods: Minor fix.Malcrom
2013-11-23Scripting/Eversong_Woods: Add quest end scripting for quest 8487.Malcrom
Also fixes for quest 8488 but not completely fixed.
2013-11-22Merge pull request #11250 from xjose93/HoRAokromes
Instance/Halls of Reflection/Lich King event: Implement loot chest in heroic mode and rename chest variables.
2013-11-22Instance/Halls of Reflection/Lich King event: Implement loot chest in heroic ↵xjose93
mode and rename chest variables.
2013-11-21Core/Movement: fix player fall under ground on teleportjoschiwald