Shauren
b8bb828b03
Core/Misc: Updated TOTAL_SPELL_TARGETS to 4.3.4
2012-08-14 23:21:07 +02:00
Nay
c0adf370e5
Core/Vendors: Add currencies to vendors
...
npc_vendor table gets a new field, type (1 is item, 2 is currency)
for type 1 fields still mean the same, for type 2 maxcount is buycount (without any "precision")
changed structure of SMSG_UPDATE_CURRENCY(_WEEK_LIMIT) but not enabled, wrong values are being wrongly calculated
2012-08-14 18:11:06 +01:00
Shauren
e761458b24
Core/Taxi: Updated taxi mask building
2012-08-14 15:29:43 +02:00
Nay
a768bba3c6
Core: Add enum for currency flags, update MAX_VENDOR_ITEMS and fix build
2012-08-14 02:56:45 +01:00
Subv
df073d3d69
Core/Spells: Finished cleanup in Unit::HandleDummyAuraProc
2012-08-13 19:16:14 -05:00
Nay
731b0cc587
Merge pull request #7390 from Kiperr/2
...
Core/Player: Now players will able to equip all types of relics when mee...
2012-08-13 17:10:26 -07:00
kiper
12ad39c43c
Fix code style.
2012-08-14 02:08:29 +02:00
Nay
2c4de60a66
Merge pull request #7389 from Kiperr/4.3.4
...
Core/Globals: Add 5th field in reputation_spillover_template for Bilgewa...
2012-08-13 17:00:34 -07:00
Nay
6dabeb0b31
Merge pull request #7388 from Chevron/4.3.4
...
Core/AI: Removed EventAI handling. is not needed more for cataclysm.
2012-08-13 16:59:43 -07:00
kiper
cf30a0aaaf
Core/Player: Now players will able to equip all types of relics when meet requirements from items and have relic skill.
2012-08-14 01:59:20 +02:00
Venugh
c8eeb1f9e6
Core/AI: Removed EventAI handling. is not needed more for cataclysm...
...
move a sql to correct place.
2012-08-14 01:57:42 +02:00
kiper
0b157c9066
Core/Globals: Add 5th field in reputation_spillover_template for Bilgewater Cartel/Gilneas spillover reputation.
2012-08-14 01:49:18 +02:00
Subv
2dbb194c7d
Core/DBCs: Implement loading of gtSpellScaling.dbc
2012-08-13 18:18:49 -05:00
Nay
db00a9fd2c
Missing changes to previous commit
2012-08-14 00:03:18 +01:00
Nay
424d860454
DB&Core/Quests: Change MinLevel to signed since -1 is a valid value for deprecated quests
2012-08-13 23:59:14 +01:00
Subv
1f4b69908b
Core/Spells: Removed more deprecated spells code for Cataclysm
2012-08-13 17:42:58 -05:00
Nay
aa25336602
Core/Loading: Re-enable validation for quest_template currency loading
2012-08-13 23:31:21 +01:00
Nay
64bf663ecd
Merge pull request #7386 from Sovak/4.3.4
...
Core/Totems: In cata totem items are no longer needed
2012-08-13 15:22:45 -07:00
Sovak
45e0cae7be
Core/Totems: In cata totem items are no longer needed
...
Signed-off-by: Sovak <Sovak007@gmail.com >
2012-08-14 00:17:06 +02:00
Sovak
292cbbf068
Core/Spells: Updated critical heal to Cataclysm
...
Signed-off-by: Sovak <Sovak007@gmail.com >
Signed-off-by: Nay <dnpd.dd@gmail.com >
2012-08-13 22:11:29 +01:00
Nay
f7fd5da963
Core: Fix a few compile errors with some "weird" compilers
2012-08-13 14:46:37 +01:00
Shauren
8819f30a12
Core/Auras: Simplified SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS handling
2012-08-13 14:56:56 +02:00
Shauren
3ad20d6bbd
Core/Units: Updated unit power mods
2012-08-13 14:56:20 +02:00
Shauren
03144920d3
Compile fix
2012-08-13 14:55:55 +02:00
Nay
12e0f93eef
Merge remote-tracking branch 'origin/master' into 4.3.4
2012-08-13 13:09:54 +01:00
Shauren
d1ed95faa5
Scripts: Fixed more uninitialized variables
2012-08-13 13:47:51 +02:00
cyberbrest
9dcae03a04
Fix xp getting fog Gilneas and LostIslands. This corect content lvl for Trinity::XP::Gain function.
...
Closes #7374
2012-08-13 13:19:26 +02:00
Subv
29f8c1781b
Core/Spells: Fixed:
...
* Hot Streak
* Improved Hot Streak
* Ignite
* And more
* Removed some old scripts, and updated some more
2012-08-12 20:04:47 -05:00
Subv
5cc8bc200b
Core/Entities: Updated rage to Cataclysm
2012-08-12 17:49:06 -05:00
Subv
24b1a27985
Core/Entities: Fixed block for Cataclysm
2012-08-12 15:46:02 -05:00
Nay
a3940f5310
Core/Spline: Add missing includes
2012-08-12 21:16:31 +01:00
Subv
61fcae113b
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/scripts/Kalimdor/moonglade.cpp
2012-08-12 13:18:19 -05:00
Subv
75af5ac353
Scripts/Quests: Removed more deprecated quest scripts in Eastern Kingdoms
2012-08-12 13:14:54 -05:00
kaelima
f92946e128
Core/Misc: Fix some mem-leaks and uninitialized variables.
2012-08-12 20:06:12 +02:00
e000
65469c9ee9
Core/Gameobject: Properly toggle collision state when a gameobject is activated or spawned.
2012-08-12 20:04:02 +02:00
Subv
7d75c2818d
Scripts/Quests: Removed some deprecated scripts and fixed quest 26050
2012-08-12 12:20:51 -05:00
Nay
a09369991a
Merge pull request #7369 from Vincent-Michael/kalimdorQuestPart1
...
Scripts/Some: Cleanup for old scripts, not exist Quest and etc. in Cata.
2012-08-12 09:31:11 -07:00
Vincent-Michael
f61df4d223
Scripts/Some: Cleanup for old scripts, not exist Quest and etc. in Cata.
2012-08-12 18:28:06 +02:00
Nay
bd37e73fdf
SQL: Rename 2 PR'ed SQL files
2012-08-12 17:19:47 +01:00
Nay
706f3fa7d7
Merge pull request #7346 from cyberbrest/pull11
...
[434][Object] Fix Freezes at loading chars and at teleportation (and by transport too;))
2012-08-12 09:10:38 -07:00
Nay
4396df127c
Merge pull request #7359 from cyberbrest/pull12
...
[434][Spell]: add new effects and auras.
2012-08-12 09:02:51 -07:00
Nay
6f6475a72e
Merge pull request #7357 from zorix/PR
...
[4.3.4] Core/Spells: Implemented Spell attributesEx8 Remove custom flag spell scalable and apply flag SPELL_ATTR8_AURA_SEND_AMOUNT
2012-08-12 09:02:16 -07:00
Nay
b33d41faac
Merge pull request #7360 from Vincent-Michael/MalGanis
...
Scripts/The Culling of Stratholme: Fix quest credit for Mal'Ganis
2012-08-12 08:59:49 -07:00
Shauren
7d29e585df
Scripts/Karazhan: Fixed some uninitialized variables
2012-08-12 14:16:11 +02:00
Vincent-Michael
da229008bb
Scripts/The Culling of Stratholme: Fix quest credit for Mal'Ganis
2012-08-12 14:12:44 +02:00
Shauren
666602e1aa
Scripts: Fixed some unitialized variables
2012-08-12 13:56:43 +02:00
cyberbrest
c6d4ae43c3
[Spell]: add new effects and auras.
...
privent crash with casting it.
2012-08-12 11:01:22 +03:00
Nay
a55f00a2ad
Update sql/base/auth_database.sql
2012-08-12 04:20:58 +02:00
zorix
613b4b5208
Core/Misc: Code style
2012-08-12 01:49:09 +02:00
zorix
46c20c8399
Core/Spells: Implemented Spell attributesEx8
...
Remove custom flag spell scalable and apply flag SPELL_ATTR8_AURA_SEND_AMOUNT
2012-08-12 00:33:55 +02:00