aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2011-09-14Core/DataStore: Add struct for LiquidTypeEntry.dbc, unused for now.kaelima
2011-09-13Core: Minor cleanups (here and there)Spp-
- Fix warning - Fix some typos - Correct upper 'for' limit in LoadSkillLineAbilityMap - Remove use of magic number in a query related to security levels
2011-09-12Script/Oculus: Fix yells of Drakos.Nay
Closes #831
2011-09-12Core/ScriptedAI: remove ScriptedAI::CanCast function which is not ↵QAston
functioning properly (compare that func with Spell::CheckCast to see how it should work) and is unused. Closes #2275.
2011-09-11DB/NPC: Spawn npc 25589 and fix some issues in its core script.ZxBiohazardZx
Closes #784.
2011-09-11Core/Unit: Define UNIT_FLAG_UNK_0 as UNIT_FLAG_SERVER_CONTROLLED and remove ↵QAston
related redundant creature_template data.
2011-09-09Conditions/DisableMgr: converted from singleton to namespace with free ↵Spp-
functions.
2011-09-08Merge pull request #2930 from Fredi/cleanKaelima
Core/Scripts: Code style and cleanups in npc_special.cpp
2011-09-08Core/Scripts: Correct a wrong spell id used in ZGNay
2011-09-08Fix a typo in 327fe7c than changed the logic of a function and simplify ↵Spp
IsXXXAccount functions
2011-09-08Core: Define helper functions to know if an account is Player, Moderator, ↵Spp-
GM, Admin or Console
2011-09-08AccountMgr singleton converted to namespace with free functions as it has no ↵Spp-
internal state
2011-09-07Fix typo in 9d90c8245bfbfec8d821e25283643bd67f5bfeae and unintended change ↵kaelima
in b08900d033b51632e9adef8cb227a71a1061be5f.
2011-09-07Scripts/Ruby Sanctum: Remove unneeded spellscript for Baltharus.kaelima
Also let his clone cast enervating brand. Thanks Shauren.
2011-09-07Core/OutdoorPvp: Remove usage of "friend class ..." (Use functions to access ↵Spp-
private members)
2011-09-06Core/Scripts: Code style and cleanups in npc_special.cppFredi Machado
- Removed hungarian notation - moved types before the const keyword - applied TC code style - some code cleanups
2011-09-05Merge pull request #2889 from Kiperr/masterKaelima
Small visual correction
2011-09-03Scripts/Vault of Archavon: Earth, Wind & Fire achievement - by ↵QAston
idostyle@zoit, with some spell attribute correction to the patch by me.
2011-09-03Core/Achievements: Fixed some Alterac Valley achievements:horn
- Stormpike Perfection - Frostwolf Perfection - Everything Counts
2011-09-03Fix build after recent pull merges.QAston
2011-09-03Core/Script: Mootoo the Younger should stand befoure start escortkiper
2011-09-03Merge pull request #2852 from Chaplain/cleanup2QAston
Core/Misc: Cleanup - remove unused variables, add some const modifiers to functions, fix process of args in vmap3_extractor
2011-09-03Merge pull request #2778 from KoffeinKaio/masterQAston
Fixed spellid's from Zul'Gurub encounters High Priest Thekal and Bloodlord Mandokir (&adds).
2011-09-03Merge pull request 'Fix quest New Recruit(13143) & Fix quest King of the ↵QAston
Mountain(13280&13283)' from Kiperr/TrinityCore
2011-09-03Merge pull request: The Val'kyr Twins Clean up and Implements from ↵QAston
'Drethek/master'
2011-09-03Scripts/Icecrown Citadel: Despawn Rot worms when reseting Valithria DreamwalkerShauren
Closes #2875
2011-09-03Some missed thingsShauren
2011-09-02Oops, missed this (could have caused crashes)Shauren
2011-09-02Scripts/Icecrown CitadelShauren
* Replaced custom check classes with new Trinity::UnitAuraCheck * Rotface will no longer select separate players for each effect of Mutated Infection Closes #2866
2011-09-02Twin Val'kyr - Summon Portals before spawn Val'kyrsNevan
2011-09-02Twin Val'kyr - Do not enter in combat on startNevan
2011-09-02Scripts/Icecrown CitadelShauren
* Despawn all kind of summons when Blood Prince Council encounter finishes * Properly remove Delirious Slash debuff on all difficulties * Increased delaying events when Blood-Queen Lana'thel's air phase happens, she should no longer cast anything before flying * Remove Mutated Infection debuff when Rotface dies
2011-09-02Typo on last commitNevan
2011-09-02Twin Val'kyr - Implement Dual Wield on Power of the Twins spells.Nevan
2011-09-01Core: cleanup.Chaplain
*remove some garbage *little bit moore const func *fix process of args in vmap3_extractor
2011-09-01Scripts/Commands: Allow c++ style comments in opcode.txt file for .debug ↵QAston
send opcode command.
2011-09-01Core/Spells: Make mind sear aoe no longet target unit at which caster is ↵QAston
channeling the spell.
2011-09-01Twin's Valk Removed Hardcoded HealingNevan
2011-09-01Scripts/Icecrown Citadel: Fixed Blood-Queen Lana'thel's target selection for ↵Shauren
Bloodbolt Whirl
2011-08-31Revert "Rotface should only cast Mutated Infection on one player."Shauren
This reverts commit b0ec389e1f4aaef9c33c836ce4f56a851089fba8.
2011-08-31Rotface should only cast Mutated Infection on one player.wonopon
2011-08-31Merge pull request #2821 from Chaplain/cleanup2QAston
Core/Misc: Cleanup
2011-08-31Merge pull request #2792 from wonopon/patch-6QAston
Scripts/Taldaram: Make the boss cast Bloodthirst on self instead of on victim.
2011-08-30Core: Cleanup.Chaplain
2011-08-30Core/Spells: Fix Aspect of the BeastKapoeira
Closes #462 Closes #2814
2011-08-30Core: Crash fix (TemporarySummon), remove some warnings and some other minor ↵Spp-
changes - "const uint64" and "uint64 const" --> uint64 - Add some info in LFGDungeonEntry - Move some definitions from ".h" files and move to ".cpp"
2011-08-29Scripts/Icecrown Citadel: Valithria Dreamwalker will be immune to healing ↵Shauren
from Glyph of Dispel Magic
2011-08-29Scripts/Icecrown Citadel: Removed crashing script for Expunged Gas and moved ↵Shauren
it to where it belongs - proc system
2011-08-28He should cast Bloodthirst on himself, not on his targetwonopon
2011-08-28Scripts/Icecrown Citadel: Fixed Professor Putricide variable debuffs on ↵Shauren
25man heroic mode