click
f16df538ee
Core: More codestyle cleanups
2011-06-12 01:47:45 +02:00
click
158966dc79
Core: Codestyle cleanup
2011-06-11 22:35:29 +02:00
kaelima
9ef8bd3072
Core/Misc: Fix compile, revert part of a73c7f506e, these should actually be errors.
2011-06-11 19:20:49 +02:00
kaelima
a73c7f506e
Core/Misc:
...
- Changed some error messages for changing spec to be displayed as debug messages.
- Fixed compile warnings.
2011-06-11 19:05:47 +02:00
Shauren
9b79df7074
Core/Spells: Implemented SPELL_ATTR7_IS_CHEAT_SPELL serverside checks and allow GMs to cast these spells
2011-06-11 13:02:54 +02:00
tobmaps
a4a57ab096
Core/Player: Allow hp5 bonus from items to regenerate also in combat
2011-06-10 20:40:23 +07:00
tobmaps
60470e4bd8
Core/Misc: Some random cleanups
2011-06-09 19:41:13 +07:00
QAston
0c3e99c450
Core/Auras: Move repeating code for aura packet creation to separate function. Fixes usage of SPELL_ATTR5_HIDE_DURATION attribute.
2011-06-08 10:41:32 +02:00
QAston
0575dddbb3
Core/Auras: Fix visibility aura effect handlers to work correctly on amount change
2011-06-08 09:19:34 +02:00
QAston
6c5f68e8fc
Core/Auras: Do not use spellmod system to drop auras with spell proc event entry.
2011-06-07 19:09:20 +02:00
QAston
b9e8e6d3b4
Core/Auras: Add functions for common actions on aura charges.
2011-06-07 17:26:27 +02:00
Shauren
97a5db68c2
Core/Auras:
...
* Fixed loading aura charges when they would exceed count set in SpellEntry while still remaining a valid value due to spell modifiers (that might not yet be active)
* Fixed refreshing aura charges when recasting the spell
Closes #1803
Closes #1786
Closes #1805
2011-06-03 21:30:50 +02:00
Ramusik
d1307ee47b
Core: use UNIT_DYNFLAG_NONE instead of 0-value. Also fixed typo in reset UNIT_DYNAMIC_FLAGS at player death
...
Signed-off-by: click <clickvd@gonnamakeyou.com >
2011-05-31 01:18:50 +02:00
tobmaps
4a0290c17b
Core/Quests: Fix quests that require player to be dead
...
Closes #1441
2011-05-30 02:59:37 +07:00
tobmaps
42fc72447b
Core/Dungeon Finder: Fix instances unlock after level change
2011-05-29 22:49:05 +07:00
Shauren
0bde74eff6
Core/Gossip: Removed hardcoded costs for dual spec and fixed handling of gossip menus with box_money
2011-05-29 12:06:16 +02:00
Machiavelli
48b0570f53
Core/Vehicles:
...
- Temporarily unsummon pets when entering vehicle and resummon them when exiting. Also fixes missing pet cast bars on exit.
- Correct SMSG_PET_SPELLS packet for vehicle spell initialize
2011-05-27 17:31:31 +02:00
Shauren
889cdda614
Core/Gossip: Fixed remaining issues with gossip menu items
2011-05-27 14:22:36 +02:00
kaelima
6e009d9bd1
Core/Gossip: Fix typo in 0ad14aeafd breaking gossip options.
2011-05-27 01:54:29 +02:00
kaelima
78692e1246
Core/Area: Updated AreaFlags documentation to match 3.3.5 dbcs.
2011-05-27 00:58:18 +02:00
Shauren
0ad14aeafd
Core/Gossip: Gossip menu items will now have constant index, allowing to properly define scripts relying on that index when mixed with conditions. Script-created menus via ADD_GOSSIP_ITEM will still have the index generated dynamically
2011-05-26 23:57:17 +02:00
Shauren
f91136b949
Core/Vehicles: Corrected vehicle spell bar packet, now empty slots will remain empty and spells will not be "packed" together anymore
2011-05-26 23:51:34 +02:00
Shocker
0ea721e25a
Core/Players: Allow GMs to have their player flags correctly loaded from DB
2011-05-25 16:35:35 +03:00
tobmaps
0b557f02b2
Core/Spells: Fix warrior stances save after death/logout
2011-05-25 20:29:06 +07:00
Aokromes
6acd954bf5
Core/Misc: Some random cleanups
2011-05-25 19:54:17 +07:00
tobmaps
0dd349f52a
Core/Players: Fix exploit with XP gain from kills done by vehicles
2011-05-22 19:50:55 +07:00
Machiavelli
48838cca27
Fix build on Linux
2011-05-22 13:49:39 +02:00
Machiavelli
29e61ad0ea
Core/DBLayer: Remove a problematic and unneeded transaction in _LoadMails
2011-05-22 13:43:57 +02:00
Machiavelli
d454ee2a74
Core/DBLayer: Apparantly the possible deadlock was present in Player::DeleteFromDB as well.
...
Thanks to Aokromes for pointing out
2011-05-21 14:50:28 +02:00
Shauren
c3778487f0
Core/Spells: Fixed totem summoning behavior (summoning new totem while old is still active will not prevent new one from spawning) and fixed totem cooldowns
...
Closes #1609
Closes #1615
2011-05-21 10:58:32 +02:00
Shauren
ac4ed1efdf
Core/Spells: Moved setting UNIT_CREATED_BY_SPELL out of spell effect handlers and sending SMSG_TOTEM_CREATED into Totem class
2011-05-19 22:27:18 +02:00
tobmaps
2fe5e5d249
Core/Player: More generic fix for duel emote, original idea by 2010phenix
2011-05-16 23:00:00 +07:00
tobmaps
a2ee751a6c
Core/Player: Fix duel won emote
2011-05-16 05:18:45 +07:00
Shauren
19bf53a0cb
Core/Achievements: Added missing reset cases for achievement criterias
2011-05-14 10:50:27 +02:00
click
b6cf587de9
Core: Remove some warnings here and there
2011-05-13 18:07:12 +02:00
tobmaps
7fac55db66
Core/Player: Don't allow to deactivate PvP mode in hostile/neutral zones at PvP realms
2011-05-13 18:53:01 +07:00
Lynx3d
b1d2fbc0c2
Core/Player: Use dbc data for calculating combat ratings
...
Closes #1156
2011-05-13 04:11:03 +07:00
tobmaps
27d34e9494
Core/Player: Fix issue with players being kicked when going AFK in arenas
2011-05-13 01:24:15 +07:00
tobmaps
e7ff1196ed
Core/Player: Dismiss active pet before talent reset to prevent bugs
2011-05-12 19:15:11 +07:00
Shauren
c98438ae8f
Core: Minor cleanup
2011-05-12 10:43:11 +02:00
Shauren
bca01dd419
Core/Players: Added missing break;
2011-05-12 10:39:29 +02:00
Shauren
32a98d343a
Core/Players: Fixed possible crash in cooldown handling
2011-05-12 10:39:08 +02:00
Lopin
193f0b7cd3
Core/Battlegrounds: Fixes Report AFK players and then leaving if "Inactive" buff expires
2011-05-11 12:14:00 +03:00
Az@zel
58f0a4b152
Core/Misc: fix typo - yet another English language lesson: INTERUPT -> INTERRUPT
2011-05-11 11:17:20 +06:00
Az@zel
f73c6c40bb
Core/Misc: fix compiler warnings
2011-05-11 11:12:26 +06:00
tobmaps
09fb6f555f
Core/Spells: More generic implementation of Combustion
...
Closes #60 & #78
2011-05-11 04:17:38 +07:00
Shocker
3fa651ce19
Core/Misc: Include resilience in character_stats
2011-05-09 17:01:10 +03:00
Shauren
551889c42f
Core: More warning fixes
2011-05-07 20:09:45 +02:00
leak
dfacd287a4
Core/ObjectMgr: Refactor group related functions into dedicated class
2011-05-05 10:25:17 +02:00
leak
ea06dcf418
Core/ObjectMgr: Refactor guild related functions into dedicated class
2011-05-04 10:08:09 +02:00