Commit Graph

7930 Commits

Author SHA1 Message Date
Trazom62
fbe4539e23 Implement auto pass on loot.
Fixes issue #1684.

--HG--
branch : trunk
2010-04-17 18:55:17 +02:00
click
cc2db574f1 Whack questgivers in the head with a bat to make them properly show ! or ? properly depending on the questtype they hand out
Patch by Liberate

--HG--
branch : trunk
2010-04-17 17:59:19 +02:00
Rat
6e0fa4b39e *fix arena join if start rating is set to 0
note: rating == 0 is used by BattlegroundQueue for update stuff

--HG--
branch : trunk
2010-04-17 12:36:41 +02:00
click
746e170e2b *Fix: Pets now properly avoid doublestacking talentbased auras where they shouldn't
This also removes the double-filed entries in pet_auras, meaning no more SQL-complaints in the server logs regarding duplicates
Also fixes (properly) pets losing/readding pet auras when dismissed/lost on a boat/lost on flightpath usage
Fix by click and Liberate

--HG--
branch : trunk
2010-04-16 19:20:27 +02:00
teacher
4b98c72039 Moved sql update files to 3.3.3a_old dir.
p.s. The previous commit proves we are a crAAAzy community!

--HG--
branch : trunk
2010-04-16 18:00:08 +02:00
Rat
4b8ad2b69b *Happy Birthday Teacher & SoulForge*
--HG--
branch : trunk
2010-04-16 12:50:54 +02:00
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
teacher
9b90c343e4 Changed worldstates.comment field to allow NULL values (by Spp).
Proper naming for recent sql files. Who was the fool to give me push access!?

--HG--
branch : trunk
2010-04-15 21:44:21 +02:00
teacher
c5f0e94966 Fixed my typo in characters.sql (thx Kaelima for whacking me)<2
--HG--
branch : trunk
2010-04-15 21:24:59 +02:00
teacher
34d8f5cbf9 Added worldstates values in characters.sql and re-dumped to prevent any issues.
The first time there was no insert statement in the sql update.

--HG--
branch : trunk
2010-04-15 21:14:24 +02:00
Spp
33962150ad Fix typo in sql file.
--HG--
branch : trunk
2010-04-15 14:21:45 +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
Rat
c81451ebe5 *fix typo in characters.sql thanks to D3VIL
--HG--
branch : trunk
2010-04-14 21:46:44 +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
runningnak3d
873f8d0380 * New -DDO_SQL swich for cmake by default disabled to avoid usual not
* needed copy SQL files on linux environments
* Patch by Aokromes

--HG--
branch : trunk
2010-04-13 16:11:04 +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
4520a17f63 * Add missing cleanup-SQL for the actionBar-field removal
ALL of this is actually handled in characters_action, both loading and storing

--HG--
branch : trunk
2010-04-13 18:50:08 +02: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
click
be86afee21 Add missing SQL from conversion - fixes durability-issues on items when logging in
Original SQL by Vladimir@MaNGOS

--HG--
branch : trunk
2010-04-12 23:09:28 +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
teacher
b5183c9d9d Fixed proper spellid1 value for spelldifficulty_dbc id:3014 (by Trazom).
Added serverside spells place holders for future development.
Fixed world.sql import error.

--HG--
branch : trunk
2010-04-12 12:40:54 +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
teacher
dea4497163 Removed no longer existing spell in spell_linked_spell.
--HG--
branch : trunk
2010-04-12 02:34:48 +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