runningnak3d
1fc5905b89
Core/BuildSystem: Remove accidental addition of non-existent script from last commit.
2011-03-21 11:15:15 -04:00
Shauren
2f79b0f266
Core: Removed all double (and more) empty lines
2011-03-21 10:52:14 +01:00
Shauren
f8162d609b
Core/ObjectMgr: Changed vehicle_accessory error reporting when empty to outString
2011-03-21 10:44:58 +01:00
Shauren
7d49d37e6e
Core/Battlegrounds: Fixed displaying Call to Arms for Isle of Conquest and Strand of the Ancients
2011-03-20 21:49:15 +01:00
Ramus
d0eade83e2
Item - Druid T10 Balance 4P Bonus should improve the debuff's damage if you crit while it's already on a target
2011-03-20 13:00:22 +02:00
Shauren
24cb1c9555
Core/Items: Corrected logic check when placing item on auction
...
Closes #1017
2011-03-20 11:17:58 +01:00
Shauren
606c890960
Core/Vehicles: Properly remove casted vehicle auras (caster guid is what we must check, not owner)
2011-03-20 00:21:13 +01:00
Shauren
f11be7cfed
Core/GameEventMgr: Fixed compile warnings (uint16 to uint8 conversion)
2011-03-20 00:20:16 +01:00
Shauren
a105f345a0
Core/Shared: Removed #ifdef HAVE_ACE_STACK_TRACE_H which is only required for old ACE versions
2011-03-20 00:19:39 +01:00
Shauren
3b343ac497
Core/Scripts: Code style cleanup in AI base classes, removed duplicate DoAction method
2011-03-19 19:41:42 +01:00
leak
0927243278
Core/GameEventMgr: Forgotten query no. 2
2011-03-19 18:11:13 +01:00
Shauren
e864b0a611
Core/Players: Fixed naked bug for players, original idea by BThallid
2011-03-19 14:49:15 +01:00
Shauren
31b9951f20
Core/Players: Corrected pending bind logic (prevent attempting to bind (and failing) when player left the instance by areatrigger before timer finished)
2011-03-19 13:59:53 +01:00
Ramus
b496d8af3d
Scripts/Spells: Fixed Glyph of Starfire
2011-03-19 12:54:40 +01:00
Ramus
1ab06e8f93
Scripts/Spells: Fixed Death Knight Spell Deflection
2011-03-19 12:53:17 +01:00
Shauren
873b22662f
Fixed build without PCH
2011-03-19 12:50:17 +01:00
Shauren
fdc8de26a0
Added missed change
2011-03-19 11:49:35 +01:00
Shauren
cb33b050d9
Scripts/Icecrown Citadel: Compile warning fixes
2011-03-19 11:44:04 +01:00
johnholiver
c5bf4f06ae
Core/Spells: Implemented Glyph of Steady Shot
2011-03-19 11:15:07 +01:00
johnholiver
1465a081d0
Core/Spells: Lava Burst patch 3.2.2 update - Lava Burst can no longer deal critical damage to targets who are immune to critical strikes (due to, e.g. Roar of Sacrifice, Blessed Resilience).
2011-03-19 11:12:52 +01:00
Spp
2ff8b76ddd
Core/Opcodes: Change the status of CMSG_SET_SAVED_INSTANCE_EXTEND to unhandled
2011-03-19 11:04:26 +01:00
Shauren
3d46b7e32e
Merge branch 'pr/n15_Supabad'
2011-03-19 10:58:39 +01:00
Shauren
1a4a618d81
Core/Scripts: Code style cleanup in ScriptedAI and BossAI
2011-03-19 10:54:16 +01:00
Shauren
e98e31b70d
Core/Storage: Fixed startup assertion failures
2011-03-18 20:02:25 +01:00
Shauren
368eaf7f2f
Scripts/Icecrown Citadel:
...
Corrected wing sigil visuals
Fixed saving Blood Quickening quest state to db
Remove Blood Quickening timer on completion
DB/Instances: Added some missing spawns to Frostwing Halls
2011-03-18 19:39:19 +01:00
leak
ca02708564
Core/GameEventMgr: Forgotten query
2011-03-18 18:49:40 +01:00
Shauren
a69f3c7c64
Scripts/Pit of Saron: Fixed Scourgelord Tyrannus intro being started every time areatrigger was stepped on
2011-03-18 18:31:17 +01:00
Shauren
2364c22ee4
Core/Storage: Readded missing record size calculations for SQL storage
2011-03-18 18:07:03 +01:00
Supabad
6fd4debc7a
Core/Ulduar: some cleanup and add boundary check for Flame Leviathan
2011-03-18 17:33:12 +01:00
Shauren
d3425921f8
Core/Storage: A few more improvements to code style, corrected some engrish and fixed compile
2011-03-18 17:01:37 +01:00
runningnak3d
2f89fa9e69
Merge branch 'master' of git@github.com:TrinityCore/TrinityCore
2011-03-18 09:41:04 -06:00
runningnak3d
171268a565
Core/Storage: Add some sanity checks and better define some SQL and DBC
...
storage format field types.
* Also LOTS of whitespace cleanup
* Some Trinity code style applied
* Some if / else if -> switch / case
* Original ideal for patch by Vinolentus
2011-03-18 09:36:59 -06:00
Shauren
489e629437
Core/Players: Fixed crash in GetBagByPos
2011-03-18 15:41:39 +01:00
SnakeIce
fa8b30a45c
Scripts/Pit of Saron: Fixed spawning quest creatures in Pit of Saron
...
DB/Quests: Fixed quest "The Path to the Citadel"
SQL credits - Tome
2011-03-18 15:35:16 +01:00
Shauren
98646c5328
Scripts/Icecrown Citadel:
...
Removed unneccesary checks and timer at Rotface
Replaced defines with constants
2011-03-18 15:15:52 +01:00
VladimirMangos
3384dc3a24
Core/Misc: Drop unused define GAMEOBJECT_FISHINGNODE_ENTRY
2011-03-18 07:01:51 -06:00
Azazel
e49b5b44d6
Core/Cleanup: remove C-style cast to (Bag*):
...
* add ToBag() methods for Item class;
* add GetBagByPos() method for Player class.
2011-03-18 15:58:08 +06:00
leak
90a3fee232
Core/GameEventMgr: Reduce memory waste caused by gaps in game_event entry IDs
2011-03-18 00:11:12 +01:00
Shauren
660e22faeb
Core/Corpses: Fixed loading phaseMask if its greater than 255
2011-03-17 09:42:33 +01:00
Azazel
ca76e17bd6
Core/Cleanup: refactor honor and arena rating modifying methods:
...
* simplify wierd logic;
* add const modifiers to several getter methods.
(Idea based on commit [11187] by zergtmn for Mangos)
2011-03-17 11:00:41 +06:00
Shauren
12b65aa206
Core/Pets
...
Fixed infinite cooldown bugging after relogging
Restored pet create health for pets without pet_levelstats data
Corrected health gain from stamina for DK Ghouls
2011-03-15 13:23:52 +01:00
Shauren
119bb6fcd5
Core/Units: Fixed SelectNearbyTarget to ignore totems, critters and spirit healers
2011-03-15 12:08:07 +01:00
A Metaphysical Drama
4f48b7ae8d
Core/Auras: Fixed SPELL_AURA_MOD_POWER_COST_SCHOOL_PCT and SPELL_AURA_MOD_POWER_COST_SCHOOL auras not taking charges at proc
2011-03-15 11:41:12 +01:00
Machiavelli
1c3082446e
Core/Gameobject: Respect cooldown for trap and goober gameobjects.
...
Original patch by VladimirMangos
2011-03-14 23:16:34 +01:00
Shauren
cd5744f2c5
Core/Units: Removed unneeded casts in ApplyResilience
2011-03-14 21:39:53 +01:00
leak
6a4ffb4be1
Core/Battlegrounds: Free instance id in the proper place.
...
fixes #966
2011-03-14 20:39:05 +01:00
runningnak3d
28c264402b
Revert "Core/Spells: Small cleanup of SpellMgr"
...
This reverts commit 6595364227 .
* While this does need cleanup, instance specific spells should stay
* grouped together.
2011-03-14 08:38:20 -06:00
Koord
6595364227
Core/Spells: Small cleanup of SpellMgr
2011-03-14 08:25:27 -06:00
runningnak3d
dd2405bd6c
Core/Misc: Small code style change (very small)
2011-03-14 08:20:12 -06:00
Supabad
85cc623f3f
Scripts/Ulduar: Proper handling of GO_LEVIATHAN_GATE
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-03-14 15:48:54 +01:00