Files
TrinityCore/sql
Nay 294d7c0707 DB/World: Fix a typo in file 2012_11_24_03_world_varius_fixes.sql
>ERROR 1264 (22003) at line 359: Out of range value for column 'ConditionTarget'

The above error is only present when using MySQL strict mode (and that is **recommended**)
To enable strict mode add `sql_mode=STRICT_ALL_TABLES` to my.init MySQL configuration file
2012-12-14 00:07:28 +00:00
..
2012-12-04 09:40:35 +01:00
2012-11-19 01:00:47 +00:00