Commit Graph

15666 Commits

Author SHA1 Message Date
Shauren
b5dc7bc45b Core/SmartScript: Fixed crashes with stored target lists
Closes #5786
2012-04-05 22:13:20 +02:00
Liberate
926f02f792 Core/Spells: Implement SPELL_ATTR4_PROC_ONLY_ON_CASTER properly. Closes #5204 2012-04-05 20:09:20 +02:00
Subv
6759bcab16 Core/SAI: Added a new event flag to allow events to NOT reset when the creature evades (SMART_EVENT_FLAG_DONT_RESET)
Closes #5568

Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-05 12:10:56 -05:00
Subv
4126e76862 SQL/Spells: Fixed Libram of Veracity proc
Closes #6022

Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-05 12:10:48 -05:00
Kandera
9ae22e06f6 Core/Spells: Fix unrelenting assault not proccing aura when overpower is used while target is casting.
Closes #5965
2012-04-05 12:46:51 -04:00
Nay
e3fd50b7f5 This should have been commented out (@ previous commit) 2012-04-05 17:42:19 +01:00
Nay
d155304f84 DB/GOs: Correct some templates and add a missing one (WDB)
DB/Auth: Add missed change to auth_base.sql
Also fix file endings in some of hte sqls
2012-04-05 17:38:13 +01:00
Subv
24b699d904 Core/Spells: Fixed Dancing Rune Weapon double-applying the duration bonus of the glyph
Closes #6032

Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-05 08:32:58 -05:00
Subv
a7de92a7a1 Core/Spells: Rune Strike should only be available for use once after a block/parry
Closes #6007

Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-04 21:41:54 -05:00
Subv
3d6da262dc Core/Spells: Blade Barrier should not proc from autoattacks
Closes #6028

Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-04 20:51:49 -05:00
Subv
5468e8eeb5 Core/Spells: The first target of a chained spell should be explicit.
Closes #5643
2012-04-04 17:06:50 -05:00
Subv
98687770ff SQL/Spells: Will of Sartharion should only affect the drakes and Sartharion, patch by Vincent-Michael
Closes #5641
2012-04-04 14:15:16 -05:00
Vojtěch Boček
cea3930610 Core: Give field pointers in Player::DeleteFromDB() more appropriate name 2012-04-04 19:07:22 +03:00
leak
e359bfef1b SQL: Adjust rollup filename and change address length to 255 according to RFC 1035 2012-04-04 17:58:54 +02:00
click
0447ddacef Core: Fix a crash in Player::DeleteFromDB due to loading wrong fields 2012-04-04 17:42:45 +02:00
click
98fcadae46 Core: Fix Group::SetGroupMemberFlag and Pet::resetTalentsForAllPetsOf prepared statement parameters (thanks Saring) 2012-04-04 01:23:09 +02:00
Kandera
ef6b99cd37 Core/Spells: fix crash with wintergrasp water spell script. 2012-04-03 18:56:34 -04:00
click
e231cf9462 Core: Fix WorldSession::HandleWrapItemOpcode prepared statement parameters 2012-04-04 00:42:00 +02:00
click
9074102702 Core: Fix Item::SaveRefundDataToDB prepared statement parameters 2012-04-04 00:29:22 +02:00
Nay
5ebace6c7f Core/DBLayer: Fix issues in instance saving; spotted by Saring, thank you 2012-04-03 23:11:08 +01:00
4m1g0
11c183fd1f Core/Arenas/Dalaran Sewers: Set more blizzlike waterfall warning timer value. Thanks Souler 2012-04-03 20:44:22 +02:00
kandera
0814bfb35e Update sql/updates/world/2012_04_03_00_world_spell_script_names.sql 2012-04-03 11:21:53 -03:00
Kandera
cce8b56a26 Core/Spells: fix wintergrasp water being applied to players. small codestyle fix 2012-04-03 10:19:17 -04:00
4m1g0
d4a28eefb0 Core/Arenas/Dalaran Sewers: Fixed waterFallKnockbackTimer and set more blizzlike values 2012-04-03 02:21:27 +02:00
Shauren
d9451cedd8 Core/World: Add character name data after loading PlayerDump
Closes #3653

