Changeset 3155
- Timestamp:
- 02/07/2010 07:37:15 AM (7 months ago)
- Files:
-
- 1 modified
-
trunk/extras/Spell_to_sql/src/defines.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/Spell_to_sql/src/defines.h
r3027 r3155 14 14 #define SERVER_DECL __declspec(dllexport) 15 15 16 #define SPELL_DBC_CLIENT_BUILD 1 0314 //3.216 #define SPELL_DBC_CLIENT_BUILD 11403 // 3.3.2 17 17 18 18 #define SQL_INSERTS_PER_QUERY 1000 19 19 20 20 //this might change from 1 version to another of the DBC 21 #define SPELL_COLUMN_COUNT 2 3921 #define SPELL_COLUMN_COUNT 240 22 22 //last column is "skip_this_for_sql" 23 23 24 const char sql_translation_table[SPELL_COLUMN_COUNT][3][ 300] =24 const char sql_translation_table[SPELL_COLUMN_COUNT][3][SPELL_COLUMN_COUNT] = 25 25 { 26 26 {"uint32", "Id", "0"}, //1 … … 263 263 {"uint32", "UNK6", "0"}, //238 264 264 {"uint32", "UNK7", "0"}, //239 265 {"uint32", "UNK8", "0"}, //240 265 266 };