Nay
a55f00a2ad
Update sql/base/auth_database.sql
2012-08-12 04:20:58 +02:00
kaelima
a3adf6a2b9
Scripts/Grizzly Hills: Fix uninitialized variable in npc_venture_co_straggler. minor cleanup
2012-08-11 16:54:08 +02:00
Nay
04ee08acd2
DB/Schema: Add primary keys to quest_poi and quest_poi_points tables
2012-08-11 14:43:26 +01:00
ZxBiohazardZx
c8b3812940
Db/Loot: assign lootid to npc
2012-08-11 12:12:51 +02:00
Svannon
53bc7c2ff5
DB/NPCs: Add missing Tracker Val'zij spawn
...
Closes #2662
2012-08-10 03:59:12 +01:00
gecko32
68453c69b7
DB/Quests: Fix a typo in Message to Freewind Post description
...
Closes #7340
2012-08-10 03:37:03 +01:00
RedSonja
6dd1e198cd
DB/NPCs: Fix Barim Splithoof leather trainer gossip options
...
Closes #2677
2012-08-10 03:24:45 +01:00
nelegalno
76f0e87263
DB/Quests: Zandalar Tribe Quests Required Class/Race FIX
...
Closes #7322
2012-08-10 03:18:04 +01:00
Kinzcool
41682b59a3
DB/Scripts: Add missing sounds to npc 29309
...
Closes #7305
2012-08-10 03:07:46 +01:00
nelegalno
2f6b08807d
DB/Loot: Loot fixes for Temple of Ahn'Qiraj boses
...
Closes #7335
2012-08-10 03:06:32 +01:00
joschiwald
f57531376b
DB/Conditions: Fix startup db errors
...
Closes #7334
2012-08-10 03:03:52 +01:00
w1sht0l1v3
8585df1c19
DB/SAI: Fix quest Territorial Trespass
2012-08-09 22:05:25 +01:00
Nay
081acfde53
Merge pull request #6520 from Vincent-Michael/shadowstep
...
Core/Spell: Fix not using Shadowstep while rooted
2012-08-09 11:40:26 -07:00
Shauren
ca0a54f357
Core/Logging: Fixed a possible crash with dynamic log file names
2012-08-09 14:31:09 +02:00
kaelima
78fdeca851
Core/Logging: Fix crash in AppenderFile deconstructor when logfile is uninitialized
2012-08-09 12:54:35 +02:00
ZxBiohazardZx
f87655b916
DB/Misc: add npcflag for 0b98656b28 (thx Vincent-Michael)
...
DB/Loot: add missing recipe to loot
2012-08-09 09:32:33 +02:00
Shauren
f8cd39b2ed
Core/Players: Improved alcohol handling, weeeeeeeeeeeeeeeee
...
Closes #7293
2012-08-07 17:45:10 +02:00
Nay
429130522e
Core/Authserver: Fix logging crash at startup
2012-08-07 04:21:58 +02:00
Nay
a8952c28fb
Merge pull request #7285 from Vincent-Michael/Cyclone
...
Core/Spells: Fix Divine Shield and Ice Block casted in Cyclone
2012-08-06 17:48:31 -07:00
Nay
d0e9b740af
Merge pull request #7290 from Faq/Debuff_1
...
Core/Spells: Generic fix for auras with effect SPELL_EFFECT_APPLY_AREA_AURA_ENEMY
2012-08-06 17:48:05 -07:00
kandera
5aa54ca0e9
Update src/server/shared/Logging/AppenderDB.cpp
...
Core/Appender: fix typo
2012-08-06 13:02:11 -03:00
Spp
4a5a077b65
Core/Logging: Use prepared statements in AppenderDB
2012-08-06 13:36:34 +02:00
Spp
156d1e7b3c
Core/SQL: Kill core if error 1064 is triggered (error code 1064 you have an error in your sql syntax). This means the sql has an build error and core fix is needed
2012-08-06 13:23:09 +02:00
Spp
6d21515939
Core/Logging: Implement logging to database
2012-08-06 13:20:24 +02:00
Spp
97c4b92eb0
Core/Logging: Try to simplify configuration of loggers and appenders
...
Changed multiple lines to a simple format:
- Logger.name=Type,LogLevel,Flags,AppenderList
- Appender.name=Type,LogLevel,Flags,optional1,optional2
* Type = File: optional1 = File name, optiona2 = Mode
* Type = Console: optional1 = Colors
Created a default set of loggers and appenders.
- Root logger defaults to Error, that means you will see nothing on console by default (not even loading)
- You need to add the loggers to Loggers options if you want to enable them, otherwise Root logger will be used for all types
Restored outSQLDriver (LOG_FILTER_SQL_DRIVER), outSQLDev (LOG_FILTER_SQL_DEV), outArena (LOG_FILTER_ARENA) and outChar (LOG_FILTER_CHARACTER) functionality by creating new types (LOG_FILTER_CHARACTER is a rename of LOG_FILTER_DELETE.
Note: You need to update your config file... again (yeah sorry... trying to make it simpler)
2012-08-06 12:10:33 +02:00
Spp
5746b688fa
Core/Logging: Reload Logging options when .reload config is used
2012-08-06 09:30:47 +02:00
Spp
483fb42306
Core/Logging: Move player delete logging to new type LOG_FILTER_PLAYER_DELETE (34). Also add missing sql from 55ce180f28
2012-08-06 08:49:31 +02:00
Faq
2e3e62875b
Core/Spells: Generic fix for auras with effect SPELL_EFFECT_APPLY_AREA_AURA_ENEMY
...
Author Vincent-Michael
2012-08-05 22:06:23 +03:00
Nay
1bd8cb9a7c
Script/Commands: Fix a copy paste type in .reload item_set_names command
2012-08-05 19:56:35 +01:00
Spp
3f42094b9c
Core/Logging: Add option to remove timestamp, Log Level and Log Filter Type from logged msgs
...
- Appender config option .Timestamp and .Backup became obsolete
- New Appender config option .Flags added
Appender Console prefixes Log Level and Log Filter Type to the logged text as default
Appender File prefixes Timestamp, Log Level and Log Filter Type to the logged text as default
2012-08-05 15:38:25 +02:00
Vincent-Michael
9afbb75321
Core/Spells: Fix Divine Shield and Ice Block casted in Cyclone
2012-08-05 04:18:22 +02:00
Nay
0b98656b28
Core/Spells: Remove no longer needed hack to Apply Enchanted Bridle
2012-08-05 02:16:24 +02:00
Nay
332baef4f2
Merge pull request #7255 from Vincent-Michael/summonVehicle
...
Core/Spells: Fix some summon vehicle spells with basepoint 1
2012-08-04 17:14:53 -07:00
Nay
f2c200ce3b
Merge pull request #7273 from Faq/Debuff_0
...
Core/Spells: Wrath of the Plaguebringer should be a debuff. thnx Tibbi
2012-08-04 17:13:05 -07:00
Nay
d55da343a6
Merge pull request #7283 from Vincent-Michael/disableCommand
...
Core/Commands: Some fixes for disable command
2012-08-04 17:11:12 -07:00
Vincent-Michael
cc0ff69ca4
Core/Commands:
...
* Add remove support for disable command
* Add quest disables support
* Add check for no existent entry
* Fix problems with flags 0
* Fix code style
2012-08-05 02:02:35 +02:00
LordJZ
f9cb4280bd
Core/ByteBuffer: Print stack trace in ByteBufferException::PrintError.
2012-08-05 00:28:23 +02:00
TheSensei
63f8cf2770
DB/Quest: add quest&seasonal relations for Midsummer Fire Festival
2012-08-04 18:33:29 +02:00
ZxBiohazardZx
0deaa521bc
DB/Disables another 39 deprecated quests
2012-08-04 17:43:45 +02:00
ZxBiohazardZx
61c93deecf
DB/Disables: add priest T3 as well, stupid "of Faith" suffix got unnoted
2012-08-04 17:23:57 +02:00
ZxBiohazardZx
6a7dc4d28b
DB/Disables: add T3 deprecated quests
2012-08-04 17:16:34 +02:00
ZxBiohazardZx
0b3343dd68
DB/Quest: Add questrelations for Honor the Flame quests
...
Closes #5989
2012-08-04 16:57:08 +02:00
ZxBiohazardZx
71b0dc94c1
DB/Quest: add dungeonflag for rewardquests
2012-08-04 16:28:38 +02:00
ZxBiohazardZx
d2ae736f6d
DB/Disables: another 26 related to BG's deprecated. also fixed an SQL syntax error on previous file, wrong file got committed
2012-08-04 16:17:48 +02:00
ZxBiohazardZx
5c73852382
DB/Disables: disable 35 deprecated CtA quests
2012-08-04 15:59:34 +02:00
ZxBiohazardZx
76ef6e45a2
DB/Disables: Disable 35 quests named OR containing a - that should not be attainable
2012-08-04 15:42:50 +02:00
Faq
22415bee66
Core/Spells: Wrath of the Plaguebringer should be a debuff. Tibbi
2012-08-04 16:25:36 +03:00
ZxBiohazardZx
c4d01e58c4
DB/Disables: Disable 21 quests named REUSE or UNUSED
2012-08-04 15:08:12 +02:00
ZxBiohazardZx
0285425c3e
DB/Disables: Disable 47 placeholders and deprecated quests
2012-08-04 14:38:42 +02:00
ZxBiohazardZx
1dd2a70cd5
DB/Disables: Disable 217 quests that shouldnt be attainable ingame, part of a cleanup
2012-08-04 13:53:23 +02:00