Commit Graph

14185 Commits

Author SHA1 Message Date
Souler
2d8a6fdf15 Scripts/Quests: An Apexis Relic, The Relic's Emanation and Guardian of the Monument. 2012-01-06 01:19:07 +01:00
malcrom
9c5637a35f DB/Gossip: add/update some gossips based on sniffed data
closes #4545
2012-01-04 16:18:25 +01:00
malcrom
eebe772a9a DB/Creature: Add spawn & waypoints for Horace Alder (Entry: 27704 )
closes #4272
2012-01-04 15:47:39 +01:00
tharaca
52e9df2b01 DB/creature: SAI and spawns for Pusillin And The Elder Azj'tordin
closes #3534
2012-01-04 15:39:44 +01:00
tharaca
65c9fddafd DB/Creature: Pusillin And The Elder Azj'tordin spawns and waypoints
closes #3535
2012-01-04 15:35:21 +01:00
horn
2f7dd29616 DB/Quests: set correct questrelations for quests 12345 and 12377
closes #3569
2012-01-04 11:34:15 +01:00
malcrom
2b066b8ff5 DB/Creatures: set correct faction for frostmane troll whelp
closes #1105
2012-01-04 11:25:45 +01:00
gecko32
eb6b5d8d13 DB/SAI: fix quest Peace at Last
closes #3144
2012-01-04 11:21:10 +01:00
zoidmann
3d12f6309f DB/Quest: fix a typo in OfferRewardText for "Get to Getry"
closes #3197
2012-01-04 11:15:36 +01:00
Malcrom
110432ec67 DB/Gossip: add some missing gossips from sniff 2012-01-04 10:34:34 +01:00
Shocker
16fea505c4 Merge pull request #4610 from Subv/fix005
Core/SmartAI: SMART_ACTION_MOVE_TO_POS should not overwrite the effects of SMART_ACTION_SET_RUN
2012-01-03 13:30:34 -08:00
Subv2112
7b094faa85 Core/SAI: SMART_ACTION_MOVE_TO_POS should not overwrite the effects of SMART_ACTION_SET_RUN
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-03 16:13:34 -05:00
Kaelima
b75a42f761 Merge pull request #4608 from elecyb/farsight
Core/Spells: Some corrections after viewpoint visibility fix
2012-01-03 12:56:18 -08:00
Shocker
0f66a5bd15 Core/Misc: Separate RecordTimeDiff in World::Update for MapMgr and BattlegroundMgr 2012-01-03 21:54:55 +02:00
elecyb
6b35b76fba Core/Spells: Some corrections after 65aca2b806, this should fix the console spam 2012-01-03 16:34:05 -03:00
zxbiohazardzx
3a29f5a5de DB/creatures: fix reputation rewardings for Oculus and Utgarde Pinnacle heroic modes 2012-01-03 16:47:44 +01:00
zxbiohazardzx
11d7acc99a DB/creatures: Summoned creatures that come with the portal guardian in violet hold should not reward XP 2012-01-03 16:44:42 +01:00
zxbiohazardzx
db48702b5e DB/Game Event: update Darkmoon Faire starttimes 2012-01-03 16:42:24 +01:00
zwerg
5884f4be31 Core/Spells: Add barfing to Spell::EffectInebriate.
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2012-01-03 13:15:33 +01:00
Machiavelli
65aca2b806 Merge pull request #4591 from elecyb/farsight
Core/Spells: Update nearby visible objects for new viewpoints
2012-01-03 03:57:01 -08:00
Machiavelli
e35fd87d3f Merge pull request #4582 from Chaplain/cleanup4
Core/Utilities: Implement random generator for float values.
NOTE: Actually just casts the outcome of int randgen to float
2012-01-03 03:52:26 -08:00
elecyb
aea8b2af44 Core/Spells: Fixed crash introduced in last commit 2012-01-02 22:49:08 -03:00
Nay
93dbe07cd0 Merge pull request #4594 from Valcorb/master
DB\Quests: Fix Plan B
2012-01-02 15:09:52 -08:00
Valcorb
c75564bf69 DB\Quests:
Fix Plan B
2012-01-02 23:45:52 +01:00
elecyb
993c4e748f Core/Spells: Update nearby visible objects for new viewpoints, fix spells with Far Sight and Bind Sight effects. 2012-01-02 16:33:14 -03:00
leak
73f79c41a1 Core/DBLayer: Couple fixes 2012-01-02 20:29:22 +01:00
Chaplain
29c2dfb1da [Core/Utilities] Implement random generator for float values.
*for mt and sfmt
 *some codestyle
