Trisjdc
|
11f6eb91c0
|
Core/Spells: Fix fishing on areas with liquid data but no valid height
|
2014-05-11 14:43:12 +01:00 |
|
Aokromes
|
3751d547c0
|
DB/Creature: Fix incorrect flags_extra for 30413
By untaught, closes #12010
|
2014-05-07 12:23:10 +02:00 |
|
Gacko
|
111bbb3620
|
Remove unnecessary check in previous fix
|
2014-05-06 19:06:59 +02:00 |
|
Gacko
|
41d9364b16
|
Core/GameObject: Fix crash added in c6bf7e0b1d
Thanks @jackpoz
|
2014-05-06 18:46:08 +02:00 |
|
Gacko
|
b48879ab79
|
Core/GameObject: Finish moving activation code of traps to GO_ACTIVATED
Fixing #6388 should be easier now...
|
2014-05-05 22:28:45 +02:00 |
|
jackpoz
|
2878b0d105
|
Core/Misc: Fix enchants broken in 3aca9e64b3
Compare cast item entry instead of checking cast item spells to fix the exploit mentioned in 3aca9e64b3 without breaking any functionality.
|
2014-05-05 20:05:33 +02:00 |
|
Gacko
|
3ac4e3033c
|
Core/GameObject: Add missing initialization of m_lootStateUnit
|
2014-05-05 18:59:56 +02:00 |
|
Gacko
|
c6bf7e0b1d
|
Core/GameObject: Store unit in GameObject::SetLootState - required for trap activation.
|
2014-05-05 18:39:53 +02:00 |
|
Gacko
|
d0e6693266
|
Core/GameObject: Format comments and apply rename of previous commit.
|
2014-05-05 12:35:41 +02:00 |
|
Vincent-Michael
|
b6bf83589c
|
Core/Gameobject: Added missing break in 24ef7dbdf4
|
2014-05-05 10:06:44 +02:00 |
|
Gacko
|
99e04ddaf6
|
Fix indention from changes in previous commit.
|
2014-05-04 22:32:24 +02:00 |
|
Gacko
|
24ef7dbdf4
|
Core/GameObject: Solve some TODOs related to traps in GameObject::Update and improve logic.
Some more changes, TODO solutions and a fix for traps like those in #1359 or #6388 will follow.
|
2014-05-04 22:18:12 +02:00 |
|
Discover-
|
6ecbc03955
|
Merge pull request #12000 from Dehravor/algalon-big-bang
Scripts/Ulduar: Fix crash when Algalon's Big Bang is casted by player
|
2014-05-04 20:50:04 +02:00 |
|
Dehravor
|
109495ac9b
|
Scripts/Ulduar: Fix crash when Algalon's Big Bang is casted by player
|
2014-05-04 20:30:19 +02:00 |
|
Gacko
|
5dd3fbcb19
|
Fix import
|
2014-05-04 16:24:33 +02:00 |
|
w1sht0l1v3
|
fdbb96d396
|
DB/Creature: Add some missing spawns in HoL.
|
2014-05-04 16:56:53 +03:00 |
|
Aokromes
|
fd7a40ca97
|
DB/Creature: Remove more incorrect trigger flags
By dr-j, closes #11995
Closes #7744
|
2014-05-04 14:55:06 +02:00 |
|
jackpoz
|
1c0c163485
|
Core/Misc: Fix warning
|
2014-05-04 14:03:42 +02:00 |
|
jackpoz
|
3aca9e64b3
|
Core/Misc: Fix exploit
Fix exploit that allowed to learn spells from recipes without consuming them.
|
2014-05-04 13:41:07 +02:00 |
|
Vincent-Michael
|
49018c4bdb
|
DB/CreatureTexts: Set some creature_text field BroadcastTextId to 0 because change on cata/mop
|
2014-05-04 12:12:01 +02:00 |
|
Aokromes
|
f16caf49ac
|
DB/Quest: Prepping the Speech
By untaught, closes #11348
|
2014-05-04 04:26:35 +02:00 |
|
Aokromes
|
2cd0388adf
|
DB/Creature: Remove Trigger Flags on Chaotic Rift
By dr-j, closes #11988
|
2014-05-04 04:22:05 +02:00 |
|
jackpoz
|
720c3cbbd0
|
Core/Misc: Fix exploit
Fix exploit that allowed to duplicate stackable splitable items. If the item that cast the spell can't be found anymore, the spell is cancelled.
Fixes https://github.com/TrinityCore/TrinityCore/issues/11977
|
2014-05-03 21:22:12 +02:00 |
|
Aokromes
|
d7b1405725
|
Merge pull request #11968 from Dehravor/cpp11
Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros
|
2014-05-03 19:25:36 +02:00 |
|
jackpoz
|
b7a105bcc8
|
Merge pull request #11984 from Unholychick/patch-1
Core/Spells: Correct a mistake in HoT aura procs
|
2014-05-03 18:52:03 +02:00 |
|
untaught
|
91839946b5
|
DB/Gossip: Fix some gossip stuff
|
2014-05-03 17:53:38 +02:00 |
|
Aokromes
|
42be4c1da7
|
DB/Creature: Remove trigger flags from Dead Caravan mobs
By phoenixfight, closes #11986
|
2014-05-03 07:21:59 +02:00 |
|
Lucas
|
065207b1b8
|
Core/Spells: Correct a mistake in HOT aura procs
A crash fix was added in 3e0d2e4944
but the usage of spellProcEvent itself was incorrect, we should instead use spellProto of aura to be procced
|
2014-05-03 02:28:49 +02:00 |
|
Aokromes
|
0c8df80415
|
Core/Auth: Add support for build 13930 of china
By phoenixfight closes #11978
|
2014-05-03 02:11:37 +02:00 |
|
jackpoz
|
3e0d2e4944
|
Core/Misc: Fix static analysis issues
|
2014-05-02 23:21:37 +02:00 |
|
jackpoz
|
1be3a2bdf5
|
Merge pull request #11981 from Unholychick/patch-1
Core/Spells: Fix hots proccing wrong auras
|
2014-05-02 16:32:56 +02:00 |
|
Lucas
|
3e78578f27
|
Core/Spells: Fix hots proccing wrong auras
& Partly revert unnecessary changes in 1719e19572
|
2014-05-02 16:17:45 +02:00 |
|
Aokromes
|
ddf5a7fc96
|
DB/Creature: Fix Dead Mage Hunter
By dr-j closes #11979
|
2014-05-02 13:25:54 +02:00 |
|
untaught
|
ca5dafe6af
|
DB/Gossip: Fix some gossip stuff
|
2014-05-02 01:55:06 +02:00 |
|
Sarjuuk
|
5c7bcbc8b1
|
DB/Locales: Fix some item locales because items renamed on cata
Closes #11974
|
2014-05-02 01:48:46 +02:00 |
|
Vincent-Michael
|
0faf4b1b24
|
Core/Text: Fix typo in 5caf6aad98
|
2014-05-01 21:59:19 +02:00 |
|
Aokromes
|
92e4777746
|
DB/Creature Fix incorrect trigger flags on Enchanted Tiki Warrior
By dr-j closes #11973
|
2014-05-01 18:06:52 +02:00 |
|
joschiwald
|
3ff9589c9a
|
Core/Battleground: fixed possible crash in BattlegroundSA
Closes #11969
|
2014-05-01 15:14:42 +02:00 |
|
Dehravor
|
cbd36d5a4e
|
Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros
|
2014-05-01 11:19:32 +02:00 |
|
Vincent-Michael
|
5caf6aad98
|
Core/Texts:
* Fix creautre text with gender female
* Small cleanUp
* ObjectMgr.cpp/ObjectMgr.h part from joschi
|
2014-04-30 22:15:28 +02:00 |
|
Aokromes
|
394ac748f8
|
DB/Creature: Fix even more creature templates
|
2014-04-30 08:09:42 +02:00 |
|
Aokromes
|
2477b1cba4
|
DB/Creature: Fix even more creature templates
|
2014-04-30 07:51:28 +02:00 |
|
Aokromes
|
89fd7af4c6
|
DB/Creature: Fix even more creature templates
|
2014-04-30 07:19:40 +02:00 |
|
Aokromes
|
0e09e203fd
|
DB/Creature: Fix even more creature templates
|
2014-04-30 06:50:05 +02:00 |
|
Aokromes
|
2a3945f0bf
|
DB/Creature: Fix even more creature templates
|
2014-04-30 06:17:44 +02:00 |
|
Aokromes
|
9ea2e6e663
|
DB/Misc: Fix some incorrect triggers
By dr-j, closes #11963
|
2014-04-30 05:27:26 +02:00 |
|
Vincent-Michael
|
fb36d551d0
|
DB/Seasonal:
* Added missing seasonal quest in game_event_seasonal_questrelation table
* Remove all event = 0 in character_queststatus_seasonal table
|
2014-04-30 01:40:53 +02:00 |
|
Aokromes
|
073a57743a
|
DB/Loot: Fix drops of Fragment of Val'anyr
By dr-j, closes #11959.
|
2014-04-29 21:58:16 +02:00 |
|
jackpoz
|
f9a6aa5479
|
Merge pull request #11950 from Dehravor/override-final-delete
Core/Misc: Remove obsolete C++11 backward compatibility macros
|
2014-04-29 19:39:40 +02:00 |
|
untaught
|
1896b5cb59
|
DB/Gossip: Fix "Alchemist Pestlezugg <Alchemy Supplies>" gossip
Closes #11958
|
2014-04-29 17:01:45 +02:00 |
|