aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-08-01Fixed compileShauren
2013-08-01Core/Misc: Fixed some issues found by Coverity ScanShauren
2013-07-30Core/Spells: Fix try for logic fail in 4ba3c2e51df0485449a4bd01f162faa719334be9Vincent-Michael
2013-07-30Scripts/DrakTharonKeep: fix copy paste failjoschiwald
Closes #10402
2013-07-29Scripts/OnyxiasLair: Fix a crash in boss_onyxiaNay
Closes #10393 Note: this just fixes the crash, not the issues the script has (a.k.a rewrite this)
2013-07-29Misc: Fix warnings and buildNay
Closes #10396
2013-07-29Scripts/DrakTharonKeep: Update King Dred to use eventsMitchesD
Closes #10385 Signed-off-by: joschiwald <joschiwald@online.de>
2013-07-29Scripts/DrakTharonKeep: reworked InstanceScriptjoschiwald
2013-07-27Scripts/Spells: Fixed typo in 7678800a9372f9234f0bf29459b46a8514dc59f2joschiwald
2013-07-27Scripts/Spells: simplified "spell_dk_presence"joschiwald
2013-07-27Core/Spells: moved Improved Paladin Auras and Aura Mastery into SpellScriptsjoschiwald
Closes #205 Closes #5163 Closes #6809 Closes #7408 Closes #9587
2013-07-25Core/Spells: move Death Knights Presences into SpellScripts, fix possible ↵joschiwald
issue after spec change, and fix some startup errors Closes #10354
2013-07-24Merge pull request #10342 from joschiwald/spellinfo_correctionsjoschiwald
Core/Spells: operate spell correction on SpellInfo store instead of dbc ...
2013-07-24Core/Commands: Added the rank id to .pinfo for guild dataAscathor
2013-07-24Core/Spells: add some logs for loading spell_script_namesjoschiwald
2013-07-23Merge pull request #10336 from joschiwald/spellscripts5joschiwald
Scripts/Spells: backport some SpellScripts from 4.3.4 branch
2013-07-24Scripts/Spells: backport some SpellScripts from 4.3.4 branchjoschiwald
- Fix Earth Shield - Fix Necrotic Touch - Fix Reflective Shield Closes #9145, #9163, #9665
2013-07-23Scripts/Onyxia's Lair: Fixed movement during flight phase and set proper ↵keke222
InhabitType Closes #10335
2013-07-23Scripts/VH: Refactor commit 999843dNay
2013-07-23Scripts/VH: fix for violet hold's activation crystalsprofPlum
Closes #10129
2013-07-22Merge pull request #10323 from joschiwald/spellranksNay
Core/Spells: use SpellInfo class to get spellrank node instead of SpellMgr helpers
2013-07-22Merge pull request #10319 from joschiwald/castsNay
Core/Misc: replace (Player*) casts with ToPlayer()
2013-07-21Fixed compile warningsShauren
2013-07-21Core/Spells: use SpellInfo class to get spell rank instead of SpellMgr helpersjoschiwald
2013-07-21Core/Misc: replace (Player*) casts with ToPlayer()joschiwald
2013-07-20Scripts/Icecrown: Fix a double function call typo in npc_margrave_dhakarNay
Thanks Josh
2013-07-19SQL: Rename in correct nameVincent-Michael
2013-07-19Core/Misc: Change creatures and gameobject phasemask from 16 to 32 bitsVlad
Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-07-19DB/NPCs: Fix Margrave Dhakar equipmentNay
2013-07-19Scripts/Icecrown: Use guid instead of cached Creature* to avoid crashes in ↵Nay
npc_margrave_dhakar
2013-07-19Scripts/Icecrown: Fix code style and use "best practices" on previous commit ↵Nay
(c536ba510)
2013-07-19Scripts/Icecrown: Fix quest The Flesh Giant ChampionNay
Closes #9040 Closes #10294
2013-07-19Scripts/ForgeOfSouls: move "Mirrored Soul" into SpellScriptsjoschiwald
2013-07-18Merge pull request #10305 from joschiwald/koralonblub
Scripts/VaultOfArchavon/Koralon: Fix Meteor Fists
2013-07-18Scripts/VaultOfArchavon/Koralon: Fix Meteor Fistsjoschiwald
2013-07-18Scripts/Commands/Arena: Replace a call of GetPlayerNameByGUID by ↵Nay
GetCharacterNameData
2013-07-17Misc: Some cleanupVincent-Michael
2013-07-17DB/Gossip: Add some missing gossip.Malcrom
2013-07-16DB/Gossip: Added missing gossip for Royal Historian Archesonus. Removed cpp ↵Malcrom
script.
2013-07-15DB/Gossip: Add and fix a few more gossip menus.Malcrom
2013-07-15Scripting/Black Fathom Deeps: Fixed script to use proper spell.Malcrom
2013-07-15DB/Gossip: Added gossip for Morridune.Malcrom
2013-07-15DB/Gossip: Add missing gossip for Sputtervalve. Moved all scripting to SAI.Malcrom
2013-07-15Core/Config: Refactored ConfigMgrShauren
* Loading initial configuration files is now separate from loading any additional custom configs
2013-07-15Core: Fix buildVincent-Michael
2013-07-15Scripted/Misc: Fix random stuffVincent-Michael
2013-07-13Script/Commands: Fix a crash in .arena captain commandNay
2013-07-13Core/Scripting: Add Wrathbone Flayer script to show channelling visual and ↵Malcrom
correct combat AI.
2013-07-11Core/Quests: Fixed quest sharingShauren
2013-07-11Scripts/Akama: Uninitialized variableMachiavelli