Note: Manual changes in database while the server is running are not advised thus not supported
2012-04-03 00:02:58 +02:00
Shauren
3831e76b9a Core/Protocol: Fixed SMSG_NAME_QUERY_RESPONSE for offline players (fixes friend lists) 2012-04-02 18:37:25 +02:00
Nay
f03af56d5d Core/DBLayer: Fix another wrong type, hopefully the last one
TODO: Hunt down the reason for friends list (characters_social) and instance reseting not working
2012-04-02 14:05:05 +01:00
click
d4cc9078e1 Core: Fix another type-error in the mail expiration handling (using data pulled from CHAR_SEL_EXPIRED_MAIL_ITEMS prepped statement) 2012-04-02 04:39:01 +02:00
kaelima
ede839dd97 Core/Database: Some extended debug output for Field::GetXXX logs. 2012-04-02 03:30:19 +02:00
Nay
6e4a4795ad Core/DBLayer: Yet more type fixes 2012-04-02 01:25:07 +01:00
Nay
b03f895cf5 Core/DBLayer: Yet more type fixes 2012-04-02 00:22:33 +01:00
Subv
66629854d0 Merge pull request #5981 from Jildor/fix_Spinning_Pain_Spike2
Core/Spells: Fix Spinning Pain Spike damage
closes #5652
2012-04-01 15:13:41 -07:00
Nay
b7f7e3118c Core/DBLayer: More type fixes
Thanks to Vasago for the help in spotting the errors
Thanks to Subv as well (so he doesn't feel lonely)
2012-04-01 22:41:47 +01:00
Jildor
e64d75f2c7 change GetMaxHealth and BeforeHit... 2012-04-01 22:01:17 +02:00
click
ad569ce649 Core: Only clear motionmaster flags if the respective entity exists in world.
Original patch by kewarr and Mrsmite, additional commenting by Machiavelli removing the pet-specific checks applied.
Fixes #5400.
2012-04-01 19:54:33 +02:00
Nay
4e58efcfec DB/Conditions: Capture Jormungar Spawn can only be used in Ice Heart Cavern
Fix by Discover and Havenard
Closes #2452
Also fix a typo in a previous commit
2012-04-01 18:45:31 +01:00
click
55b53f44dc Core: Tell ScriptMgr to reload properly on .reload - thanks to codels for the patch 2012-04-01 19:38:15 +02:00
Odyssey
b07e236783 DB/SAI: Fix quest Falcon Versus Hawk
Closes #2127
2012-04-01 17:53:02 +01:00
Discover-
f7b1edf60d DB/NPC: Mana Beast shouldn't reward XP
Closes #1887
2012-04-01 17:45:43 +01:00
Svannon
860c0cb43a DB/Conditions: Imbued Scourge Shroud should only be used in City area (conditions)
Closes #1527
2012-04-01 17:42:39 +01:00
Subv
ceb27c2332 Merge branch 'master' of https://github.com/TrinityCore/TrinityCore 2012-04-01 11:13:18 -05:00
Subv
65ba081b6c SQL/Spells: Missing SQL from previous commit 2012-04-01 11:06:08 -05:00
Nay
8b81c1a570 DB/NPC: Fix trainers added in 1bc99cd5af 2012-04-01 17:04:19 +01:00
Subv
2987d4f40d Core/Commands: Allow combatstop command to be used from console with the player name as parameter
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-01 11:03:47 -05:00
Subv
8bd228179d Core/Spells: Fixed SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT on several types of spell effects
closes #5961
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-01 11:02:44 -05:00
Jildor
b8558a6990 Core/Spells: Fix Spinning Pain Spike damage
Close: #5652
2012-04-01 18:00:37 +02:00
Nay
1bc99cd5af DB/Spawns: Fix previous commit (512aa8897b) 2012-04-01 14:55:19 +01:00
Discover-
512aa8897b Database/Spawns: Spawn some missing creatures.
Closes #5974
2012-04-01 14:54:15 +02:00
Discover-
f66087c58c Merge pull request #5975 from GyxTom/master
Core/Script: Code style and some rewriting.
2012-04-01 05:08:04 -07:00
Gyx
a1c4786ba0 Core/Script: Code style and some rewriting.
MoveInLineOfSight(Unit* unit) -> MoveInLineOfSight(Unit* who)

Signed-off-by: Gyx <2359980687@qq.com>
2012-04-01 19:56:41 +08:00