Commit Graph

17827 Commits

Author SHA1 Message Date
ZxBiohazardZx
dd19bec433 DB/Creature: more cleanups in creature_template_addon: remove all pointless entries (0 in all fields, bytes2=1) 2013-01-18 23:49:12 +01:00
ZxBiohazardZx
29deb56877 DB/Creatures: cleaning up creature_template_addon, removed auras that where also/already added by SAI, should reduce some runtime errors 2013-01-18 23:31:35 +01:00
Pitcrawler
fbe3cac28e DB/SAI: Fixes quest: Catching up with Brann, closes #8983 2013-01-18 16:00:35 +01:00
Shocker
7d28c10bd0 Core/Misc: Delete spell from character_spell table too when encountering an invalid spell 2013-01-18 03:22:58 +02:00
Malcrom
d37b9bdd12 DB/creature: Add some missing Zul'Gurub Panther Trigger spawns 2013-01-17 20:11:39 -03:30
Malcrom
b115abde31 Script/Scholomance: Update Kirtonos the Herald script. 2013-01-17 19:50:11 -03:30
w1sht0l1v3
a74bd06ac7 DB/Misc: Proper faction for npc Brann Bronzebeard.
This makes him assist in combat and now the mobs that spawn attack him.
2013-01-17 18:30:04 +02:00
Spp
d5faec2c0e Core/Account: Move AccountMgr back to singleton 2013-01-17 14:58:15 +01:00
Malcrom
937fcc3810 DB/Creature_text: Missing ; from previous commit 2013-01-16 20:54:22 -03:30
Malcrom
ec50fc7c3b DB/Creature_text: Add some missing text to db. 2013-01-16 20:06:24 -03:30
Warpten
a8652baaa4 Core/Auras: Removed an unnecessary check.
mode is already checked in the first lines of SPELL_AURA_PHASE's handler.
2013-01-16 18:34:10 +01:00
Malcrom
117268e514 DB/Gossip: Add some missing go gossip. 2013-01-16 14:01:01 -03:30
Spp
927062f61f Core/Misc: Some changes to reduce differences with 4.3.4 branch + some cosmetic changes 2013-01-16 11:17:14 +01:00
Spp
526bdc0764 Core/Logging: Add config option to enable/disable asyncronous logging (disabled by default) 2013-01-16 09:52:49 +01:00
Spp
be3826825e Core/Logging: Use correct realmId when logging to DB 2013-01-16 08:59:56 +01:00
Warpten
faccbef869 Scripts/ZulGurub: I can do this!
Commiting stuff one hour after waking up is no good.
2013-01-16 07:18:47 +01:00
Warpten
3df4075a04 Scripts/ZulGurub: Fixed Hakkar's aspects. 2013-01-16 07:16:22 +01:00
Warpten
797be8d9ff Scripts/ZulGurub: Missing mass replace changes and typo/codestyle fixes. 2013-01-16 07:07:48 +01:00
Warpten
26bf10365e Scripts/ZulGurub: Forgotten change to previous commit. Damned Ctrl+S. 2013-01-16 06:55:46 +01:00
Warpten
803bf2f9cc Scripts/ZulGurub:
* Fixed non-PCH compile.
* Changed some codestyle on Mandokir.
* Fixed compile warnings and a few typos.
* Remove instance checks and use a wrapper to get AIs.
2013-01-16 06:51:59 +01:00
Malcrom
ace7bbeddf Core/Zul'Grub: Fix up Mandokir Boss 2013-01-16 00:41:03 -03:30
Aokromes
134785f7f1 Core/Log: Change an error to contain DB table guid instead of low guid
Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-01-16 01:17:13 +00:00
Trista
8081704c66 Merge pull request #8879 from joschiwald/spell_proc_scripts
Core/SpellScripts: Implement Spell Proc Hooks and use them in old and new ...
2013-01-15 14:56:45 -08:00
Vincent_Michael
ddd765359f SQL: Fix sql import problems 2013-01-15 23:22:18 +01:00
Vincent_Michael
4b8615e468 DB/Game Event: Add missing changes in 6428af8f16 2013-01-15 22:53:30 +01:00
w1sht0l1v3
fc05b3dc58 Core/Scripting: Implement quest Reconnaissance Flight (id 12671)
Fix sql naming for last file.
2013-01-15 21:56:20 +02:00
Vincent_Michael
6428af8f16 DB/Game Event: Fix Hallow's End start time (thx gonzo1247) 2013-01-15 20:36:24 +01:00
Malcrom
b138d7fdf4 Core/Scripting: Bosses should now work in ZG.
Note: Mandokir is being rewritten blizzlike and not everything is working properly yet.
2013-01-15 13:23:33 -03:30
kaelima
c7ce94ee3d WorldServer/RA: Implement MSG_NOSIGNAL in RASocket send.
Used to prevent raising SIGPIPE when the host are no longer recv()ing
2013-01-15 16:10:59 +01:00
Vincent_Michael
7cb9bf1c2c DB/Creature: Add Missing spawn for Lunk-tusk 2013-01-15 12:29:50 +01:00
Vincent_Michael
8c4f59c6f9 SQL: Fix sql import problem 2013-01-15 12:04:46 +01:00
Gacko
602950cb77 DB/Quest: Lefty loosy, righty tighty
Solves #2025
2013-01-14 18:44:47 +01:00
Nay
5844ad55ea DB/Schema: rename ip2nationcountries to ip2nationCountries (Linux)
Closes #8947
Thanks Vincent
2013-01-14 14:37:07 +00:00
Vincent_Michael
c9ec5b4ce8 DB/Game Event: Update some game events start time for 2013 2013-01-14 12:07:37 +01:00
Spp
802657250c Core/Misc: Apply codestyle to multiple files 2013-01-14 09:50:59 +01:00
kaelima
557fde86e4 Script/Ruby Sanctum: Miss in a05e78bb18 Thanks joschiwald 2013-01-14 04:38:05 +01:00
kaelima
a05e78bb18 Script/Ruby Sanctum: Some cleanup and minor fixes
Solves #8573
Closes #8490
2013-01-14 02:40:24 +01:00
Kaelima
c6f5bef468 Merge pull request #8906 from ille/GridLock
Core/Maps: separate mutex for grid
2013-01-13 17:35:59 -08:00
Malcrom
83c753f607 Core/Scripting: more Zul'Grub updates 2013-01-13 20:58:48 -03:30
Malcrom
114617fcb0 Core/Scripting: Fix build 2013-01-13 19:59:09 -03:30
Malcrom
0759f6c910 Core/Scripting: More Zul'Grub updates 2013-01-13 19:48:25 -03:30
Malcrom
0a4cfd04bb Core/Scripting: Update boss Mar'li script 2013-01-13 17:42:16 -03:30
Malcrom
63488f3a86 Core/Scripting: Fix Zul'Grub Instance 2013-01-13 17:23:46 -03:30
Nay
d4398eaafe TDB 335.50 - 2013/01/14 TDB335.50 2013-01-13 18:53:32 +00:00
Malcrom
cdafb60f0c Core/Scripting: Clean up boss Jin'do 2013-01-13 15:05:31 -03:30
Nay
bc0646e190 DB/Conditions: Fix DB startup errors
Thanks @vlad852
Related to d77904e0af
2013-01-13 18:18:26 +00:00
Malcrom
71bfda55c3 Core/Scripting: Improve boss Thekal script and misc cleanup. 2013-01-13 13:44:11 -03:30
Malcrom
a47164b3dd Core/Scripting: Update script for boss thekal, Zul'Grub 2013-01-13 12:08:40 -03:30
Spp
4c247f5d2d Core/Dungeon finder: Fix teleport out after dungeon is finished
Closes 8914
2013-01-13 16:22:41 +01:00
Gacko
8be3d4cc80 Core/BG: Add workaround annotation and use exact coords 2013-01-13 16:15:35 +01:00