Commit Graph

15622 Commits

Author SHA1 Message Date
Malcrom
73da25007e DB/Creature: Add missing Challe & Orphan Matron Aria Spawns 2012-05-01 17:10:20 -02:30
Discover-
b72617a77b Merge pull request #6394 from Amit86/patch-1
[Typo] Fix log typo with spell_group at SpellMgr.cpp
2012-04-30 06:45:45 -07:00
Amit
a12faa5e9d Fix log typo with spell_group at SpellMgr.cpp 2012-04-30 13:53:25 +03:00
kaelima
7f51c399c6 Core/DBLayer: CHAR_DEL_CHAR_AURA_FROZEN query should be asynchronous
Closes issue #6273

Also corrected one opcode name in Opcodes.cpp (changes nothing)
2012-04-30 02:07:59 +02:00
QAston
b53485e053 Fix build and correct minor codestyle issue. 2012-04-28 15:10:52 +02:00
QAston
b899f5fc94 Core/SpellScripts: rename GetTarget*() functions to GetExplTarget*(), so the names reflect better what those functions do. Also update some comments. 2012-04-28 14:55:14 +02:00
QAston
4b5e763d21 Merge pull request #6368 from Vincent-Michael/disengage
Core/Spell: Fix not using Disengage while rooted
2012-04-28 04:57:45 -07:00
QAston
06923e21e8 Merge pull request #6239 from The-Game/master
Core/Spell: Fix unit tracking to not being limited to the caster of SPELL_AURA_MOD_STALKED.
2012-04-28 04:56:58 -07:00
ZxBiohazardZx
d6666386cd DB/Loot: Cleanup some ugly reference_templates 2012-04-28 10:26:25 +02:00
ZxBiohazardZx
13aef05079 DB/Loot: Ulduar Descent into Madness bosses loot 2012-04-28 09:46:40 +02:00
Vincent-Michael
e8bfcb686f Core/Spell: Fix not using Disengage while rooted 2012-04-28 02:56:29 +02:00
kandera
2723515946 Merge pull request #6365 from Vincent-Michael/typo
Core/Battleground: Fix typo in commit ddd25ce716
2012-04-27 07:58:15 -07:00
Vincent-Michael
8f19d00509 Core/Battleground:
* Fix typo in commit ddd25ce716
* Fix codestyle
2012-04-27 16:24:16 +02:00
Shauren
51656d7e60 Scripts/Icecrown Citadel: Fixed Scent of Blood on heroic mode of Deathbringer Saurfang encounter 2012-04-27 15:38:09 +02:00
Kandera
778afa11ac DB/SAI: andd now this should be fixed ONCE AND FOR ALL 2012-04-26 12:50:37 -04:00
Kandera
a97646ca5a DB/Conditions: fix another conditions error from bf0d001cd3 2012-04-26 12:46:02 -04:00
Kandera
b5a5080df0 Core/Spells: fix penance and holy shock targetting for non faction friendly npcs that appear friendly. should also fix the issue with using mixed groups 2012-04-26 11:15:23 -04:00
Jildor
bf7a32b79e Scripts/Icecrown Citadel: Fixed Deathbringer Saurfang berserk timer on heroic mode. 2012-04-26 15:38:48 +02:00
Kandera
16e367bb84 Core/Spells: fix build error with previous commits. 2012-04-26 09:28:48 -04:00
kandera
0bd368db36 DB/Conditions: fix conditions where claues from previous commit 2012-04-26 10:16:57 -03:00
Kandera
aee77546e9 Core/Spells,DB/Conditions: Fix startup errors associated with bf0d001cd3 and 13b68af78d Closes #6346 2012-04-26 09:13:07 -04:00
Shocker
00849132ee Merge pull request #6336 from Aristoo/master
Script/Trial of the Crusader: Fix Permafrost define
2012-04-25 18:00:13 -07:00
Kandera
ede6c38a43 DB/Spells: fixes the effect stacking of Greater/Blessing of Sanctuary/Kings. Closes #768 2012-04-25 15:17:52 -04:00
Kandera
1b5fa3a6f3 Core/Spells: fix sql file from previous commit and add newline after load function 2012-04-25 14:21:56 -04:00
Kandera
13b68af78d Core/Spells: Convert some spells from spell_scripts in the db to a generic spellscript. 2012-04-25 14:07:20 -04:00
Aristoo
57866f3465 Script/Trial of the Crusader: Fix define for Permafrost 2012-04-25 16:38:51 +03:00
Kandera
b528f70639 Core/Spells: get effect value correctly. thx shauren! 2012-04-25 09:20:18 -04:00
Kandera
0ec4d55ca6 Core/Spells: Fix build error introduced in previous commit. 2012-04-25 09:15:09 -04:00
Kandera
5878a790db Core/Spells: Fix prayer of mending bonus from t9 healing 2 piece set. Closes #4069 2012-04-25 09:02:09 -04:00
Discover-
bf0d001cd3 DB/Misc: Fix start-up errors and non-working SmartAI from 61bc8e1c6f.
Thanks @Xanvial for spotting the SAI issue and @joschiwald for the condition start-up errors.
2012-04-25 08:15:05 +02:00
Kandera
e6a6f6539d Core/Spells: Correct tick damage for health funnel. (thx alp22) Closes #3465 2012-04-24 13:39:37 -04:00
Kandera
2e9196162e Core/Spells: Fix wrong target in Bloodthirst spell script. Closes #3359 2012-04-24 13:26:17 -04:00
The Game
9320131892 Check if unit has UNIT_DYNFLAG_TRACK_UNIT before checking auras to prevent prevent unnecessary operations, thanks you QAston for suggesting. 2012-04-24 13:11:22 -04:00
Kandera
61bc8e1c6f Core/Spells: added function to initiation script.
DB/SAI: added rest of quest to database for Greatmother's Soulcatcher
2012-04-24 11:59:08 -04:00
Shauren
05bb8e4fcd Core/Vehicles: Fixed creature passengers falling off vehicles at client side 2012-04-24 17:19:41 +02:00
Shauren
1851a2e9e3 Scripts: Replaced calls to ForcedDespawn with DespawnOrUnsummon (calls appropriate AI hooks in case of temporary summons) and made ForcedDespawn private 2012-04-24 16:53:37 +02:00
ZxBiohazardZx
396b1ded1a DB/Loot: Fix loot for some Bloodsail creatures, thx Exodius
Closes # 5483
2012-04-24 10:11:54 +02:00
Shocker
125efc7dc8 DB/SQLs: Small corrections to sql files from recent pull requests 2012-04-24 03:29:16 +03:00
Shocker
64e4fa254b Merge pull request #6250 from Frca/master
Core/Misc: Do not set TeleportDestination as reference in WorldSession::HandleMoveWorldportAckOpcode()
2012-04-23 17:26:34 -07:00
Shocker
aa9bf26786 Merge pull request #6251 from elecyb/wardendoc2
Core/Warden: Documented more warden checks
2012-04-23 17:25:06 -07:00
Shocker
ad14ad33e0 Merge pull request #6164 from Jildor/honor_among_thieves_proc
DB/Spells: Fix Honor Among Thieves proc chance
2012-04-23 17:23:03 -07:00
Shocker
83e1e17649 Merge pull request #6008 from cookta2012/troy09
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-23 17:21:42 -07:00
Shocker
cf305bc7c9 Merge pull request #5992 from 4m1g0/master
Core/Arenas: Fix waterFallKnockbackTimer typo and set more blizzlike values for Dalaran Sewers waterfall
2012-04-23 17:18:33 -07:00
Shocker
70f93a63a2 Merge pull request #6304 from Vincent-Michael/shaman
Core/Spells: Fix Earthen Power

Closes #4795
2012-04-23 17:14:12 -07:00
Shocker
ef64e8d35a Merge pull request #6316 from Kezo90/rogue_t9_2p
Core/Spells: Rogue T9 2P should proc only from Rupture ticks
2012-04-23 17:10:46 -07:00
Shocker
7fd9af6bd6 Merge pull request #6292 from Vincent-Michael/gate
Core/Battlegrounds: Fix broken gate state in Strand of the Ancients

Closes #4801
2012-04-23 17:08:05 -07:00
Kezo90
61219cf9db DB/Spells: Rogue T9 2P - Should proc only from Rupture ticks. 2012-04-23 22:31:39 +02:00
ZxBiohazardZx
ef9733e62b DB/Loot: Correct dropchances for the Quest Kindness
Closes #6301
2012-04-23 22:22:21 +02:00
Gecko32
e98dc0e838 DB/Loot: Correct Mote of Life dropchance
Closes #5692
2012-04-23 22:18:42 +02:00
Helias
7901e28b76 DB/Loot: Add some missing skinning loot templates
Closes #5972
2012-04-23 22:13:35 +02:00