Kinzcool
33be04ddcd
DB/Gameobjects: Bye bye old "TEMP" Gameobjects...
2014-03-31 20:58:17 -04:00
Kinzcool
8ff8f3034e
DB/Gameobjects: Spring clean up for "TEMP" spell focus gameobjects.
...
* Added missing spell focus gameobjects.
* Old "TEMP" gameobjects now have sniffs values for their radius and the proper entries.
2014-03-31 20:48:22 -04:00
jackpoz
10ba63cf3d
Core/Misc: Fix typo in f47962f670
2014-03-31 21:10:29 +02:00
jackpoz
f47962f670
Core/Misc: Fix some static analysis issues
...
Add some asserts and additional NULL checks as sanity checks.
2014-03-31 20:59:33 +02:00
Vincent-Michael
bacfbdc4ee
Core/Sai: Added new db errors :P (hihi)
2014-03-31 17:32:39 +02:00
Kinzcool
9c5e14b41e
DB/Creatures: Corrected creature addon values for mounts
2014-03-31 01:29:22 -04:00
Kinzcool
d2f6495083
DB/Creatures: Added all NPC mounts with sniff values
2014-03-30 23:47:40 -04:00
Kinzcool
60e87db489
DB/BroadcastText: Created BroadcastText table -- contains every gossip, creature text & npc text. Note that it has NO use for you for now except if you want to pick some texts from it to add them to your scripts/Pull Requests. This file will be used as a globalized table which other ones will link to in the future.
2014-03-30 21:26:11 -04:00
Kinzcool
96b3df24cd
DB/Equipment: Killed the errors added in b7a915c396
2014-03-30 18:28:52 -04:00
Kinzcool
b7a915c396
DB/Equipment: Added blizzlike values for the equipement of every NPC.
2014-03-30 17:16:43 -04:00
Gacko
e8df0643a3
DB/SAI: Fix warning about missing creature_text (wrong target_type)
2014-03-30 22:29:20 +02:00
Gacko
a01fd35dc9
Core/CreatureText: Unify log messages and add GUID
2014-03-30 22:17:03 +02:00
Aokromes
b61e497516
Update 2014_03_30_02_world_game_event_335.sql
2014-03-30 16:54:55 +02:00
Aokromes
b84903a250
DB/Gameevent: Fix typo
2014-03-30 16:45:59 +02:00
Shauren
b949d0b982
Core/Misc: Defined a few fields in Map.dbc and rewritten InstanceMap::GetMaxPlayers to match what the client does to determine max players
2014-03-30 15:42:05 +02:00
Gacko
7630b3c627
SmartAI: Use same method for removing auras in EnterEvadeMode as in CreatureAI
...
Also fixes warnings about duplicate auras. Self-casted auras were not removed on entering evade mode in SAI as they are in CreatureAI.
2014-03-30 15:05:04 +02:00
Aokromes
338a0047c5
Rename 2014_03_29_01_world_creature.sql to 2014_03_30_01_world_creature.sql
2014-03-30 14:44:41 +02:00
Aokromes
909041257c
DB/Creature: Remove 2 no longer existing mobs
2014-03-30 14:44:11 +02:00
jackpoz
0056ec04c0
Core/Misc: Fix warning with GCC
2014-03-30 13:30:00 +02:00
Aokromes
efa6bf857b
DB/Gameevent: Fix Noblegarden start date acording ingame calendar
...
NOTE This is only valid for wow 3.3.5a
2014-03-30 10:07:57 +02:00
jackpoz
dfca19444a
Core/Misc: Fix warning
2014-03-29 21:51:45 +01:00
jackpoz
4cffd2e707
Core/Commands: Handle "" as empty string argument
...
Fixes #11548
2014-03-29 21:07:46 +01:00
Vincent-Michael
0b615ec159
Scripts/Misc: Small code optimizations
2014-03-29 20:58:49 +01:00
Aokromes
d3e292fe1e
DB/Creature: Remove 2 no longer existing mobs
...
Gal'darah Image and Ingvar the Plunderer Image where removed with the introduction of 3.3 weekly quests.
2014-03-29 19:15:49 +01:00
Vincent-Michael
4a5d7a395b
DB/SAI: Fix "Badlands Enraged Rock Elemental" event spam
...
Closes #11802
2014-03-29 18:19:08 +01:00
Shauren
973888ea2c
Core/Maps: Fixed incorrect difficulty markers shown on the interface inside Icecrown Citadel (always displaying normal mode)
2014-03-29 13:31:06 +01:00
Shauren
3fd6dd6175
Core/Loot
...
* Master Looter cannot freely loot items under threshold
* Update round robin looter only if loot is not empty
* Fixed loot bag icon appearing in raid frames when loot method was not Master Looter
* Fixed changing loot method reseting current round robin looter
2014-03-29 13:29:22 +01:00
Shauren
dee867547d
Merge pull request #11719 from Dehravor/master-loot
...
Core/Loot: Fix master loot
2014-03-29 13:24:48 +01:00
Duarte Duarte
e4c57d839d
TDB 335.53 - 2014/03/29
TDB335.53
2014-03-29 04:58:38 +00:00
Kinzcool
205294b856
DB/Text: Added the missing page texts for the book "The Archmage Antonidas - Part I"
2014-03-28 21:22:19 -04:00
Kinzcool
d8779da3a2
DB/Text: Added the missing page texts for the book "Portals are NOT Garbage Bins!"
...
Closes #3362
2014-03-28 20:25:34 -04:00
jackpoz
a3e56b0689
Core/Dependencies: Upgrade to jemalloc-3.5.1
2014-03-28 22:34:39 +01:00
jackpoz
f7659e5c1a
Core/Battlegrounds: Fix log errors about creatures not found
...
Move "Battleground::GetBGCreature: creature not found for BG" error log to INFO level when the caller expects no creatures to be found, like on Battleground startup.
Closes #3538
2014-03-28 22:30:33 +01:00
jackpoz
8c44259fae
Core/Misc: Fix some static analysis issues
...
Fix uninitialized values, most of which are false positives, always initialized before being accessed.
Add some asserts and additional NULL checks as sanity checks. Use SpellMgr::EnsureSpellInfo() if the spell id is valid and always supposed to return a valid not-NULL SpellInfo* .
2014-03-27 21:43:59 +01:00
Gacko
30894c2bad
Quest: Direhorn Raiders
...
Remove duplicate kill credit
2014-03-26 18:54:40 +01:00
Gacko
46b8bc8882
Fix non-pch build and remove blank line
2014-03-26 18:51:09 +01:00
Gacko
808a1998c6
Quest: The Power of the Elements
...
Remove hack SAI, use aura script
2014-03-26 18:36:39 +01:00
Discover-
17674182c4
Core/SAI: Allow only creature sources to use the event types SMART_EVENT_DISTANCE_CREATURE and SMART_EVENT_DISTANCE_GAMEOBJECT for now.
2014-03-26 13:50:36 +01:00
Discover-
76641bc7dc
Core/SAI: Only allow SMART_EVENT_TARGET_BUFFED to be used from creature sources.
2014-03-26 13:44:36 +01:00
deathicon
78e9a3eb65
Core/SAI: Implement two new event types that are triggered when a certain creature/gameobject entry or guid gets within a given distance of the source.
2014-03-26 10:23:34 +01:00
Shauren
84365f43b4
Scripts/Icecrown Citadel: Fixed Muradin/Saurfang attacking each other during Gunship Battle
...
Closes #11786
2014-03-25 22:20:45 +01:00
Gacko
ef1bb6290a
Build system: Fix clang build
...
See wiki for latest build instructions under Mac OS X!
2014-03-25 21:22:49 +01:00
Shauren
f357597ec1
Buildsystem: Changed required CMake version to 2.8.9 and removed a check for version we no longer support in msvc settings
2014-03-25 16:40:22 +01:00
Aokromes
ce93838153
DB/Creature: Fix Living Storm coords
...
By Magnifikator closes #11785
2014-03-25 14:42:50 +01:00
jackpoz
5570e32d0e
Core/Misc: Fix assertion triggered
...
Change an assertion added in 6dcd8c8545 with a NULL check, properly handling the case of a NULL parameter.
Fixes #11771
2014-03-24 20:13:55 +01:00
Aokromes
ed801e3455
DB/Quest; Fix Preying Upon the Weak traps
...
By untaught, closes #6858
2014-03-24 18:02:50 +01:00
Aokromes
de66390e68
Update 2014_03_24_02_world_creature_classlevelstats.sql
2014-03-24 17:35:57 +01:00
Vincent-Michael
b4dec55b96
Cmake: Added level restriction for msvc 2013
2014-03-24 15:54:40 +01:00
Aokromes
5acdd6373f
DB/Misc: Miscellaneous fixes
...
By dr-j, closes #11780
Fix wrong loot in two chests for quest 'The Shadow Tomb'.
Fix turning in of 13120 Deaths Gaze.
Fix torching sunfury hold.
2014-03-24 15:11:34 +01:00
Vincent-Michael
899b6da4dc
Update readme for cmake version for c++11 stuff
2014-03-24 14:37:23 +01:00