2012-01-02 12:38:55 +03:00
leak
ced346076b Merge pull request #4567 from Kiperr/master
Happy new year!
2011-12-31 16:13:28 -08:00
leak
cdbeb42e0f Core/DBLayer: Refactor prepared statement defines to new format (char db) 2012-01-01 01:09:38 +01:00
kiper
8299627ed9 Update headers for 2012. HAPPY NEW YEAR!!! 2012-01-01 00:32:13 +01:00
Shauren
bd37ed23c9 Merge pull request #4559 from devilcoredev/fix_004
Core/Items: Fixed socket bonus activation with prismatic sockets.
2011-12-31 13:25:30 -08:00
leak
73cf793e56 Core/DBLayer: Refactor prepared statement defines Note:
The new format for the middle section is a 3-letter upper case abbreviation of the sql command being executed (select -> SEL, update -> UPD, etc.)
{DB}_{SEL/INS/UPD/DEL/REP}_{Summary of data changed}
2011-12-31 20:14:38 +01:00
leak
ff8874574f Core/DBLayer: Convert another Execute() query to a prepared statement 2011-12-31 19:51:48 +01:00
leak
b39857a15d Core/DBLayer: Convert PExecute() queries to prepared statements No. 4 2011-12-31 19:06:24 +01:00
Giuseppe Montesanto
a4fa4bb390 Fix the bonus socket activation with prismatic sockets. 2011-12-31 17:42:20 +01:00
Machiavelli
81914422e9 Core/DBLayer: Use column names in prepared statements to prevent avoidable prepare errors 2011-12-31 15:16:38 +01:00
QAston
afc18461d7 Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts. 2011-12-31 13:11:12 +01:00
Lopin
b65722a859 Merge pull request #4554 from Aokromes/master
Scripts/SotA: Requires at least 1 door of each line of defense to be down to allow taking a relic
2011-12-31 03:19:37 -08:00
Aokromes
eed85f4fab Requiere at least 1 door of each line of defense to be down to allow to take relic 2011-12-31 12:13:41 +01:00
leak
8adac3f246 Core/DBLayer: Convert PExecute() queries to prepared statements No. 3 2011-12-31 00:32:05 +01:00
leak
ded31adfa1 Core/SAI: Restore build 2011-12-30 19:01:22 +01:00
Rat
91a6bee7ad Merge pull request #4503 from Subv/fix002
Some changes in SMART_ACTION_MOVE_TO_POS
2011-12-30 04:19:24 -08:00
Spp
57490ead83 Core/Commands: Allow to search for other account/characters from a selected player without having to write the ip as argument (By Bizzy) 2011-12-30 08:27:05 +01:00
Shocker
b5a53a72d1 Merge pull request #4477 from wilds/fix_bg_queue_timer
Core/Battleground: Fix invite accept wait timer (m_events must always be updated, not only when scheduled)

Closes #4103
2011-12-28 08:05:20 -08:00
Shocker
b1a5a6d551 Merge pull request #4404 from Warpten/auth
Core/Authserver: Add a missing header block
2011-12-28 08:01:14 -08:00
Subv2112
bbfb21022f Fixed compile, thanks Lopin for pointing out 2011-12-28 07:10:59 -05:00
Spp
48829f8ffb Core/Players: Fix out of bound access (by MoltenDev) 2011-12-28 12:32:48 +01:00
Spp
c1513b2c05 Warning fixes 2011-12-28 11:00:27 +01:00
Spp
3792b470e0 Core/Scripts: Replace rand with urand in most cases (using regexp)
Used: perl -pi -e 's/([0-9]+) \+ rand\(\)\%([0-9]+)/"urand(".$1.", ".($1+$2).")"/ge'
2011-12-28 10:51:16 +01:00
Spp
4fb634f9a5 Fix missing changes from previous merge 2011-12-28 09:16:06 +01:00