Malcrom
1071384010
Db/quest: Add quest relations for Alliance & horde bonfires.
2012-06-24 20:46:25 -02:30
Malcrom
830d1cd0bc
DB/Core/Gossip: Add Gossip for Alliance & Horde bonfires, fix gameobject faction, fix quest racerequirements, fix spell 45437 to be cast upon bonfire.
...
Spawning left to do.
2012-06-24 19:45:58 -02:30
Shauren
bf5002a4d1
Core/Items: Remove item from tradeable list when clearing the flag on enchanting/gemming
2012-06-23 12:31:46 +02:00
Shauren
d0fa012e1d
Core/Auras: Properly initialize mechanic immunity mask for SPELL_AURA_MECHANIC_IMMUNITY_MASK
2012-06-23 12:16:52 +02:00
Shauren
ea9339b171
Core/SmartAI: Fixed SMART_ACTION_SET_RANGED_MOVEMENT parameters
2012-06-23 12:15:52 +02:00
Nay
29bfb9854c
Merge pull request #6898 from horn/trinity_wishlist
...
Core/Mails: Allow GMs to send emails without money
2012-06-22 17:42:42 -07:00
horn
96286790e7
Core/Mails: Allow GMs to send emails without money
2012-06-23 01:22:09 +02:00
kandera
9bf7ee3ee9
fix build #2
2012-06-22 16:31:35 -03:00
kandera
e50fa50736
fix build
2012-06-22 15:54:11 -03:00
Kandera
f63328dcbe
Core/LFG: commented out a previous change that was causing issues with lfg dungeon locks.
2012-06-22 12:23:53 -04:00
kandera
3b808cd431
Merge pull request #6897 from Xees/master
...
Core/Item: Modify IsCurrencyToken to use IsCurrencyToken in item template
2012-06-22 06:35:45 -07:00
Abdollah Hasan
24a395c82d
Core/Item: Modify IsCurrencyToken to use IsCurrencyToken in item template.
...
Changed all BAG_FAMILY_MASK_CURRENCY_TOKENS to IsCurrencyToken.
2012-06-22 16:34:06 +03:00
kandera
fc10517c6e
Merge pull request #6896 from Xees/master
...
Core/Item: Add IsCurrencyToken to override use of default ugly method.
2012-06-22 06:08:09 -07:00
Abdollah Hasan
b859deed80
Core/Item: Add IsCurrencyToken to override use of default ugly method.
2012-06-22 16:06:02 +03:00
Machiavelli
cfb53dbf42
Merge pull request #6885 from Chaplain/clean
...
Core/Misc: Code-style + some const methods.
2012-06-22 05:31:04 -07:00
Machiavelli
acee199e78
Merge pull request #6895 from Xees/master
...
Core/Player: Modify GetItemByEntry to include Currency.
2012-06-22 05:28:49 -07:00
Abdollah Hasan
69285b1a4d
Core/Player: Modify GetItemByEntry to include Currency.
2012-06-22 15:19:47 +03:00
Discover-
92bcddfcbc
Merge pull request #6887 from Vincent-Michael/scriptLoader
...
Core/Commands: Add missing scriptLoader for d3bf4626d0
2012-06-21 14:46:42 -07:00
Vincent-Michael
df7bbf2034
Core/Commands: Add missing scriptLoader for d3bf4626d0
2012-06-21 23:44:02 +02:00
Chaplain
716e2db0e1
Core/Misc: Code-style + some const methods.
2012-06-21 21:05:45 +03:00
QAston
8907388059
Merge pull request #6867 from Vincent-Michael/listCommand
...
Core/Commands: Convert list commands in commandscript
2012-06-21 10:25:33 -07:00
QAston
98479c4555
Merge pull request #6882 from Vincent-Michael/cleanUp
...
Core/Commands: Fix some codestyle for a312cd4ba1
2012-06-21 09:52:05 -07:00
Vincent-Michael
3368e888a1
Core/Commands: Fix some codestyle for a312cd4ba1
2012-06-21 18:49:26 +02:00
Vincent-Michael
d3bf4626d0
Core/Commands: Convert list commands in commandscript
2012-06-21 17:21:23 +02:00
QAston
c22988e14f
Merge pull request #6872 from Elron103/pull-requests
...
Scripts/Miscellaneous: Enable const-ness for various functions in ScriptedAI (Author: DorianGrey)
2012-06-20 23:18:58 -07:00
Nay
874dff2050
Scripts/Commands: No one likes tabs :(
2012-06-21 01:38:55 +01:00
Nay
7e6273315c
Scripts/Commands: Fix non pch build (add missing includes)
2012-06-21 00:30:01 +01:00
Malcrom
90efff96a8
DB/Gossip: Add a Missing gossip
2012-06-20 20:54:09 -02:30
Xees
a312cd4ba1
Scripts/Commands: Convert character and server commands to commandscript
...
Closes #6856
Signed-off-by: Nay <dnpd.dd@gmail.com >
2012-06-21 00:11:11 +01:00
Malcrom
de3f982c91
DB/SAI: Fix Quest 9689 "Razormaw" Thanks to Kiper for sniff.
...
Closes #1794
2012-06-20 20:08:05 -02:30
Elron103
f3aacb669c
Scripts/Miscellaneous: Enable const-ness for various functions in ScriptedAI (Author: DorianGrey)
...
- Improve codestyle, since objects internal state is not changed here
- Make these functions available for inherited CanAIAttack() function
2012-06-20 21:29:41 +02:00
kandera
2049a92fd3
Merge pull request #6869 from Vincent-Michael/bloodthirst
...
Core/Spells: Fix Bloodthirst heal
2012-06-20 09:25:17 -07:00
Nay
66c9973d44
Fix build, replace script that should have been removed
2012-06-20 17:17:34 +01:00
Vincent-Michael
ef4d9dd4ae
Core/Spells:
...
* Fix bloodthirst Heal
* Move bloodthirst damage calculation in Spell script
* Fix some codestyle
2012-06-20 18:06:29 +02:00
Malcrom
ab3430762d
DB/Gossip: Some gossip updates from pitcrawler and remove old cpp script he replaced in last commit. Also a couple little fixes of my own.
...
Closes #6866
Closes #6862
Closes #6842
2012-06-20 12:39:34 -02:30
QAston
a05752582b
Merge pull request #6837 from Vincent-Michael/castCommand
...
Core/Commands: Convert cast commands in commandscript
2012-06-19 19:12:48 -07:00
QAston
28faf41471
Merge pull request #6853 from Elron103/pull-requests
...
Core/Movement: Implement speed changes for PointMovementGenerator
2012-06-19 19:12:03 -07:00
Malcrom
793421be7a
DB/Misc: Some spawn fixes and a path added to Dragonblight.
2012-06-19 21:53:45 -02:30
Elron103
35b444fdb8
Core/Movement: Implement speed changes for PointMovementGenerator
2012-06-20 01:52:31 +02:00
Malcrom
be2d3246da
DB?Gossip: Gossip fixes from Pitcrawler
...
Closes 6772
2012-06-19 19:14:29 -02:30
Malcrom
f166fe62fc
DB/SAI: Fix up Quest to prevend Startup errors.
2012-06-19 19:13:14 -02:30
Vincent-Michael
c19f13e6fc
Core/Commands: Convert cast commands in commandscript
2012-06-19 20:42:11 +02:00
Malcrom
225d2644ae
DB:SAI: Fix Quest 13231 The Broken Front and 13232 Finish Me!
...
Closes 3223
Closes 6814
2012-06-18 22:41:47 -02:30
Malcrom
0b947c90b0
DB/SAI: Fix quest 11895 "Master the Storm"
2012-06-18 20:22:56 -02:30
Discover-
e190a202ca
Core/CreatureAI: Implement an OnSpellClick hook instead of the ugly way that uses DoAction with EVENT_SPELLCLICK.
...
Core/SmartAI: Implement SMART_EVENT_ON_SPELLCLICK. Parameter is the clicker.
If someone could update the wiki accordingly for SAI I would appreciate that. Thanks to @Shauren for some help!
2012-06-19 00:07:20 +02:00
Shauren
29f1ab2438
Core/Achievements: Corrected map requirement for Once Bitten, Twice Shy (10 player) - was requiring Ulduar
2012-06-18 19:05:25 +02:00
Kandera
c1a0148070
Core/Scripts: fix professor oozes being able to be knocked back.
2012-06-18 12:57:33 -04:00
Kandera
2affb39bc0
Core/Spells: fix bloodthirst. again.
2012-06-18 12:48:34 -04:00
Shauren
bd7299ac35
Scripts/Spells: Reverted part of 9d19be2ee5, fixes scaling mounts
...
Closes #6815 .
2012-06-18 13:27:10 +02:00
Shauren
2cafa85daa
Scripts/Icecrown Citadel: Minor correction for previous commit
2012-06-18 13:19:09 +02:00