click
e79d50fa2d
Reapply the previous "actionbars"-fix/handling db/coreside
...
Fixes issue #1669
Note: This issue has been a pain in the rear, as it was actually messing up
clients that ran a vanilla client without addons. The issue only comes
in to place when players load a SINGLE actionbar, and not selecting
"activate all bars". Extensive testing and debugging done to figure out
why this actually happened - I'll fricking shoot the next one messing
with it!
--HG--
branch : trunk
2010-04-16 02:14:21 +02:00
Trazom62
81d5a23b37
Fix Threat of Thassarian. Thanks Azuritus.
...
Fixes issue #1657 .
--HG--
branch : trunk
2010-04-15 21:51:53 +02:00
Spp
f9987206f0
Fix AHBot crashes. Patch based on code from Xeross' repo
...
Closes issue 1649
--HG--
branch : trunk
2010-04-15 13:46:37 +02:00
Spp
0032bb5886
Fix compile.
...
--HG--
branch : trunk
2010-04-15 12:32:40 +02:00
Spp
08785d63ab
Fix bad use of worldstates table in last commit
...
--HG--
branch : trunk
2010-04-15 10:18:38 +02:00
n0n4m3
8abcca0a06
Another fix quest flags, Implement support weekly quests cooldowns(Original patch by GriffonHeart), also code cleanups.
...
--HG--
branch : trunk
2010-04-15 08:26:30 +04:00
Rat
6bcb297de4
*code cleanup
...
*totally destroyed m_creature, use "me" for future coding
--HG--
branch : trunk
2010-04-14 23:07:41 +02:00
click
cc262e1cde
Fix IsPetAura() so it's actually working properly - typos ftw.
...
--HG--
branch : trunk
2010-04-14 22:21:25 +02:00
click
34a70d3e46
Port some mailsending-fixes from MaNGOS - prevents copying maildata/text into new mails
...
Original fix by Vladimir
--HG--
branch : trunk
2010-04-14 19:06:37 +02:00
Rat
1e573cf11c
*added script for Hunter Pet Trainers for Pet Talent Resetting
...
--HG--
branch : trunk
2010-04-14 17:56:18 +02:00
click
c8bf52d191
Retain pet buffs/debuffs/spells when pet is resummoned after lagout/flightpath unsummon
...
Research and patch by Liberate (minor assist by click)
Fixes issue #689
Fixes issue #794
Fixes issue #1454
--HG--
branch : trunk
2010-04-14 15:43:45 +02:00
n0n4m3
a6af93c3d6
Create new table character_stats for external tools(website,etc). This table use only when player logout. Original code by hunuza.
...
--HG--
branch : trunk
2010-04-14 13:29:56 +04:00
n0n4m3
8b6005666d
Add index for some tables in characters DB. by AlexDereka.
...
--HG--
branch : trunk
2010-04-14 13:02:05 +04:00
n0n4m3
e3e5ca6227
Drop not needed table 'item_text', add new column 'text' in table 'item_instance'. Original patch by Vladimir.
...
--HG--
branch : trunk
2010-04-14 12:43:42 +04:00
n0n4m3
61e71986f0
Drop old item amount calculation. by Vladimir
...
--HG--
branch : trunk
2010-04-14 12:22:35 +04:00
n0n4m3
4f051752bd
Fix quest flags, restore work many quests broken after client switch on 3.3.3a. Patch by Shauren.
...
--HG--
branch : trunk
2010-04-14 07:25:53 +04:00
click
b5e9b5fa13
* Fix actionbars-issue with talent-based spells/actions disappearing
...
* Revert previous mess someone(tm) made with the "reinstating" actionBars -field (me!)
--HG--
branch : trunk
2010-04-13 18:35:00 +02:00
Rat
a02e0bb4bf
*fix mail system error thanks to FaTe753 Fixes issue #1616
...
--HG--
branch : trunk
2010-04-13 17:46:00 +02:00
n0n4m3
e8181f1dc9
Restore works many spells, broken after client switch.
...
--HG--
branch : trunk
2010-04-13 16:24:17 +04:00
click
c359e64371
Forgot to remove reference-comment for the old functionality.
...
--HG--
branch : trunk
2010-04-13 13:28:16 +02:00
click
aef86ce05b
Fix hunter pet losing talents on respec -now back to being blizzlike
...
--HG--
branch : trunk
2010-04-13 13:18:06 +02:00
Spp
7cd1f436be
Fix compile warning in ObjectMgr::AddSpellToTrainer
...
--HG--
branch : trunk
2010-04-13 11:49:09 +02:00
Trazom62
2202c4fa97
Fix PW:S bonus from Twin Disciplines and Focused Power. Thanks Proof.
...
See issue #1322 .
--HG--
branch : trunk
2010-04-12 23:37:47 +02:00
Brian
5c1c73309e
* Set correct number of DBCs to be loaded
...
--HG--
branch : trunk
2010-04-12 08:09:53 -06:00
Trazom62
3fe3d3e4ab
Fix Glyph of Polymorph. Thanks Proof.
...
See issue #1322 .
--HG--
branch : trunk
2010-04-12 15:57:20 +02:00
Brian
1427f76a8c
* Set Trinity referenced trainer start entry to 200000
...
* Removed unneeded bar loading code for trainers
--HG--
branch : trunk
2010-04-12 07:26:22 -06:00
Trazom62
87b4eeffd4
Show reload commands only for GMs (4 missing). Thanks wowgargamel.
...
Fixes issue #1559 .
--HG--
branch : trunk
2010-04-12 15:22:01 +02:00
click
c816f9a992
Put back version-numbers for supported clients
...
--HG--
branch : trunk
2010-04-12 15:15:03 +02:00
Trazom62
4d40a20803
Fix VH : add 3 missing portals. Thanks spgm.
...
Fixes issue #798 .
--HG--
branch : trunk
2010-04-12 15:13:04 +02:00
click
e44dc0af74
* Prevent possible memory leak in WorldSession (correction of order)
...
Fix by Derex
--HG--
branch : trunk
2010-04-12 14:24:10 +02:00
click
52ba3d3a96
Restore load/save shown actionbars, missing from 3.3.3 upgrade
...
Original SQL by hunuza/MaNGOS project
--HG--
branch : trunk
2010-04-12 14:04:08 +02:00
click
ca661f7acf
* Fix: correct dancing rune blade damage output - patch by tbaart
...
Fixes issue #1354
Fixes issue #1479
--HG--
branch : trunk
2010-04-12 11:34:57 +02:00
click
8bbbf0bc86
* Add some more transactioncontrol on auctionhouse actions, ensuring database consistency
...
--HG--
branch : trunk
2010-04-12 11:03:31 +02:00
malcromdev@gmail.com>
bd23bd1c5c
Limit affected targets to 3 for Flaming Spear Spell used in "Get Kraken" quest. As per official.
...
--HG--
branch : trunk
2010-04-11 19:39:08 -02:30
Trazom62
d9367da5f2
Fix script started twice for Gobber (GO type=10) with eventID.
...
Fixes issue #1589 .
With help of Az@zel, thanks.
--HG--
branch : trunk
2010-04-11 23:49:00 +02:00
Tartalo
e2ed15655b
Nexus: Add missing copyright note
...
--HG--
branch : trunk
2010-04-11 22:30:51 +02:00
Tartalo
954799110c
Merge
...
--HG--
branch : trunk
2010-04-11 21:26:41 +02:00
Tartalo
61d448e3c7
Fix typo on quest 9544 support. Ty antihrist
...
--HG--
branch : trunk
2010-04-11 21:24:53 +02:00
Spp
2336bd9992
Remove unused data from Player::MinimalLoadFromDB
...
Original patch by raiden
Closses issue 1590
--HG--
branch : trunk
2010-04-11 21:08:33 +02:00
Tartalo
4485ec2ce0
Fix Aura::CheckTarget returns. Thanks Spp
...
--HG--
branch : trunk
2010-04-11 20:32:05 +02:00
Tartalo
8dd94f4fab
Azuremyst Isle: Support for quest 9544
...
The Prophecy of Akida
--HG--
branch : trunk
2010-04-11 20:29:57 +02:00
Spp
65c3e979e2
Tab to Spaces and remove of trailing spaces
...
--HG--
branch : trunk
2010-04-11 20:20:38 +02:00
Spp
c592fc7580
BattlegroundAV: Minor cleanup in GetClosestGraveyard.
...
by AntiDiavol (with some modifications by me)
Closses issue 1580
--HG--
branch : trunk
2010-04-11 20:13:53 +02:00
Tartalo
093b8160b3
Icecrown: Fix quest 14062 & 14142 support
...
'You've Really Done It This Time, Kul', both sides
Remember that this quest has not proper db support yet (missing spawn & loot).
Update Copyright note of go_scripts.cpp
--HG--
branch : trunk
2010-04-11 20:07:15 +02:00
Tartalo
626240ef91
Add Aura::CheckTarget() to check Alterac Valley buff targets.
...
Merge from old TC-2.4.3 repository, original patch by krz.
Fixes issue #954 .
--HG--
branch : trunk
2010-04-11 19:04:39 +02:00
Tartalo
d5c1138a53
Nexus: Hack for servers that allow two side groups to be able to kill the
...
faction-dependent npcs.
--HG--
branch : trunk
2010-04-11 17:59:59 +02:00
Tartalo
c502f226cb
InstanceData: Add function to check wether server allows two side groups
...
--HG--
branch : trunk
2010-04-11 17:50:30 +02:00
click
7993aa21e5
* Add: Shadowfiend damage and spellpower scaling, this will need feedback (are the numbers correct?)
...
Closes issue #129
- Patch by Kaelima
--HG--
branch : trunk
2010-04-11 17:10:27 +02:00
click
a2a2da1342
* Force .npc move to move the creature and make sure it respawns from deadstate
...
(Removes .die/.respawn -requirement on move)
Patch by antihrists
Fixes issue #121
--HG--
branch : trunk
2010-04-11 16:22:25 +02:00
click
fcb2f44830
* Fix: Trainingdummies going into evade mode permanently
...
Patch by tbaart
--HG--
branch : trunk
2010-04-11 16:13:05 +02:00