Added sql files, no longer need to get them from Trinity Core.

This commit is contained in:
hondacrx
2017-11-22 13:14:38 -05:00
parent 0909720464
commit 65fbebb12f
11507 changed files with 6456329 additions and 10 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,512 @@
DROP TABLE IF EXISTS `area_poi_state`;
CREATE TABLE `area_poi_state` (
`ID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
`AreaPOIID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
`State` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
`Icon` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
`Description` TEXT NOT NULL,
`WDBVerified` SMALLINT(5) DEFAULT '1',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `area_poi_state` VALUES
(1003, 2242, 2, 84, '', 19000),
(1004, 2242, 3, 85, '', 19000),
(1005, 2242, 4, 86, '', 19000),
(1006, 2242, 5, 87, '', 19000),
(1007, 2242, 6, 88, '', 19000),
(1008, 2242, 7, 89, '', 19000),
(1009, 2242, 8, 90, '', 19000),
(1010, 2242, 9, 91, '', 19000),
(1011, 2145, 2, 54, '', 19000),
(1012, 2145, 3, 55, '', 19000),
(1013, 2145, 4, 10, '', 19000),
(1014, 2145, 5, 52, '', 19000),
(1015, 2145, 6, 53, '', 19000),
(1016, 2145, 7, 11, '', 19000),
(1017, 2145, 8, 50, '', 19000),
(1018, 2145, 9, 51, '', 19000),
(1019, 2245, 2, 93, '', 19000),
(1020, 2245, 3, 94, '', 19000),
(1021, 2245, 4, 95, '', 19000),
(1022, 2245, 5, 96, '', 19000),
(1023, 2245, 6, 97, '', 19000),
(1024, 2245, 7, 98, '', 19000),
(1025, 2245, 8, 99, '', 19000),
(1026, 2245, 9, 100, '', 19000),
(1027, 2149, 2, 66, '', 19000),
(1028, 2149, 3, 67, '', 19000),
(1029, 2149, 4, 68, '', 19000),
(1030, 2149, 5, 69, '', 19000),
(1031, 2149, 6, 70, '', 19000),
(1032, 2149, 7, 71, '', 19000),
(1033, 2149, 8, 72, '', 19000),
(1034, 2149, 9, 73, '', 19000),
(1035, 2150, 2, 66, '', 19000),
(1036, 2150, 3, 67, '', 19000),
(1037, 2150, 4, 68, '', 19000),
(1038, 2150, 5, 69, '', 19000),
(1039, 2150, 6, 70, '', 19000),
(1040, 2150, 7, 71, '', 19000),
(1041, 2150, 8, 72, '', 19000),
(1042, 2150, 9, 73, '', 19000),
(1043, 2153, 2, 66, '', 19000),
(1044, 2153, 3, 67, '', 19000),
(1045, 2153, 4, 68, '', 19000),
(1046, 2153, 5, 69, '', 19000),
(1047, 2153, 6, 70, '', 19000),
(1048, 2153, 7, 71, '', 19000),
(1049, 2153, 8, 72, '', 19000),
(1050, 2153, 9, 73, '', 19000),
(1051, 1632, 2, 34, 'Contested', 19000),
(1052, 1632, 3, 32, 'Contested', 19000),
(1053, 1632, 4, 35, 'Horde Controlled', 19000),
(1054, 1632, 5, 33, 'Alliance Controlled', 19000),
(1055, 2151, 2, 66, '', 19000),
(1056, 2151, 3, 67, '', 19000),
(1057, 2151, 4, 68, '', 19000),
(1058, 2151, 5, 69, '', 19000),
(1059, 2151, 6, 70, '', 19000),
(1060, 2151, 7, 71, '', 19000),
(1061, 2151, 8, 72, '', 19000),
(1062, 2151, 9, 73, '', 19000),
(1071, 2223, 2, 93, '', 19000),
(1072, 2223, 3, 94, '', 19000),
(1073, 2223, 4, 95, '', 19000),
(1074, 2223, 5, 96, '', 19000),
(1075, 2223, 6, 97, '', 19000),
(1076, 2223, 7, 98, '', 19000),
(1077, 2223, 8, 99, '', 19000),
(1078, 2223, 9, 100, '', 19000),
(1079, 2224, 2, 84, '', 19000),
(1080, 2224, 3, 85, '', 19000),
(1081, 2224, 4, 86, '', 19000),
(1082, 2224, 5, 87, '', 19000),
(1083, 2224, 6, 88, '', 19000),
(1084, 2224, 7, 89, '', 19000),
(1085, 2224, 8, 90, '', 19000),
(1086, 2224, 9, 91, '', 19000),
(1087, 2230, 2, 84, '', 19000),
(1088, 2230, 3, 85, '', 19000),
(1089, 2230, 4, 86, '', 19000),
(1090, 2230, 5, 87, '', 19000),
(1091, 2230, 6, 88, '', 19000),
(1092, 2230, 7, 89, '', 19000),
(1093, 2230, 8, 90, '', 19000),
(1094, 2230, 9, 91, '', 19000),
(1095, 2235, 2, 93, '', 19000),
(1096, 2235, 3, 94, '', 19000),
(1097, 2235, 4, 95, '', 19000),
(1098, 2235, 5, 96, '', 19000),
(1099, 2235, 6, 97, '', 19000),
(1100, 2235, 7, 98, '', 19000),
(1101, 2235, 8, 99, '', 19000),
(1102, 2235, 9, 100, '', 19000),
(1103, 2236, 2, 93, '', 19000),
(1104, 2236, 3, 94, '', 19000),
(1105, 2236, 4, 95, '', 19000),
(1106, 2236, 5, 96, '', 19000),
(1107, 2236, 6, 97, '', 19000),
(1108, 2236, 7, 98, '', 19000),
(1109, 2236, 8, 99, '', 19000),
(1110, 2236, 9, 100, '', 19000),
(1111, 2238, 2, 93, '', 19000),
(1112, 2238, 3, 94, '', 19000),
(1113, 2238, 4, 95, '', 19000),
(1114, 2238, 5, 96, '', 19000),
(1115, 2238, 6, 97, '', 19000),
(1116, 2238, 7, 98, '', 19000),
(1117, 2238, 8, 99, '', 19000),
(1118, 2238, 9, 100, '', 19000),
(1119, 2141, 2, 54, '', 19000),
(1120, 2141, 3, 55, '', 19000),
(1121, 2141, 4, 10, '', 19000),
(1122, 2141, 5, 52, '', 19000),
(1123, 2141, 6, 53, '', 19000),
(1124, 2141, 7, 11, '', 19000),
(1125, 2141, 8, 50, '', 19000),
(1126, 2141, 9, 51, '', 19000),
(1127, 2143, 2, 54, '', 19000),
(1128, 2143, 3, 55, '', 19000),
(1129, 2143, 4, 10, '', 19000),
(1130, 2143, 5, 52, '', 19000),
(1131, 2143, 6, 53, '', 19000),
(1132, 2143, 7, 11, '', 19000),
(1133, 2143, 8, 50, '', 19000),
(1134, 2143, 9, 51, '', 19000),
(1135, 2135, 2, 103, '', 19000),
(1136, 2135, 3, 104, '', 19000),
(1137, 2135, 4, 102, '', 19000),
(1138, 2135, 5, 103, '', 19000),
(1139, 2135, 6, 104, '', 19000),
(1140, 2135, 7, 74, '', 19000),
(1141, 2135, 8, 75, '', 19000),
(1142, 2135, 9, 76, '', 19000),
(1143, 2292, 2, 81, '', 19000),
(1144, 2292, 3, 82, '', 19000),
(1145, 2292, 4, 77, '', 19000),
(1146, 2292, 5, 78, '', 19000),
(1147, 2292, 6, 79, '', 19000),
(1148, 2292, 7, 74, '', 19000),
(1149, 2292, 8, 75, '', 19000),
(1150, 2292, 9, 76, '', 19000),
(1151, 2142, 2, 54, '', 19000),
(1152, 2142, 3, 55, '', 19000),
(1153, 2142, 4, 10, '', 19000),
(1154, 2142, 5, 52, '', 19000),
(1155, 2142, 6, 53, '', 19000),
(1156, 2142, 7, 11, '', 19000),
(1157, 2142, 8, 50, '', 19000),
(1158, 2142, 9, 51, '', 19000),
(1167, 1623, 2, 24, 'Contested', 19000),
(1168, 1623, 3, 22, 'Contested', 19000),
(1169, 1623, 4, 25, 'Horde Controlled', 19000),
(1170, 1623, 5, 23, 'Alliance Controlled', 19000),
(1171, 2152, 2, 66, '', 19000),
(1172, 2152, 3, 67, '', 19000),
(1173, 2152, 4, 68, '', 19000),
(1174, 2152, 5, 69, '', 19000),
(1175, 2152, 6, 70, '', 19000),
(1176, 2152, 7, 71, '', 19000),
(1177, 2152, 8, 72, '', 19000),
(1178, 2152, 9, 73, '', 19000),
(1179, 2269, 2, 8, '', 19000),
(1180, 2269, 3, 8, '', 19000),
(1181, 2269, 4, 13, '', 19000),
(1182, 2269, 5, 13, '', 19000),
(1183, 2269, 6, 13, '', 19000),
(1184, 2269, 7, 15, '', 19000),
(1185, 2269, 8, 15, '', 19000),
(1186, 2269, 9, 15, '', 19000),
(1187, 2232, 2, 93, '', 19000),
(1188, 2232, 3, 94, '', 19000),
(1189, 2232, 4, 95, '', 19000),
(1190, 2232, 5, 96, '', 19000),
(1191, 2232, 6, 97, '', 19000),
(1192, 2232, 7, 98, '', 19000),
(1193, 2232, 8, 99, '', 19000),
(1194, 2232, 9, 100, '', 19000),
(1195, 2154, 2, 66, '', 19000),
(1196, 2154, 3, 67, '', 19000),
(1197, 2154, 4, 68, '', 19000),
(1198, 2154, 5, 69, '', 19000),
(1199, 2154, 6, 70, '', 19000),
(1200, 2154, 7, 71, '', 19000),
(1201, 2154, 8, 72, '', 19000),
(1202, 2154, 9, 73, '', 19000),
(1203, 2233, 2, 84, '', 19000),
(1204, 2233, 3, 85, '', 19000),
(1205, 2233, 4, 86, '', 19000),
(1206, 2233, 5, 87, '', 19000),
(1207, 2233, 6, 88, '', 19000),
(1208, 2233, 7, 89, '', 19000),
(1209, 2233, 8, 90, '', 19000),
(1210, 2233, 9, 91, '', 19000),
(1211, 2244, 2, 93, '', 19000),
(1212, 2244, 3, 94, '', 19000),
(1213, 2244, 4, 95, '', 19000),
(1214, 2244, 5, 96, '', 19000),
(1215, 2244, 6, 97, '', 19000),
(1216, 2244, 7, 98, '', 19000),
(1217, 2244, 8, 99, '', 19000),
(1218, 2244, 9, 100, '', 19000),
(1219, 2268, 2, 8, '', 19000),
(1220, 2268, 3, 8, '', 19000),
(1221, 2268, 4, 13, '', 19000),
(1222, 2268, 5, 13, '', 19000),
(1223, 2268, 6, 13, '', 19000),
(1224, 2268, 7, 15, '', 19000),
(1225, 2268, 8, 15, '', 19000),
(1226, 2268, 9, 15, '', 19000),
(1227, 2120, 2, 109, '', 19000),
(1228, 2120, 3, 110, '', 19000),
(1229, 2120, 4, 108, '', 19000),
(1230, 2120, 5, 109, '', 19000),
(1231, 2120, 6, 110, '', 19000),
(1232, 2120, 7, 74, '', 19000),
(1233, 2120, 8, 75, '', 19000),
(1234, 2120, 9, 76, '', 19000),
(1235, 2114, 2, 78, '', 19000),
(1236, 2114, 3, 79, '', 19000),
(1237, 2114, 4, 77, '', 19000),
(1238, 2114, 5, 78, '', 19000),
(1239, 2114, 6, 79, '', 19000),
(1240, 2114, 7, 74, '', 19000),
(1241, 2114, 8, 75, '', 19000),
(1242, 2114, 9, 76, '', 19000),
(1243, 2117, 2, 81, '', 19000),
(1244, 2117, 3, 82, '', 19000),
(1245, 2117, 4, 80, '', 19000),
(1246, 2117, 5, 81, '', 19000),
(1247, 2117, 6, 82, '', 19000),
(1248, 2117, 7, 74, '', 19000),
(1249, 2117, 8, 75, '', 19000),
(1250, 2117, 9, 76, '', 19000),
(1251, 2231, 2, 93, '', 19000),
(1252, 2231, 3, 94, '', 19000),
(1253, 2231, 4, 95, '', 19000),
(1254, 2231, 5, 96, '', 19000),
(1255, 2231, 6, 97, '', 19000),
(1256, 2231, 7, 98, '', 19000),
(1257, 2231, 8, 99, '', 19000),
(1258, 2231, 9, 100, '', 19000),
(1259, 2240, 2, 84, '', 19000),
(1260, 2240, 3, 85, '', 19000),
(1261, 2240, 4, 86, '', 19000),
(1262, 2240, 5, 87, '', 19000),
(1263, 2240, 6, 88, '', 19000),
(1264, 2240, 7, 89, '', 19000),
(1265, 2240, 8, 90, '', 19000),
(1266, 2240, 9, 91, '', 19000),
(1267, 2266, 2, 8, '', 19000),
(1268, 2266, 3, 8, '', 19000),
(1269, 2266, 4, 13, '', 19000),
(1270, 2266, 5, 13, '', 19000),
(1271, 2266, 6, 13, '', 19000),
(1272, 2266, 7, 15, '', 19000),
(1273, 2266, 8, 15, '', 19000),
(1274, 2266, 9, 15, '', 19000),
(1275, 2234, 2, 84, '', 19000),
(1276, 2234, 3, 85, '', 19000),
(1277, 2234, 4, 86, '', 19000),
(1278, 2234, 5, 87, '', 19000),
(1279, 2234, 6, 88, '', 19000),
(1280, 2234, 7, 89, '', 19000),
(1281, 2234, 8, 90, '', 19000),
(1282, 2234, 9, 91, '', 19000),
(1283, 2144, 2, 54, '', 19000),
(1284, 2144, 3, 55, '', 19000),
(1285, 2144, 4, 10, '', 19000),
(1286, 2144, 5, 52, '', 19000),
(1287, 2144, 6, 53, '', 19000),
(1288, 2144, 7, 11, '', 19000),
(1289, 2144, 8, 50, '', 19000),
(1290, 2144, 9, 51, '', 19000),
(1291, 2229, 2, 75, '', 19000),
(1292, 2229, 3, 76, '', 19000),
(1293, 2229, 4, 77, '', 19000),
(1294, 2229, 5, 78, '', 19000),
(1295, 2229, 6, 79, '', 19000),
(1296, 2229, 7, 80, '', 19000),
(1297, 2229, 8, 81, '', 19000),
(1298, 2229, 9, 82, '', 19000),
(1299, 1612, 2, 39, 'Contested', 19000),
(1300, 1612, 3, 37, 'Contested', 19000),
(1301, 1612, 4, 40, 'Horde Controlled', 19000),
(1302, 1612, 5, 38, 'Alliance Controlled', 19000),
(1303, 1618, 2, 29, 'Contested', 19000),
(1304, 1618, 3, 27, 'Contested', 19000),
(1305, 1618, 4, 30, 'Horde Controlled', 19000),
(1306, 1618, 5, 28, 'Alliance Controlled', 19000),
(1307, 1628, 2, 19, 'Contested', 19000),
(1308, 1628, 3, 17, 'Contested', 19000),
(1309, 1628, 4, 20, 'Horde Controlled', 19000),
(1310, 1628, 5, 18, 'Alliance Controlled', 19000),
(1311, 2265, 2, 8, '', 19000),
(1312, 2265, 3, 8, '', 19000),
(1313, 2265, 4, 13, '', 19000),
(1314, 2265, 5, 13, '', 19000),
(1315, 2265, 6, 13, '', 19000),
(1316, 2265, 7, 15, '', 19000),
(1317, 2265, 8, 15, '', 19000),
(1318, 2265, 9, 15, '', 19000),
(1319, 2243, 2, 93, '', 19000),
(1320, 2243, 3, 94, '', 19000),
(1321, 2243, 4, 95, '', 19000),
(1322, 2243, 5, 96, '', 19000),
(1323, 2243, 6, 97, '', 19000),
(1324, 2243, 7, 98, '', 19000),
(1325, 2243, 8, 99, '', 19000),
(1326, 2243, 9, 100, '', 19000),
(1327, 2225, 2, 84, '', 19000),
(1328, 2225, 3, 85, '', 19000),
(1329, 2225, 4, 86, '', 19000),
(1330, 2225, 5, 87, '', 19000),
(1331, 2225, 6, 88, '', 19000),
(1332, 2225, 7, 89, '', 19000),
(1333, 2225, 8, 90, '', 19000),
(1334, 2225, 9, 91, '', 19000),
(1335, 2226, 2, 93, '', 19000),
(1336, 2226, 3, 94, '', 19000),
(1337, 2226, 4, 95, '', 19000),
(1338, 2226, 5, 96, '', 19000),
(1339, 2226, 6, 97, '', 19000),
(1340, 2226, 7, 98, '', 19000),
(1341, 2226, 8, 99, '', 19000),
(1342, 2226, 9, 100, '', 19000),
(1343, 2222, 2, 93, '', 19000),
(1344, 2222, 3, 94, '', 19000),
(1345, 2222, 4, 95, '', 19000),
(1346, 2222, 5, 96, '', 19000),
(1347, 2222, 6, 97, '', 19000),
(1348, 2222, 7, 98, '', 19000),
(1349, 2222, 8, 99, '', 19000),
(1350, 2222, 9, 100, '', 19000),
(1351, 2237, 2, 93, '', 19000),
(1352, 2237, 3, 94, '', 19000),
(1353, 2237, 4, 95, '', 19000),
(1354, 2237, 5, 96, '', 19000),
(1355, 2237, 6, 97, '', 19000),
(1356, 2237, 7, 98, '', 19000),
(1357, 2237, 8, 99, '', 19000),
(1358, 2237, 9, 100, '', 19000),
(1359, 2239, 2, 93, '', 19000),
(1360, 2239, 3, 94, '', 19000),
(1361, 2239, 4, 95, '', 19000),
(1362, 2239, 5, 96, '', 19000),
(1363, 2239, 6, 97, '', 19000),
(1364, 2239, 7, 98, '', 19000),
(1365, 2239, 8, 99, '', 19000),
(1366, 2239, 9, 100, '', 19000),
(1367, 2227, 2, 93, '', 19000),
(1368, 2227, 3, 94, '', 19000),
(1369, 2227, 4, 95, '', 19000),
(1370, 2227, 5, 96, '', 19000),
(1371, 2227, 6, 97, '', 19000),
(1372, 2227, 7, 98, '', 19000),
(1373, 2227, 8, 99, '', 19000),
(1374, 2227, 9, 100, '', 19000),
(1375, 2270, 2, 8, '', 19000),
(1376, 2270, 3, 8, '', 19000),
(1377, 2270, 4, 13, '', 19000),
(1378, 2270, 5, 13, '', 19000),
(1379, 2270, 6, 13, '', 19000),
(1380, 2270, 7, 15, '', 19000),
(1381, 2270, 8, 15, '', 19000),
(1382, 2270, 9, 15, '', 19000),
(1383, 2147, 2, 54, '', 19000),
(1384, 2147, 3, 55, '', 19000),
(1385, 2147, 4, 10, '', 19000),
(1386, 2147, 5, 52, '', 19000),
(1387, 2147, 6, 53, '', 19000),
(1388, 2147, 7, 11, '', 19000),
(1389, 2147, 8, 50, '', 19000),
(1390, 2147, 9, 51, '', 19000),
(1391, 2331, 2, 52, 'Supplies power to Freya''s Ward', 19000),
(1392, 2331, 3, 53, 'Supplies power to Freya''s Ward', 19000),
(1393, 2331, 4, 6, 'Supplies power to Freya''s Ward', 19000),
(1414, 2428, 2, 7, '', 19000),
(1415, 2429, 2, 7, '', 19000),
(1416, 2430, 2, 7, '', 19000),
(1417, 2431, 2, 7, '', 19000),
(1418, 2433, 2, 7, '', 19000),
(1419, 2473, 2, 7, '', 19000),
(1420, 2481, 2, 7, '', 19000),
(1421, 2500, 2, 7, '', 19000),
(1422, 2438, 2, 7, '', 19000),
(1423, 2434, 2, 7, '', 19000),
(1424, 2435, 2, 7, '', 19000),
(1425, 2436, 2, 7, '', 19000),
(1426, 2437, 2, 7, '', 19000),
(1427, 2332, 2, 52, 'Provides power to Mimiron''s Inferno', 19000),
(1428, 2332, 3, 53, 'Provides power to Mimiron''s Inferno', 19000),
(1429, 2332, 4, 6, 'Provides power to Mimiron''s Inferno', 19000),
(1430, 2333, 2, 52, 'Provides power to Hodir''s Fury', 19000),
(1431, 2333, 3, 53, 'Provides power to Hodir''s Fury', 19000),
(1432, 2333, 4, 6, 'Provides power to Hodir''s Fury', 19000),
(1433, 2334, 2, 52, 'Provides power to Thorim''s Hammer', 19000),
(1434, 2334, 3, 53, 'Provides power to Thorim''s Hammer', 19000),
(1435, 2334, 4, 6, 'Provides power to Thorim''s Hammer', 19000),
(1436, 2477, 2, 7, '', 19000),
(1437, 2439, 2, 7, '', 19000),
(1438, 2474, 2, 7, '', 19000),
(1439, 2246, 2, 75, '', 19000),
(1440, 2246, 3, 76, '', 19000),
(1441, 2246, 4, 77, '', 19000),
(1442, 2246, 5, 78, '', 19000),
(1443, 2246, 6, 79, '', 19000),
(1444, 2246, 7, 80, '', 19000),
(1445, 2246, 8, 81, '', 19000),
(1446, 2246, 9, 82, '', 19000),
(1447, 2476, 2, 7, '', 19000),
(1448, 2432, 2, 7, '', 19000),
(1449, 2478, 2, 7, '', 19000),
(1466, 2111, 2, 106, '', 19000),
(1467, 2111, 3, 107, '', 19000),
(1468, 2111, 4, 105, '', 19000),
(1469, 2111, 5, 106, '', 19000),
(1470, 2111, 6, 107, '', 19000),
(1471, 2111, 7, 74, '', 19000),
(1472, 2111, 8, 75, '', 19000),
(1473, 2111, 9, 76, '', 19000),
(1474, 2228, 2, 84, '', 19000),
(1475, 2228, 3, 85, '', 19000),
(1476, 2228, 4, 86, '', 19000),
(1477, 2228, 5, 87, '', 19000),
(1478, 2228, 6, 88, '', 19000),
(1479, 2228, 7, 89, '', 19000),
(1480, 2228, 8, 90, '', 19000),
(1481, 2228, 9, 91, '', 19000),
(1482, 2146, 2, 54, '', 19000),
(1483, 2146, 3, 55, '', 19000),
(1484, 2146, 4, 10, '', 19000),
(1485, 2146, 5, 52, '', 19000),
(1486, 2146, 6, 53, '', 19000),
(1487, 2146, 7, 11, '', 19000),
(1488, 2146, 8, 50, '', 19000),
(1489, 2146, 9, 51, '', 19000),
(1490, 2241, 2, 84, '', 19000),
(1491, 2241, 3, 85, '', 19000),
(1492, 2241, 4, 86, '', 19000),
(1493, 2241, 5, 87, '', 19000),
(1494, 2241, 6, 88, '', 19000),
(1495, 2241, 7, 89, '', 19000),
(1496, 2241, 8, 90, '', 19000),
(1497, 2241, 9, 91, '', 19000),
(1498, 2264, 2, 46, 'Control of Wintergrasp', 19000),
(1499, 2264, 3, 101, 'Control of Wintergrasp', 19000),
(1500, 2482, 2, 7, '', 19000),
(1501, 2475, 2, 7, '', 19000),
(1502, 3149, 2, 44, '', 19000),
(1503, 3149, 3, 43, '', 19000),
(1571, 3156, 0, 101, 'In Conflict', 19000),
(1572, 3156, 1, 48, 'Horde Controlled', 19000),
(1573, 3156, 2, 46, 'Alliance Controlled', 19000),
(1574, 4531, 0, 101, 'In Conflict', 19000),
(1575, 4531, 1, 48, 'Horde Controlled', 19000),
(1576, 4531, 2, 46, 'Alliance Controlled', 19000),
(1577, 4532, 0, 101, 'In Conflict', 19000),
(1578, 4532, 1, 48, 'Horde Controlled', 19000),
(1579, 4532, 2, 46, 'Alliance Controlled', 19000),
(1580, 4533, 0, 101, 'In Conflict', 19000),
(1581, 4533, 1, 48, 'Horde Controlled', 19000),
(1582, 4533, 2, 46, 'Alliance Controlled', 19000),
(1583, 4534, 0, 101, 'In Conflict', 19000),
(1584, 4534, 1, 48, 'Horde Controlled', 19000),
(1585, 4534, 2, 46, 'Alliance Controlled', 19000),
(1586, 2695, 1, 6, 'Neutral', 19000),
(1587, 2695, 2, 12, 'Contested, Horde', 19000),
(1588, 2695, 3, 9, 'Contested, Alliance', 19000),
(1589, 2695, 5, 11, 'Captured, Alliance', 19000),
(1590, 2694, 1, 6, '', 19000),
(1591, 2694, 2, 12, '', 19000),
(1592, 2694, 5, 11, '', 19000),
(1593, 2694, 4, 10, '', 19000),
(1594, 2693, 1, 6, '', 19000),
(1595, 2693, 2, 12, '', 19000),
(1596, 2693, 5, 11, '', 19000),
(1597, 2693, 4, 10, '', 19000),
(1598, 2696, 1, 6, '', 19000),
(1599, 2696, 2, 12, '', 19000),
(1600, 2696, 5, 11, '', 19000),
(1601, 2696, 4, 10, '', 19000),
(1602, 2695, 4, 10, 'Controlled, Horde', 19000),
(1603, 2694, 3, 9, '', 19000),
(1604, 2693, 3, 9, '', 19000),
(1605, 2696, 3, 9, '', 19000),
(1606, 2817, 1, 45, '', 19000),
(1608, 2412, 1, 6, 'Neutral', 19000),
(1609, 2412, 2, 12, '', 19000),
(1610, 2412, 3, 9, '', 19000),
(1611, 2412, 4, 10, '', 19000),
(1612, 2412, 5, 11, '', 19000),
(1613, 2404, 1, 6, 'Neutral', 19000),
(1614, 2404, 2, 19, '', 19000),
(1615, 2404, 3, 17, '', 19000),
(1616, 2404, 4, 20, '', 19000),
(1617, 2404, 5, 18, '', 19000),
(1618, 2405, 2, 29, '', 19000),
(1619, 2405, 5, 28, '', 19000),
(1620, 2405, 4, 30, '', 19000),
(1621, 2405, 3, 27, '', 19000),
(1622, 2405, 1, 6, 'Neutral', 19000);
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
UPDATE `broadcast_text` SET `MaleText`='' WHERE `MaleText`='0';
UPDATE `broadcast_text` SET `FemaleText`='' WHERE `FemaleText`='0';
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,806 @@
UPDATE `broadcast_text` SET `MaleText`='Prepare yourselves, for we will soon launch an assault against they who called themselves "The Forsaken."' WHERE `ID`=528; -- 528
UPDATE `broadcast_text` SET `FemaleText`='%s''s soft voice trails away into the mists, "Know that I love you always..."' WHERE `ID`=1285; -- 1285
UPDATE `broadcast_text` SET `MaleText`='%s intones, "Assist him in any way he requires. Do not fail in this task."' WHERE `ID`=1461; -- 1461
UPDATE `broadcast_text` SET `FemaleText`='"Magical Flows and How They Effect the World", by Maginor Dumas. That''s the one I was looking for.' WHERE `ID`=2030; -- 2030
UPDATE `broadcast_text` SET `FemaleText`='"Khadgar''s Mystical Journal, Volume 8." I think this is the one I wanted.' WHERE `ID`=2032; -- 2032
UPDATE `broadcast_text` SET `FemaleText`='Ahh, "Mystical Conjurings of the Archmages of Dalaran." Perfect.' WHERE `ID`=2033; -- 2033
UPDATE `broadcast_text` SET `FemaleText`='If I could just find "Magic and the Ways of Power". Ahh here it is, what was it doing over here?' WHERE `ID`=2034; -- 2034
UPDATE `broadcast_text` SET `FemaleText`='"Magic Maladies", no. "Magic Matricies", no. Ahh here we go "Magic Mysteries".' WHERE `ID`=2035; -- 2035
UPDATE `broadcast_text` SET `MaleText`='See, the Venture Company''s new shredder is better than my latest, from the interchangeable hands to the control grips!$b$bMy boss has given me a pretty strict deadline, but my boys and I couldn''t come up with anything. Nothing was working, so we decided to "borrow" one of their prototypes. I sent Wizzlecrank to the Sludge Fen to steal one, but he hasn''t gotten back yet!', `FemaleText`='See, the Venture Company''s new shredder is better than my latest, from the interchangeable hands to the control grips!$b$bMy boss has given me a pretty strict deadline, but my boys and I couldn''t come up with anything. Nothing was working, so we decided to "borrow" one of their prototypes. I sent Wizzlecrank to the Sludge Fen to steal one, but he hasn''t gotten back yet!' WHERE `ID`=2463; -- 2463
UPDATE `broadcast_text` SET `MaleText`='The machine adjusts to face you.$B$BOn the back of the machine is an empty, oddly misshapen slot with an engraving that reads: "Propirtee o'' Cap''n Gelkak Gyromast"' WHERE `ID`=2702; -- 2702
UPDATE `broadcast_text` SET `MaleText`='I''m "Plucky" Johnson, and this is my default greeting.' WHERE `ID`=2705; -- 2705
UPDATE `broadcast_text` SET `MaleText`='It is integral to the assimilation of this data that it is understood that the Creators wanted to synthesize a race that would long be an integral part of this world''s development cycle after they had departed. This race would be instrumental in fulfilling the Creators'' long-term development objectives for Azeroth. $B$BAs an ancillary note, the nomenclature "Earthen" was deemed apropos for the new race by the Creators, based on the Earthen''s composition.' WHERE `ID`=3178; -- 3178
UPDATE `broadcast_text` SET `MaleText`='There are two potential results when the Earthen''s synthesis matrix destabilizes. Initiating visual aid representation number one.$B$BThe first variant matrix is a degenerative product of synthesis, hereby designated with the common nomenclature of "Trogg". This variant maintains strength and stamina comparable to the Earthen, but its cognitive processing power has been almost completely compromised. Force of will and a strong sense of cunning are the only driving factors in the psyche of the trogg.' WHERE `ID`=3181; -- 3181
UPDATE `broadcast_text` SET `MaleText`='Initiating visual aid representation number two.$B$BThe second resultant variance of the Earthen matrix retains many desired elements when compared to the standard subterranean matrix. The common nomenclature for this variant is "Dwarf".$B$BThis variant retains strength and stamina inherent to the Earthen. In some cases, the dwarf even exceeds the cognitive powers of the Earthen''s matrix. The dwarf, however, retains none of the physical composition of Azeroth''s various stone core compounds.' WHERE `ID`=3183; -- 3183
UPDATE `broadcast_text` SET `MaleText`='What is a "subterranean being matrix"?', `FemaleText`='What is a "subterranean being matrix"?' WHERE `ID`=3189; -- 3189
UPDATE `broadcast_text` SET `MaleText`='What is a "resilient foundation of construction"?', `FemaleText`='What is a "resilient foundation of construction"?' WHERE `ID`=3191; -- 3191
UPDATE `broadcast_text` SET `MaleText`='Excuse me? We''ve been "rescheduled for visitation"? What does that mean?!', `FemaleText`='Excuse me? We''ve been "rescheduled for visitation"? What does that mean?!' WHERE `ID`=4058; -- 4058
UPDATE `broadcast_text` SET `MaleText`='Incredible power can be found in the spirits or "muisek" of the creatures that we battle against.$B$BLook inside yourself; learn to harness the power of your own spirit, and you will be more powerful than you ever imagined.' WHERE `ID`=4179; -- 4179
UPDATE `broadcast_text` SET `MaleText`='When you stay at an inn, you rest very comfortably. Because of this, you will become "well rested" much more quickly than you would in the wilderness. When you are well rested, you learn more from experience.$B$BYou may also speak with any innkeeper to get a hearthstone, and can later use the hearthstone in order to quickly return to that inn.', `FemaleText`='When you stay at an inn, you rest very comfortably. Because of this, you will become "well rested" much more quickly than you would in the wilderness. When you are well rested, you learn more from experience.$B$BYou may also speak with any innkeeper to get a hearthstone, and can later use the hearthstone in order to quickly return to that inn.' WHERE `ID`=4309; -- 4309
UPDATE `broadcast_text` SET `MaleText`='Let me break down a little math for you: "goblin" plus "engineering" equals KNOW HOW, baby. Anyone who tells you otherwise simply doesn''t know how to add.' WHERE `ID`=4557; -- 4557
UPDATE `broadcast_text` SET `MaleText`='What am I doing? Do you lack vision? I am a dreamer, good $g sir : lady;, and I dream of a better future for us all. Clearly, I am a visionary.$B$BThere are those, however, who seek to keep us mired in banality. I told him that I was a dreamer, and Arch Druid Staghelm replied, "Well, the world needs ditch diggers too."$B$BUntil such time as the shackles of banality are ripped from us, I will help the Cenarion Circle by shuffling these piles of dirt around.' WHERE `ID`=4645; -- 4645
UPDATE `broadcast_text` SET `MaleText`='When I was wandering the crater after I crashed here, I remembered something that I once was told... "Go up, up the mountain ahead," said the voice in my head.$B$BListening to it is how I ended up here, $n!' WHERE `ID`=4940; -- 4940
UPDATE `broadcast_text` SET `MaleText`='A long time ago, during my travels, I met a man that told me, "Master using it and you can have this."$B$BWhat do you suppose that means? I didn''t know then, and I still don''t now, really...' WHERE `ID`=4941; -- 4941
UPDATE `broadcast_text` SET `MaleText`='The ravasaur here in Un''Goro seem to be related to the raptors of the barrens - highly intelligent, volatile, and with a sense or code of conduct. The greatest of these that I have encountered is Lar''korwi. He is one of the most dangerous beasts I''ve ever seen. In taurahe, Lar''korwi means "sharp claw," but that does not do him justice.$B$BDo not underestimate Lar''korwi if you ever plan on hunting him, but I will help you in any way I can if you do.' WHERE `ID`=5189; -- 5189
UPDATE `broadcast_text` SET `FemaleText`='"Taurahe?"$B$BThe tauren druid looks at you expectantly, but it is clear you cannot verbally communicate with her. Undaunted, she points to herself and smiles. She points at you and smiles once more. She finally motions several times down the path to the south.$B$BPerhaps she is indicating that there is a druid you can speak to further down the road?
' WHERE `ID`=5206; -- 5206
UPDATE `broadcast_text` SET `FemaleText`='"Darnassae?"$B$BThe night elf druid looks at you expectantly, but it is clear you cannot verbally communicate with her. Undaunted, she points to herself and smiles. She points at you and smiles once more. She finally motions several times down the path to the north.$B$BPerhaps she is indicating that there is a druid you can speak to further up the road?' WHERE `ID`=5209; -- 5209
UPDATE `broadcast_text` SET `MaleText`='"A skill for those who wish to overcome obstacles." I believe that is how Faelyssa describes her skill set.
If you believe as she does then find your way to the Cenarion Enclave in the northern section of Darnassus where she conducts her class.', `FemaleText`='"A skill for those who wish to overcome obstacles." I believe that is how Faelyssa describes her skill set.
If you believe as she does then find your way to the Cenarion Enclave in the northern section of Darnassus where she conducts her class.' WHERE `ID`=5375; -- 5375
UPDATE `broadcast_text` SET `MaleText`='What do you mean by "pure?"', `FemaleText`='What do you mean by "pure?"' WHERE `ID`=5452; -- 5452
UPDATE `broadcast_text` SET `MaleText`='Dis ain''t no game mon. Joo want to use da axe, joo got to say da line. Say it wif me... "Say hello, to ma little friend."' WHERE `ID`=5606; -- 5606
UPDATE `broadcast_text` SET `MaleText`='"..."$B$BThe body of the tauren druid lies still and unmoving. It would seem as though he has finally passed from this world to his promised great beyond.' WHERE `ID`=6046; -- 6046
UPDATE `broadcast_text` SET `FemaleText`='The spirit looks upon you with a sense of completeness and cognizance that had not been present before.$B$B"I feel as though a great burden has been lifted from my soul. Soon I will rest forever in peace. I now know this, and I await this time patiently.$B$BThank you, stranger."' WHERE `ID`=6114; -- 6114
UPDATE `broadcast_text` SET `MaleText`='A diary with yellowing pages lies open to the last entry:$B$B"I don''t know what''s going to happen now that Harold''s turned. It took everything out of me to drag him into the only place I could find that''d lock him up tight and hold him. I hid the key on me, and I pray it works...$B$BI hope I can get out of here, but I need money to do that. Our stuff''s all in the cabinet I think... and now that I think about it, doesn''t Harold keep the key on him?$B$BI''ll rest on it, I''m dead tired now."' WHERE `ID`=6160; -- 6160
UPDATE `broadcast_text` SET `MaleText`='The bear spirit looks upon you with a calm and peaceful gaze. You hear a voice speak to you as though it was coming from the bear, but the creature makes no indication that it is speaking.$B$B"Greetings, my young friend. If you have come to me seeking guidance, then perhaps I can help you find what you seek."' WHERE `ID`=7438; -- 7438
UPDATE `broadcast_text` SET `FemaleText`='When I first saw the undead, I wept, for I could not imagine their horror and loneliness. The Earth Mother spoke to me then; she sang in my blood. And she told me, "Save them."' WHERE `ID`=7743; -- 7743
UPDATE `broadcast_text` SET `MaleText`='You continue to thumb through the journal looking for any information that might help in your search for the stolen chest.$B$BTowards the final pages of the book, in red pencil, you see a notation from James along the side of the page. It says, "Old home near Stone Cairn Lake... gnolls will work perfectly as bodyguards."$B$BThere is no reason to suggest this is where the chest is, but there doesn''t seem to be any other clues.' WHERE `ID`=8658; -- 8658
UPDATE `broadcast_text` SET `MaleText`='I heard their mocking laughter as my gryphon crashed and burned, $c.$B$B"Slidore, you stink!" They shouted.$B$BNobody talks to Slidore that way! Help me get out of here so that I can show them who the real stinker is!' WHERE `ID`=8767; -- 8767
UPDATE `broadcast_text` SET `MaleText`='Don''t forget to stock up on wrapping paper this holiday season! Nothing says "Wondrous Winter Veil" like wrapped armors and weapons for your friends and family.', `FemaleText`='Don''t forget to stock up on wrapping paper this holiday season! Nothing says "Wondrous Winter Veil" like wrapped armors and weapons for your friends and family.' WHERE `ID`=8785; -- 8785
UPDATE `broadcast_text` SET `MaleText`='Could I have a copy of "The Feast of Winter Veil" to read?', `FemaleText`='Could I have a copy of "The Feast of Winter Veil" to read?' WHERE `ID`=8946; -- 8946
UPDATE `broadcast_text` SET `MaleText`='Your skill exceeds mine, though I''ve heard that Old Man Heming in Booty Bay has copies of "The Bass and You". That is sure to help you increase your skill.', `FemaleText`='Your skill exceeds mine, though I''ve heard that Old Man Heming in Booty Bay has copies of "The Bass and You". That is sure to help you increase your skill.' WHERE `ID`=9210; -- 9210
UPDATE `broadcast_text` SET `MaleText`='Your skill exceeds mine, though I''ve heard that Old Man Heming in Booty Bay has copies of "The Bass and You". That is sure to help you increase your skill.', `FemaleText`='Your skill exceeds mine, though I''ve heard that Old Man Heming in Booty Bay has copies of "The Bass and You". That is sure to help you increase your skill.' WHERE `ID`=9219; -- 9219
UPDATE `broadcast_text` SET `MaleText`='Call me "Boss". What have you got for me!', `FemaleText`='Call me "Boss". What have you got for me!' WHERE `ID`=9401; -- 9401
UPDATE `broadcast_text` SET `MaleText`='Oh dear, where is the "Codex of Defense?" Lydros will be most assuredly displeased.' WHERE `ID`=9463; -- 9463
UPDATE `broadcast_text` SET `MaleText`='"The Arcanist''s Cookbook" is also gone! This is a disaster!' WHERE `ID`=9465; -- 9465
UPDATE `broadcast_text` SET `MaleText`='Where is "Garona: A Study in Stealth and Treachery!" These texts must be returned! ' WHERE `ID`=9475; -- 9475
UPDATE `broadcast_text` SET `FemaleText`='Kildrath tends to overdramatize the situation. For example, "Garona: A Study on Stealth and Treachery," has been stolen over 400 times.$B$BThe mark of the Athenaeum protects the tomes, preventing any unauthorized viewings.' WHERE `ID`=9510; -- 9510
UPDATE `broadcast_text` SET `MaleText`='What does "zug zug" mean?' WHERE `ID`=9605; -- 9605
UPDATE `broadcast_text` SET `MaleText`='In exchange for one Sulfuron Ingot, I am authorized to grant you one copy of the plans to forge a Sulfuron hammer.$B$BNow an adventurer like yourself is probably thinking to $g himself:herself;, "What would I ever need a hammer like that for when what I already own is far superior?"$B$BWell let me tell you something, $g mister:missy;, there ain''t nothing more superior than what the Sulfuron hammer can become!' WHERE `ID`=9641; -- 9641
UPDATE `broadcast_text` SET `MaleText`='Seek out Shandrina in Silverwind Refuge. She can sell you the "Expert Cookbook".', `FemaleText`='Seek out Shandrina in Silverwind Refuge. She can sell you the "Expert Cookbook".' WHERE `ID`=9684; -- 9684
UPDATE `broadcast_text` SET `MaleText`='Wulan in Shadowprey Village can sell you the "Expert Cookbook". You will need that if you are to better yourself.', `FemaleText`='Wulan in Shadowprey Village can sell you the "Expert Cookbook". You will need that if you are to better yourself.' WHERE `ID`=9687; -- 9687
UPDATE `broadcast_text` SET `MaleText`='You there! You look able bodied... we need your aid in defending Southshore!$B$BThe blasted Forsaken are all riled up because it''s Hallow''s End. Their "celebration" will no doubt be leading them right to our doorstep. If you''ve got the time, we really could use your help!' WHERE `ID`=10673; -- 10673
UPDATE `broadcast_text` SET `MaleText`='You''re telling me! It''s even stranger considering between Brann, Rutgar, me and the monkey, we know 38 different languages including a touch of Titan - both Vanir and Aesir.$B$BSo anyway, whatever she was click clacking about, it definitely wasn''t with anyone "present." She then nodded and went on the offensive! Attacked us outright!' WHERE `ID`=10732; -- 10732
UPDATE `broadcast_text` SET `MaleText`='You''ve caught me at a critical time in my research! No worries, you''re welcome to join me in quiet contemplation... emphasis on "quiet", if you don''t mind though.' WHERE `ID`=10766; -- 10766
UPDATE `broadcast_text` SET `FemaleText`='It''s simple! You give me a Darkmoon Game Token, and I toss you in and light the fuse.$B$BYou''ll "float" for a little while after you''re shot, but you can descend quickly by dropping the "wings" I''ll give you.$B$BYou''re aiming for a big floating target in the water right off the boardwalk.$B$BJust don''t drop your wings while you''re still over ground, or... well... I don''t sell life insurance!' WHERE `ID`=10770; -- 10770
UPDATE `broadcast_text` SET `MaleText`='A golden placard along the side of the shrine reads:$B$B"Here stands the Shrine of Dath''Remar, a fitting tribute to the most noble of elves. Let all who gaze on this monument remember his sacrifices to bring us to this land. All who prosper in Quel''Thalas do so thanks to him."' WHERE `ID`=11004; -- 11004
UPDATE `broadcast_text` SET `MaleText`='<Narain holds an unopened envelope to his forehead.>$B$BWhat is... Mmmm... Velvet!$B$BAm I right?$B$BIf you''re here to try and relearn a tradeskill, use the book over there...$B$B<Narain points to "Soothsaying for Dummies.">' WHERE `ID`=11064; -- 11064
UPDATE `broadcast_text` SET `MaleText`='Don''t tell me! Shhh! You are here about the Ashbringer?!? Yes... Yes... No! My bad.$B$BWhat can I help you with, $r?$B$BIf you''re here to try and relearn a tradeskill, use the book over there...$B$B<Narain points to "Soothsaying for Dummies.">' WHERE `ID`=11065; -- 11065
UPDATE `broadcast_text` SET `MaleText`='Narain Soothfancy, at your service! Retired engineer and master soothsayer! I can tell your future before it even happens!$B$BIf you''re here to try and relearn a tradeskill, use the book over there...$B$B<Narain points to "Soothsaying for Dummies.">' WHERE `ID`=11066; -- 11066
UPDATE `broadcast_text` SET `MaleText`='Around this reindeer''s neck is a tag with the Smokywood Pastures logo on it and a name - "Metzen".$B$BMetzen looks at you with sad, forlorn eyes. It is almost as if the reindeer has been immobilized by some unseen force.' WHERE `ID`=11349; -- 11349
UPDATE `broadcast_text` SET `MaleText`='The tag on this present reads: "For ages 40 and up."' WHERE `ID`=11387; -- 11387
UPDATE `broadcast_text` SET `MaleText`='The tag on this present reads: "For ages 20 and up."' WHERE `ID`=11395; -- 11395
UPDATE `broadcast_text` SET `MaleText`='The tag on this present reads: "For ages 10 and up."' WHERE `ID`=11396; -- 11396
UPDATE `broadcast_text` SET `MaleText`='"Great job collecting resources for the war," they said, "Have a promotion," they said. What they really meant is "You''re stationed outside a bughive in Silithus with a bunch of sweaty dwarves, Carnes!"$B$BThanks for the promotion, Captain!' WHERE `ID`=11658; -- 11658
UPDATE `broadcast_text` SET `MaleText`='A mess, that''s what this is! All of these creatures sprung up out of nowhere, and are running around out of control! And where''ve the Magister, and his apprentices, run off to? Leaving me here all alone without as much as a, "Hello there Wyllithen, would you like to come with?"$B$BThe nerve!' WHERE `ID`=11716; -- 11716
UPDATE `broadcast_text` SET `MaleText`='So you''re looking to relearn what you forgot, eh? Or maybe learn what you were never taught? I know just the thing, $n. Over by Steamwheedle port, to the east, you''ll find a magical book in Narain''s hut called "Soothsaying for Dummies." Give it a read.$B$B<Nixx winks.>$B$BYou''ll find all that you need to know and then some...' WHERE `ID`=11880; -- 11880
UPDATE `broadcast_text` SET `MaleText`='I cannot teach you dragonscale leatherworking, $n. You must go to Tanaris and find the home of Narain Soothfancy. Once there, consult the book "Soothsaying for Dummies."' WHERE `ID`=11894; -- 11894
UPDATE `broadcast_text` SET `FemaleText`='I cannot teach you elemental leatherworking, $n. You must go to Tanaris and find the home of Narain Soothfancy. Once there, consult the book "Soothsaying for Dummies."' WHERE `ID`=11899; -- 11899
UPDATE `broadcast_text` SET `MaleText`='I cannot teach you elemental leatherworking, $n. You must go to Tanaris and find the home of Narain Soothfancy. Once there, consult the book "Soothsaying for Dummies."' WHERE `ID`=11900; -- 11900
UPDATE `broadcast_text` SET `FemaleText`='I cannot teach you tribal leatherworking, $n. You must go to Tanaris and find the home of Narain Soothfancy. Once there, consult the book "Soothsaying for Dummies."' WHERE `ID`=11901; -- 11901
UPDATE `broadcast_text` SET `MaleText`='I cannot teach you tribal leatherworking, $n. You must go to Tanaris and find the home of Narain Soothfancy. Once there, consult the book "Soothsaying for Dummies."' WHERE `ID`=11902; -- 11902
UPDATE `broadcast_text` SET `FemaleText`='After the fall of Karazhan, the Kirin Tor dispatched an assembly of mages to search the tower and seize all items of import... for the purposes of "research." It was then that the fabled staff was discovered and brought back to Dalaran.' WHERE `ID`=12030; -- 12030
UPDATE `broadcast_text` SET `MaleText`='It was not enough.$B$B<Fairbanks smirks briefly, lost in a memory.>$B$BA thousand came and a thousand died. By the Light! By the might of Mograine! He would smite them down as fast as they could come. Through the chaos, I noticed that the lesser Mograine was still there, off in the distance. I called to him, "Help us, Renault! Help your father, boy!"' WHERE `ID`=12498; -- 12498
UPDATE `broadcast_text` SET `MaleText`='It was all I could do to feign death as the corpses of the Scourge piled upon me. There was darkness and only the muffled sounds of the battle above me. The clashing of iron, the gnashing and grinding... gruesome, terrible sounds. And then there was silence. He called to me! "Fairbanks! Fairbanks where are you? Talk to me Fairbanks!" And then came the sound of incredulousness. The bite of betrayal, $r...' WHERE `ID`=12502; -- 12502
UPDATE `broadcast_text` SET `MaleText`='The boy had picked up the Ashbringer and driven it through his father''s heart as his back was turned. His last words will haunt me forever: "What have you done, Renault? Why would you do this?"' WHERE `ID`=12504; -- 12504
UPDATE `broadcast_text` SET `MaleText`='As I live and breathe! "Little" Arator? Is that you?' WHERE `ID`=12811; -- 12811
UPDATE `broadcast_text` SET `MaleText`='Greetings, $n. I am Johnny McWeaksauce. I am used as a tool by developers to carry out specific functions for the purpose of testing. For this test period, I am set to do two specific things:$B$B(1) Flag you as having done the Naxxramas attunement quest so that you are able to accept the next quest, "Echoes of War" from Commander Eligor Dawnbringer. You must first complete that quest to be able to access the quests for your Tier 3 armor set.$B$B(2) Teleport you to Naxxramas.$B$BWhat is it that you require?' WHERE `ID`=13151; -- 13151
UPDATE `broadcast_text` SET `MaleText`='Greetings, $n. I see that you are already flagged as having completed the quest to gain entry to Naxxramas. Be sure to speak with Commander Eligor Dawnbringer at Light''s Hope Chapel in the Eastern Plaguelands to acquire the quest, "Echoes of War." You must first complete that quest to be able to access the quests for your Tier 3 armor set.$B$BI am able to teleport you directly to Naxxramas or you may use the portal found in Plaguewood, to the west.' WHERE `ID`=13156; -- 13156
UPDATE `broadcast_text` SET `MaleText`='And so then he says "I was talking to the chicken!"', `FemaleText`='And so then he says "I was talking to the chicken!"' WHERE `ID`=13235; -- 13235
UPDATE `broadcast_text` SET `MaleText`='I am Arator, son of Turalyon and Alleria. So yes, Father, I am "shome" kind of elf: half-elf to be precise.' WHERE `ID`=13311; -- 13311
UPDATE `broadcast_text` SET `FemaleText`='So I said, "Yeah, but that''ll cost you extra."' WHERE `ID`=13883; -- 13883
UPDATE `broadcast_text` SET `MaleText`='It''s a great assignment, yeah, but "all looking and no touching" gets old after a while.', `FemaleText`='It''s a great assignment, yeah, but "all looking and no touching" gets old after a while.' WHERE `ID`=13909; -- 13909
UPDATE `broadcast_text` SET `FemaleText`='No, this can''t be... It says this creature willingly became a servant of the Legion. He transforms into a satyr and receives the Legion''s "blessing."' WHERE `ID`=14031; -- 14031
UPDATE `broadcast_text` SET `MaleText`='Unpleasant place, this "Undercity". Not at all like the Lordaeron of old. How I miss it...$b$bIf you''re looking to go to Stratholme, I''m afraid I''m unable to assist at the moment. The towers nearby the burning city are still in contention, and as such my powers are far too weak to aid you. Return to me once you''re victorious there.' WHERE `ID`=14620; -- 14620
UPDATE `broadcast_text` SET `MaleText`='A thick red slash has been drawn across the words WANTED: Deathclaw. "This bounty has been claimed by the heroic $n, who has overcome the fearsome beast," declares more writing in the same red ink.' WHERE `ID`=14940; -- 14940
UPDATE `broadcast_text` SET `FemaleText`='"Please?" You have so much to learn... master.' WHERE `ID`=15040; -- 15040
UPDATE `broadcast_text` SET `MaleText`='He wants his "golds." Pay up or die... again...', `FemaleText`='He wants his "golds." Pay up or die... again...' WHERE `ID`=15564; -- 15564
UPDATE `broadcast_text` SET `FemaleText`='Can you believe it? This ethereal does not have a single basilisk eye on him!$B$BAnd his leader has the gall to call himself "the Smuggler Prince!"' WHERE `ID`=15601; -- 15601
UPDATE `broadcast_text` SET `FemaleText`='"Born from light" would be a close translation for Sha''tar. It is the name we gave to the naaru who reclaimed Shattrath City from the agents of Illidan.' WHERE `ID`=15643; -- 15643
UPDATE `broadcast_text` SET `FemaleText`='You speak of her as friend? You are a fool. This "Dark Lady" is not Sylvanas.' WHERE `ID`=15680; -- 15680
UPDATE `broadcast_text` SET `MaleText`='You will find our battlemasters in the Vault of the Lights. There is also one "Miglik Blotstrom" staying with Caregiver Breel, who claims to represent an arena fighting circuit on this world.', `FemaleText`='You will find our battlemasters in the Vault of the Lights. There is also one "Miglik Blotstrom" staying with Caregiver Breel, who claims to represent an arena fighting circuit on this world.' WHERE `ID`=15817; -- 15817
UPDATE `broadcast_text` SET `MaleText`='It''s too bad they don''t stay cute. There must be some rite of passage in the Barrens called, "Climb ugly tree and fall out."' WHERE `ID`=16334; -- 16334
UPDATE `broadcast_text` SET `MaleText`='The tauren says, "That''s a load of bull."' WHERE `ID`=16335; -- 16335
UPDATE `broadcast_text` SET `MaleText`='Impersonation time!! I call this, "The Silly Tauren."' WHERE `ID`=16337; -- 16337
UPDATE `broadcast_text` SET `MaleText`='If you''re ever captured by the Legion, tell them "Xar il romath da tidesbi." They will kill you instantly for insulting their god, saving you intolerable torture or worse...' WHERE `ID`=16430; -- 16430
UPDATE `broadcast_text` SET `MaleText`='The other day I saw one walking down the street shouting, "Once you go gnome, you never go home!"' WHERE `ID`=16670; -- 16670
UPDATE `broadcast_text` SET `MaleText`='I didn''t like him much anyway. Too much talk, not enough "do."' WHERE `ID`=17215; -- 17215
UPDATE `broadcast_text` SET `MaleText`='What''s an "Ologist?" A better question might be what isn''t an "Ologist." It means I study everything! In fact, I''m so well versed in "everything" that I''m guaranteed to be the most intelligent ethereal you''ll ever meet - or your money back.$B$BApologies. That''s the dealer in me talking...' WHERE `ID`=17219; -- 17219
UPDATE `broadcast_text` SET `MaleText`='Show me what you have for sale, "Slim."', `FemaleText`='Show me what you have for sale, "Slim."' WHERE `ID`=17222; -- 17222
UPDATE `broadcast_text` SET `MaleText`='I don''t pay you engineers exorbitant amounts of gold so that I can hear the words "no" or "can''t" exit your wrappings. Bring that barrier down or you''ll find yourselves working the energy reclamation line on X-17.' WHERE `ID`=17225; -- 17225
UPDATE `broadcast_text` SET `MaleText`='Shattrath was once the draenei capital of this world. Its name means "dwelling of light."' WHERE `ID`=17240; -- 17240
UPDATE `broadcast_text` SET `MaleText`='The Sha''tar, or "born from light" are the naaru that came to Outland to fight the demons of the Burning Legion.' WHERE `ID`=17242; -- 17242
UPDATE `broadcast_text` SET `MaleText`='As the naaru approached him, Voren''thal kneeled before him and uttered the following words: "I''ve seen you in a vision, naaru. My race''s only hope for survival lies with you. My followers and I are here to serve you."' WHERE `ID`=17275; -- 17275
UPDATE `broadcast_text` SET `MaleText`='Why? WHY! Why was I "gifted" such a burden?' WHERE `ID`=17327; -- 17327
UPDATE `broadcast_text` SET `MaleText`='If you''ve been to Zangarmarsh, you might''ve run into a fellow named Daniels. You know -- wears a strange helmet, only answers to "the Specialist."$B$BOf course, I taught him everything he knows.$B$BDon''t let the fine clothing fool you. I''m still a rogue at heart. Daniels and I spent a lot of time in the trenches together, but that was before I retired. As far as I know, he''s still out there, giving ''em hell.' WHERE `ID`=18008; -- 18008
UPDATE `broadcast_text` SET `MaleText`='Welcome to Eco-Dome Midrealm, traveler. I would warn you to be wary of dealing with that goblin, Shauly. I don''t believe I''ve ever heard anyone use the word "buddy" as punctuation before.' WHERE `ID`=18650; -- 18650
UPDATE `broadcast_text` SET `MaleText`='"Lowly"? I don''t care who you are, friend: no one refers to the mighty Millhouse Manastorm as "lowly"!' WHERE `ID`=19116; -- 19116
UPDATE `broadcast_text` SET `MaleText`='Antonidas has some interesting notions about these orcs and their "lethargy".' WHERE `ID`=19545; -- 19545
UPDATE `broadcast_text` SET `MaleText`='"It is too soon for you to control me, for you have recently left the game."' WHERE `ID`=19616; -- 19616
UPDATE `broadcast_text` SET `MaleText`='There''s an old saying, "Give a man a fish; you have fed him for a day. Teach a man to fish; and you have fed him for a lifetime." Of course, you might want to cook that fish and that is where I come in.' WHERE `ID`=19753; -- 19753
UPDATE `broadcast_text` SET `MaleText`='Tell me more about this thing you call "cooking?"', `FemaleText`='Tell me more about this thing you call "cooking?"' WHERE `ID`=19755; -- 19755
UPDATE `broadcast_text` SET `MaleText`='<The grizzled gladiator speaks in halting Common.> What? You have a problem with me? Take it to the arena. I don''t waste my time with your little "hordes" and "alliances."' WHERE `ID`=19790; -- 19790
UPDATE `broadcast_text` SET `MaleText`='<The veteran gladiator speaks in halting Orcish.> What? You have a problem with me? Take it to the arena. I don''t waste my time with your little "hordes" and "alliances."' WHERE `ID`=19792; -- 19792
UPDATE `broadcast_text` SET `MaleText`='I don''t think it can top the one time where he told us that he''d heard that Arthas''s "cousin''s" skeleton was frozen beneath a glacier in Winterspring. I''ll never forgive you for that one, Letoll. I mean honestly... Arthas''s cousin?', `FemaleText`='I don''t think it can top the one time where he told us that he''d heard that Arthas''s "cousin''s" skeleton was frozen beneath a glacier in Winterspring. I''ll never forgive you for that one, Letoll. I mean honestly... Arthas''s cousin?' WHERE `ID`=20342; -- 20342
UPDATE `broadcast_text` SET `MaleText`='The true believers have lived in shame since the day our treacherous cousins in Skettis stole the book from us, shattered its tablet, and buried the fragments in their wretched city!$B$BPray that the raven will choose you to restore it, my son. Be faithful and remember always the prophecy, "From the dreams of his enemies shall the raven spring forth into the world."' WHERE `ID`=20641; -- 20641
UPDATE `broadcast_text` SET `MaleText`='Provided your "style" does not include swindling the inhabitants of the city, my words should not "cramp" it whatsoever.' WHERE `ID`=20865; -- 20865
UPDATE `broadcast_text` SET `MaleText`='Truly? "Guaranteed?" We''ll have to sit down and talk at length about this "guarantee" of yours, merchant.' WHERE `ID`=20876; -- 20876
UPDATE `broadcast_text` SET `MaleText`='It pains me to say this, but "Yes".' WHERE `ID`=21163; -- 21163
UPDATE `broadcast_text` SET `MaleText`='Three words - "ab - so - lutely"!' WHERE `ID`=21188; -- 21188
UPDATE `broadcast_text` SET `MaleText`='You should be asking "Is that rogue behind me going to kill me?"' WHERE `ID`=21197; -- 21197
UPDATE `broadcast_text` SET `MaleText`='It''s like my mother always said: [Demonic] "Razxx khaj jhashxx xashjx."' WHERE `ID`=21205; -- 21205
UPDATE `broadcast_text` SET `MaleText`='My sources say "no". Before the torture, that is.' WHERE `ID`=21236; -- 21236
UPDATE `broadcast_text` SET `MaleText`='You have no need to worry - the swindler who peddled his "wares" here has been exiled from our fair city.' WHERE `ID`=22127; -- 22127
UPDATE `broadcast_text` SET `MaleText`='Let it never be said that we do not listen to the concerns of the people. This "Griftah" individual has made false claims, and we mean to set things right.' WHERE `ID`=22129; -- 22129
UPDATE `broadcast_text` SET `MaleText`='Did someone say, "Free Brew"?' WHERE `ID`=22318; -- 22318
UPDATE `broadcast_text` SET `FemaleText`='You may ask yourself, "What is next?" I have the answer. To learn more of our art, you must travel across the sea to an awe-inspiring place known as Ironforge. The forge there is one of the largest in the land! Bengus Deepforge, found in the Great Forge, can instruct you further.' WHERE `ID`=22573; -- 22573
UPDATE `broadcast_text` SET `MaleText`='I''m omitting the runes for "north" and "west" because I''m not sure how they impact the giant. I''m also including a rune to limit how long you can control it.' WHERE `ID`=23247; -- 23247
UPDATE `broadcast_text` SET `MaleText`='And you''re entrusted with keeping the city safe! How am I supposed to perform my "simple task" if the streets are thick with lowlifes? I can''t spit in Shattrath without hitting some grubby burglar.' WHERE `ID`=23302; -- 23302
UPDATE `broadcast_text` SET `MaleText`='My services were rendered. The protection of the city is not my jurisdiction. I believe that''s why they call you "peacekeepers?"' WHERE `ID`=23430; -- 23430
UPDATE `broadcast_text` SET `MaleText`='Of course. My methods are questionable. It was my methodology, I''ll note, that exposed that "Griftah" as a fraud in the first place! You had only to keep the peace, and you failed in that simple task!' WHERE `ID`=23432; -- 23432
UPDATE `broadcast_text` SET `MaleText`='If you earn enough Brewfest prize tickets, the ticket redeemer in the Brewfest camp can give you an "Honorary Brewer" hand stamp.$b$bThat stamp will allow me to sell you a Brewfest riding ram. But they don''t come cheap, mind you!', `FemaleText`='If you earn enough Brewfest prize tickets, the ticket redeemer in the Brewfest camp can give you an "Honorary Brewer" hand stamp.$b$bThat stamp will allow me to sell you a Brewfest riding ram. But they don''t come cheap, mind you!' WHERE `ID`=23462; -- 23462
UPDATE `broadcast_text` SET `MaleText`='Drohn''s Distillery has the best brew money can buy! They were voted "Outstanding Brew" by Monthly Goblin Brew!', `FemaleText`='Drohn''s Distillery has the best brew money can buy! They were voted "Outstanding Brew" by Monthly Goblin Brew!' WHERE `ID`=23515; -- 23515
UPDATE `broadcast_text` SET `MaleText`='T''chali''s Voodoo Brewery has the best brew you can find! They were voted "Best Brew" by the Goblin Brew Weekly!', `FemaleText`='T''chali''s Voodoo Brewery has the best brew you can find! They were voted "Best Brew" by the Goblin Brew Weekly!' WHERE `ID`=23519; -- 23519
UPDATE `broadcast_text` SET `MaleText`='"Yaaaaaaaaaarrr... it''s driving me insane!" Wait... that''s not quite how it goes...', `FemaleText`='"Yaaaaaaaaaarrr... it''s driving me insane!" Wait... that''s not quite how it goes...' WHERE `ID`=23658; -- 23658
UPDATE `broadcast_text` SET `MaleText`='...so he says "Of course I''m not seeing double! I''ve only got one eye!"', `FemaleText`='...so he says "Of course I''m not seeing double! I''ve only got one eye!"' WHERE `ID`=23665; -- 23665
UPDATE `broadcast_text` SET `MaleText`='Ahoy, umm.... "matey!" This is the $g fellow : gal; I was telling you about, "me bucko!" $g He : She;''s a real "terror of the seas!"' WHERE `ID`=23684; -- 23684
UPDATE `broadcast_text` SET `MaleText`='Greetings, $r. I am Hidalgo, master of the hunt and world class falconer. This killing machine that you see perched atop my shoulder is Excelsior.$B$BYou might be thinking to yourself, "What does a falconer even do?" Well I''ll tell you what we do - we hunt! Falconry is the art of using a bird of prey to hunt and catch game. Perhaps you are interested in learning to hunt with a trained raptor? Hidalgo can teach you such things!' WHERE `ID`=23758; -- 23758
UPDATE `broadcast_text` SET `MaleText`='Best keep yer head down, "matey!" If ye know what I mean!$B$BYarrrr!' WHERE `ID`=23794; -- 23794
UPDATE `broadcast_text` SET `MaleText`='Something''s got those Dark Iron Dwarves riled up. They show up almost every half-hour, break all the kegs, and leave!$b$bSo you''re probably asking, "Why should I care?"$b$bI''ll tell you... Because the kegs they break stop us from giving out free brew! You heard me right, free brew!$b$bSo if you are around when those dwarves show up, take a minute and help protect the kegs.' WHERE `ID`=23838; -- 23838
UPDATE `broadcast_text` SET `MaleText`='Vol''jin is on his way! The "Tapping of the Keg" will take place in just a few short minutes!' WHERE `ID`=23884; -- 23884
UPDATE `broadcast_text` SET `MaleText`='High Tinker Mekkatorque is on his way! The "Tapping of the Keg" ceremony will begin in a few minutes!' WHERE `ID`=23888; -- 23888
UPDATE `broadcast_text` SET `MaleText`='"Stash?"', `FemaleText`='"Stash?"' WHERE `ID`=23964; -- 23964
UPDATE `broadcast_text` SET `FemaleText`='"Iron Eagle." Hmph. It''s a passenger ship, not a warbird! But hey, a job''s a job, and I''ll humor Captain "Bombast" so long as the prince is paying.$b$bIn any case, welcome aboard.' WHERE `ID`=24255; -- 24255
UPDATE `broadcast_text` SET `FemaleText`='Welcome aboard $c. Take a load off and enjoy the trip. Aboard "The Purple Princess" we want you to relax. We have vending machines down below if there''s anything you might need while aboard.' WHERE `ID`=24282; -- 24282
UPDATE `broadcast_text` SET `MaleText`='He called himself Gearmaster Mechazod. When we arrived he was busy transforming the survivors into mechanical beings!$B$BHe greeted us warmly and explained that he was one of the first gnomes ever to be created by something he called "The Grand Architect", a Titan keeper from within the halls of fabled Ulduar.$B$BApparently, he was the blockage that my team had accidentally sucked up from where he''d malfunctioned thousands of years ago. It was just our luck that we''d built the pumping station right above him.' WHERE `ID`=24905; -- 24905
UPDATE `broadcast_text` SET `MaleText`='The station''s mechanics had put him back together, bringing him back to "life".$B$BAnd now, by way of thanks, he was going to return the favor by curing all of us of what he called the "Curse of the Flesh".$B$BAccording to Mechazod, it''s a condition that eventually befalls all of the creations of the Titans! In other words, we all supposedly start out as robots of some kind, and, over thousands of years, slowly turn into fleshy beings!$B$BPreposterous, I know.' WHERE `ID`=24906; -- 24906
UPDATE `broadcast_text` SET `MaleText`='It didn''t look like much of a "cure" to me, and I wasn''t about to stand around listening to some crazy robot while he was butchering my people!$B$BWe did what any sane gnome would do... we ran! Well, actually, most of us parachuted off the side of the platform, but you get the picture.$B$BNot many of us managed to make it back here, and we''re still spread thin from having to deal with everything else too, like the magnataur to the north and the Scourge to the east. To make things worse, the Horde just setup shop to the northwest!' WHERE `ID`=24907; -- 24907
UPDATE `broadcast_text` SET `FemaleText`='Not really much of a "group" anymore, is it?' WHERE `ID`=25438; -- 25438
UPDATE `broadcast_text` SET `MaleText`='Then repeat after me: "Lok''tar ogar! Victory or death - it is these words that bind me to the Horde. For they are the most sacred and fundamental of truths to any warrior of the Horde.
I give my flesh and blood freely to the Warchief. I am the instrument of my Warchief''s desire. I am a weapon of my Warchief''s command.
From this moment until the end of days I live and die - For the Horde!"
', `FemaleText`='Then repeat after me: "Lok''tar ogar! Victory or death - it is these words that bind me to the Horde. For they are the most sacred and fundamental of truths to any warrior of the Horde.
I give my flesh and blood freely to the Warchief. I am the instrument of my Warchief''s desire. I am a weapon of my Warchief''s command.
From this moment until the end of days I live and die - For the Horde!"' WHERE `ID`=25653; -- 25653
UPDATE `broadcast_text` SET `MaleText`='Ummm... the frog says you''re a traitor, "matey."', `FemaleText`='Ummm... the frog says you''re a traitor, "matey."' WHERE `ID`=25738; -- 25738
UPDATE `broadcast_text` SET `MaleText`='Of all the hair-brained, idiotic, BRAINLESS ideas... "Yea, Brote, it''ll be great... the Forsaken will rain gold coins down on our heads!"' WHERE `ID`=26194; -- 26194
UPDATE `broadcast_text` SET `FemaleText`='Here, take this horse over to your stable. Tell Ronald, "Hello."' WHERE `ID`=26524; -- 26524
UPDATE `broadcast_text` SET `MaleText`='It''s great bein'' a member of da "Brew of the Month" club.', `FemaleText`='It''s great bein'' a member of da "Brew of the Month" club.' WHERE `ID`=26705; -- 26705
UPDATE `broadcast_text` SET `MaleText`='With enough tokens you can join the "Brew of the Month" club. Being in the Brew of the Month club is like having Brewfest all year round!$b$bEvery month you will receive mail with a new brew to try out. If you like that brew, you can go to the Stonefire Tavern in Ironforge and buy more from the vendors there. ' WHERE `ID`=26733; -- 26733
UPDATE `broadcast_text` SET `MaleText`='With enough tokens you can join the "Brew of the Month" club. Being in the Brew of the Month club is like having Brewfest all year round!$b$bEvery month you will receive mail with a new brew to try out. If you like that brew, you can go to the Darkbriar Lodge in Orgrimmar''s Valley of Spirits and buy more from the vendors there. ' WHERE `ID`=26744; -- 26744
UPDATE `broadcast_text` SET `MaleText`='You haven''t heard of the "Brew of the Month" club? Those gals love to party. If they had their way, Brewfest would never end! Sometimes last year, it felt like it didn''t.$b$bBut now they''ve figured, the best way to keep the Brewfest spirit going would be to allow people to join their club.$b$bFor a small fee, just a few tokens, you can join! You get brew mailed to you every month and a chance to buy that same brew if you like it. It''s cutting edge stuff and a way to make sure that Brewfest''s spirit is never really gone.', `FemaleText`='You haven''t heard of the "Brew of the Month" club? Those gals love to party. If they had their way, Brewfest would never end! Sometimes last year, it felt like it didn''t.$b$bBut now they''ve figured, the best way to keep the Brewfest spirit going would be to allow people to join their club.$b$bFor a small fee, just a few tokens, you can join! You get brew mailed to you every month and a chance to buy that same brew if you like it. It''s cutting edge stuff and a way to make sure that Brewfest''s spirit is never really gone.' WHERE `ID`=26762; -- 26762
UPDATE `broadcast_text` SET `MaleText`='What''s the "Brew of the Month" club?', `FemaleText`='What''s the "Brew of the Month" club?' WHERE `ID`=26770; -- 26770
UPDATE `broadcast_text` SET `MaleText`='You haven''t heard of the "Brew of the Month" club? It''s a bunch of really cute guys that want to celebrate Brewfest all year long! They tried to bring Brewfest back in the past, but it never lasted very long.$b$bOnce you join the club you get mailed a different brew every month! If you like that brew, you can talk to the vendors in Ironforge to get more brew.$b$bI think you are cute enough to join the club. You give me a few prize tokens and I''ll give you the forms. Then maybe we can celebrate Brewfest together, all year round!', `FemaleText`='You haven''t heard of the "Brew of the Month" club? It''s a bunch of really cute guys that want to celebrate Brewfest all year long! They tried to bring Brewfest back in the past, but it never lasted very long.$b$bOnce you join the club you get mailed a different brew every month! If you like that brew, you can talk to the vendors in Ironforge to get more brew.$b$bI think you are cute enough to join the club. You give me a few prize tokens and I''ll give you the forms. Then maybe we can celebrate Brewfest together, all year round!' WHERE `ID`=26771; -- 26771
UPDATE `broadcast_text` SET `MaleText`='Return to Halford with the information that the good mayor was kind enough to submit, $n. I will finish here and squeeze whatever else this wretch might know about Thel''zan. Now, I will show Godfrey the rarely seen "option three."' WHERE `ID`=26833; -- 26833
UPDATE `broadcast_text` SET `MaleText`='Hey, do any of you know McGoyver over at Valgarde? He''s my uncle. You know what his title is? Pro. Yea, just "Pro." I want to be a pro too.', `FemaleText`='Hey, do any of you know McGoyver over at Valgarde? He''s my uncle. You know what his title is? Pro. Yea, just "Pro." I want to be a pro too.' WHERE `ID`=26975; -- 26975
UPDATE `broadcast_text` SET `MaleText`='Most of my brethren are disdainful of the Horde''s "barbaric" ways, and I once counted myself among them. When I was first ordered to this somewhat humid and... fragrant place, I cursed my lot in life.$b$bDuring my studies, however, I grew to appreciate my surroundings. It has a certain charm, don''t you think?$b$bAh, and my studies, of course, were to allow other mages to return here with a spell. Shall I teach you?' WHERE `ID`=26990; -- 26990
UPDATE `broadcast_text` SET `MaleText`='Most of my brethren are disdainful of the Horde''s "barbaric" ways, and I once counted myself among them. When I was first ordered to this somewhat humid and... fragrant place, I cursed my lot in life.$b$bDuring my studies, however, I grew to appreciate my surroundings. It has a certain charm, don''t you think?$b$b...you wouldn''t be interested in my studies, of course, not being a mage yourself.' WHERE `ID`=26991; -- 26991
UPDATE `broadcast_text` SET `MaleText`='"Serve me in life and I will promise to rend the weakness from your soul. To erase it from existence!" To be chosen... blessed by the Lich King in such a way.' WHERE `ID`=27160; -- 27160
UPDATE `broadcast_text` SET `MaleText`='Hold, lad. There''s an inscription on the dais. It''s a warning. It says, "Whomsoever takes up this blade shall wield power eternal. Just as the blade rends flesh, so must power scar the spirit." Oh, I should''ve known. The blade is cursed! Let''s get the hell out of here!
' WHERE `ID`=27209; -- 27209
UPDATE `broadcast_text` SET `MaleText`='Hapana simply grunts and waves you away towards the Dread Captain DeMeza.$B$BBeneath the fur of one massive arm can be seen a tattoo of the word "MAGATHA" in an arrow-pierced heart.' WHERE `ID`=27455; -- 27455
UPDATE `broadcast_text` SET `MaleText`='Now where was I? I yeah... So I said to her, "But I need you! I need you!"... and she just laughed and slithered away! It''s the honest truth, $n. Naga can be so cruel!' WHERE `ID`=27492; -- 27492
UPDATE `broadcast_text` SET `MaleText`='Well... fine, fine. We need to test the equipment anyhow.$B$BGimme a few seconds. I''ll have ''em come out to "rehearse."$B$BYou ready?' WHERE `ID`=27601; -- 27601
UPDATE `broadcast_text` SET `MaleText`='I''m sorry, our brews are exclusive to members of the "Brew of the Month Club."', `FemaleText`='I''m sorry, our brews are exclusive to members of the "Brew of the Month Club."' WHERE `ID`=27930; -- 27930
UPDATE `broadcast_text` SET `MaleText`='I think it like you. Maybe we can bring it back to hill and ask it nice, "Step in cooking pot, big-tongue." Yes?' WHERE `ID`=28152; -- 28152
UPDATE `broadcast_text` SET `MaleText`='Did you see face? Looked so scared, "Ah, big thing going to smash me!" Hah.' WHERE `ID`=28181; -- 28181
UPDATE `broadcast_text` SET `MaleText`='Not mentioned much, but Kartak ate dozen Frenzyheart before became "friend."' WHERE `ID`=28216; -- 28216
UPDATE `broadcast_text` SET `MaleText`='Goregek never "stumble" into chicken hut... Goregek always have to feed his dumb belly. Always one chicken missing when we catch them all.' WHERE `ID`=28233; -- 28233
UPDATE `broadcast_text` SET `MaleText`='Mistwhisper not always like us. They say we "damage their calm."' WHERE `ID`=28328; -- 28328
UPDATE `broadcast_text` SET `MaleText`='Strange, the records on this one are incomplete. It just says "I killed it!" in a rough scrawl, written in blood.', `FemaleText`='Strange, the records on this one are incomplete. It just says "I killed it!" in a rough scrawl, written in blood.' WHERE `ID`=28687; -- 28687
UPDATE `broadcast_text` SET `MaleText`='What''s "Crimson Dawn!" We deserve to know the truth, Quimby!', `FemaleText`='What''s "Crimson Dawn!" We deserve to know the truth, Quimby!' WHERE `ID`=29107; -- 29107
UPDATE `broadcast_text` SET `MaleText`='So much for the Scarlet "paradise!"', `FemaleText`='So much for the Scarlet "paradise!"' WHERE `ID`=29114; -- 29114
UPDATE `broadcast_text` SET `MaleText`='What is the "Crimson Dawn?"', `FemaleText`='What is the "Crimson Dawn?"' WHERE `ID`=29133; -- 29133
UPDATE `broadcast_text` SET `MaleText`='Tell me what you know about "Crimson Dawn" or the beatings will continue!', `FemaleText`='Tell me what you know about "Crimson Dawn" or the beatings will continue!' WHERE `ID`=29134; -- 29134
UPDATE `broadcast_text` SET `MaleText`='I''m through being courteous with your kind, human! What is the "Crimson Dawn?"', `FemaleText`='I''m through being courteous with your kind, human! What is the "Crimson Dawn?"' WHERE `ID`=29135; -- 29135
UPDATE `broadcast_text` SET `MaleText`='"Crimson Dawn!" What is it! Speak!', `FemaleText`='"Crimson Dawn!" What is it! Speak!' WHERE `ID`=29136; -- 29136
UPDATE `broadcast_text` SET `MaleText`='I can keep this up for a very long time, Scarlet dog! Tell me about the "Crimson Dawn!"', `FemaleText`='I can keep this up for a very long time, Scarlet dog! Tell me about the "Crimson Dawn!"' WHERE `ID`=29137; -- 29137
UPDATE `broadcast_text` SET `MaleText`='I''ll tear the secrets from your soul! Tell me about the "Crimson Dawn" and your life may be spared!', `FemaleText`='I''ll tear the secrets from your soul! Tell me about the "Crimson Dawn" and your life may be spared!' WHERE `ID`=29138; -- 29138
UPDATE `broadcast_text` SET `MaleText`='Is your life worth so little? Just tell me what I need to know about "Crimson Dawn" and I''ll end your suffering quickly.', `FemaleText`='Is your life worth so little? Just tell me what I need to know about "Crimson Dawn" and I''ll end your suffering quickly.' WHERE `ID`=29139; -- 29139
UPDATE `broadcast_text` SET `MaleText`='I grow tired of these games, human. Tell me of the "Crimson Dawn" or I will tear your spine out with my bare hands!', `FemaleText`='I grow tired of these games, human. Tell me of the "Crimson Dawn" or I will tear your spine out with my bare hands!' WHERE `ID`=29140; -- 29140
UPDATE `broadcast_text` SET `MaleText`='We... We have only been told that the "Crimson Dawn" is an awakening. You... You see, the Light speaks to the High General. It is the Light...', `FemaleText`='We... We have only been told that the "Crimson Dawn" is an awakening. You... You see, the Light speaks to the High General. It is the Light...' WHERE `ID`=29150; -- 29150
UPDATE `broadcast_text` SET `FemaleText`='Say, Modoru. Where did you get those... ah... "wonderful" robes of yours, hmmm?' WHERE `ID`=29546; -- 29546
UPDATE `broadcast_text` SET `MaleText`='Come, citizens of Stratholme! Meet your "saviors."' WHERE `ID`=29952; -- 29952
UPDATE `broadcast_text` SET `MaleText`='I''m sure things would have been a lot better with you driving. We would have all probably died on the way here instead. I can see the headlines now: "Heroes of the Argent Crusade Killed in Fatal Steam Tank Accident."' WHERE `ID`=30442; -- 30442
UPDATE `broadcast_text` SET `MaleText`='This "Loken" sounds like a nasty character. Glad we don''t have to worry about the likes o'' him anymore. So... if I''m understandin'' ye right, the original earthen eventually woke up from this stasis, and by that time the destabili-whatever had turned ''em into proper dwarves. Or at least... dwarf ancestors.' WHERE `ID`=30582; -- 30582
UPDATE `broadcast_text` SET `MaleText`='Designation: Old Gods. Old Gods rendered all systems, including earthen, defenseless in order to facilitate assimilation. This matrix destabilization has been termed "the Curse of Flesh". Effects of destabilization increased over time.' WHERE `ID`=30613; -- 30613
UPDATE `broadcast_text` SET `MaleText`='OOOF! That one''s gonna require the "scraper."' WHERE `ID`=30678; -- 30678
UPDATE `broadcast_text` SET `MaleText`='The stranger having no name of his own, my father deemed "Yorg," a name reserved for champions of legend. Years later, he now stands before us as Yorg Stormheart, King of the Frostborn.' WHERE `ID`=30952; -- 30952
UPDATE `broadcast_text` SET `MaleText`='Ley-line excavations continue, with pleasant results. We were surprised to find several similarities in the ley-line structures between Azeroth and Draenor, possibly indicating a similar genesis?
My close associate Naberius reports that the Laughing Skulls have established a truce with the Alliance forces in the area. Always distrustful of orcs, I thought to myself, "This could be heaven or this could be hell."', `FemaleText`='Ley-line excavations continue, with pleasant results. We were surprised to find several similarities in the ley-line structures between Azeroth and Draenor, possibly indicating a similar genesis?
My close associate Naberius reports that the Laughing Skulls have established a truce with the Alliance forces in the area. Always distrustful of orcs, I thought to myself, "This could be heaven or this could be hell."' WHERE `ID`=31449; -- 31449
UPDATE `broadcast_text` SET `MaleText`='You challenge death itself! Come then, "King." Face the might of Mograine!' WHERE `ID`=31455; -- 31455
UPDATE `broadcast_text` SET `MaleText`='Lich King say Patchwerk "on loan" from Naxxramas. Loan make Patchwerk ANGRY!' WHERE `ID`=31642; -- 31642
UPDATE `broadcast_text` SET `MaleText`='In my travels I have learned the recipe for the Wispcloak.$B$BThis cloak is a tradeable Epic spellcasting cloak that grants Stamina, Spellpower, Intellect and Mana Recovery. I am looking for someone worthy to teach this recipe to.$B$BSomeone who had completed all the normal dungeons of Northrend and had the "Northrend Dungeonmaster" achievement would be worthy of learning the recipe for the Wispcloak.' WHERE `ID`=32454; -- 32454
UPDATE `broadcast_text` SET `MaleText`='I have ventured to dark places and learned the tailoring recipe for the Deathchill Cloak.$B$BThis cloak is a tradeable Epic cloak for spellcasters that grants Spellpower, Haste and Critical Strike. I am looking for someone worthy to teach this recipe to.$B$BSomeone who had completed most of the quests across Northrend and had the "Loremaster of Northrend" achievement would be worthy of learning the recipe for the Deathchill Cloak.' WHERE `ID`=32463; -- 32463
UPDATE `broadcast_text` SET `MaleText`='You should all know, the orcs have a battle cry: LOK''TAR OGAR! It means "victory or death." Fitting...' WHERE `ID`=32970; -- 32970
UPDATE `broadcast_text` SET `MaleText`='This entire holiday is nonsensical. Colored eggs and "life affirmation," bah.', `FemaleText`='This entire holiday is nonsensical. Colored eggs and "life affirmation," bah.' WHERE `ID`=33128; -- 33128
UPDATE `broadcast_text` SET `MaleText`='I know, I know... "fishing in a sewer?" But you''d be surprised by what you can catch down here. I''ve even heard stories of sharks, if you can believe it.' WHERE `ID`=33205; -- 33205
UPDATE `broadcast_text` SET `MaleText`='Trigger for self-destruct mechanism is codenamed "Big Red Button", Mimiron''s own creation.' WHERE `ID`=33889; -- 33889
UPDATE `broadcast_text` SET `MaleText`='Searching... Destruction of Prime Designate is considered the first warning sign of systemic planetary failure. Algalon observer entity''s arrival is followed by planetary diagnostics resulting in one of two possible reply signals. Reply-code Alpha, signaling "All is well" and Reply-code Omega, signaling planetary re-origination.' WHERE `ID`=33898; -- 33898
UPDATE `broadcast_text` SET `MaleText`='You''re going to tell us how to... "un-compromise" the sigils, aren''t you?' WHERE `ID`=33935; -- 33935
UPDATE `broadcast_text` SET `MaleText`='%s cries out, "I will have my vengeance!"' WHERE `ID`=34048; -- 34048
UPDATE `broadcast_text` SET `MaleText`='Now, why would you go and do something like that? Didn''t you see the sign that said, "DO NOT PUSH THIS BUTTON!"? How will we finish testing with the self-destruct mechanism active?' WHERE `ID`=34244; -- 34244
UPDATE `broadcast_text` SET `MaleText`='Fascinating. I think they call that a "clean kill".' WHERE `ID`=34301; -- 34301
UPDATE `broadcast_text` SET `MaleText`='As the Molten Colossus weakens, a single ominous word rumbles through the air like rolling thunder: "BURN"' WHERE `ID`=34370; -- 34370
UPDATE `broadcast_text` SET `MaleText`='Watch your tongue, worm. You will not refer to Soggoth the Slitherer as "that thing" or you''ll find yourself eating your own heart for dinner.' WHERE `ID`=34608; -- 34608
UPDATE `broadcast_text` SET `FemaleText`='I hear the "but" in your voice...' WHERE `ID`=34766; -- 34766
UPDATE `broadcast_text` SET `FemaleText`='There''s a phrase... "It''s always darkest before the dawn." The dawn will come, though, Tahu. The sun will rise. The balance will shift back to where it should be.' WHERE `ID`=34773; -- 34773
UPDATE `broadcast_text` SET `FemaleText`='Damn you, Fandral! What have you gotten us into with this cursed "World Tree?"' WHERE `ID`=34999; -- 34999
UPDATE `broadcast_text` SET `MaleText`='"Pilgrim''s Bounty." Hrm. I can understand the tauren''s eagerness to express their sense of gratitude and comraderie to the Horde''s warchief, but the Forsaken?$B$BI imagined they would have dropped such sentimental traditions long ago.', `FemaleText`='"Pilgrim''s Bounty." Hrm. I can understand the tauren''s eagerness to express their sense of gratitude and comraderie to the Horde''s warchief, but the Forsaken?$B$BI imagined they would have dropped such sentimental traditions long ago.' WHERE `ID`=35091; -- 35091
UPDATE `broadcast_text` SET `MaleText`='"Pilgrim''s Bounty?" More like "Fool''s Folly!"$B$BHundreds of cargo holds full of food given away for free... FREE! It boggles the mind!$B$BStill, I suppose I should shift some of my Poultry Portfolio funds to turkey... I can''t believe how big of a bust that chicken investment was. Where did all those Noblegarden eggs COME from?!', `FemaleText`='"Pilgrim''s Bounty?" More like "Fool''s Folly!"$B$BHundreds of cargo holds full of food given away for free... FREE! It boggles the mind!$B$BStill, I suppose I should shift some of my Poultry Portfolio funds to turkey... I can''t believe how big of a bust that chicken investment was. Where did all those Noblegarden eggs COME from?!' WHERE `ID`=35095; -- 35095
UPDATE `broadcast_text` SET `MaleText`='It won''t be long before Fizzlebang is a household word, used to scare children into bed! "Beware, or Fizzlebang will summon a mighty demon to eat you!"' WHERE `ID`=35817; -- 35817
UPDATE `broadcast_text` SET `FemaleText`='Kalytha ... it is done. The Sarcen Stone is fully charged and is already diverting energy from the portal. Are you still the incredible swimmer I knew those many years ago? The stone must not be found by either the demons or our "beloved" Queen.$B$BSwim to the bottom of the lake, Kalytha, and bury the stone deep under the center arch. Hopefully the demonic invaders will not discover it when they raze the surrounding temple. Go!' WHERE `ID`=35897; -- 35897
UPDATE `broadcast_text` SET `MaleText`='Azsharite? You soft ones come up with new names for everything. What is this "azsharite?"' WHERE `ID`=36354; -- 36354
UPDATE `broadcast_text` SET `MaleText`='How often do you, uh, "go?"', `FemaleText`='How often do you, uh, "go?"' WHERE `ID`=36361; -- 36361
UPDATE `broadcast_text` SET `FemaleText`='Greetings, $r. Please do not alarm yourself. I am indeed speaking to you in your native tongue.$B$BMy own considerable raptor intelligence has been augmented through a series of experiments. You may refer to me as "Subject Nine," an identity recently bestowed to me by my creators, who are otherwise at the moment occupied or deceased. Perhaps you can render me some assistance?' WHERE `ID`=36454; -- 36454
UPDATE `broadcast_text` SET `MaleText`='<The "voice" of the construct seems to emanate from the air around you, ringing in your ears while the hairs on your arms stand up. The construct speaks to you in a language you can''t understand, with words that sound like multiple voices talking at once.>' WHERE `ID`=36527; -- 36527
UPDATE `broadcast_text` SET `MaleText`='Welcome, ally. We have much to discuss.$B$BThe beasts you call the "Horde" ravage these woods. Their terrible stone ribbon slices through our land, frightens the animals we hunt, and fills the air with noise and ash.$B$BTell me, friend. How can we Blackmaw join this "Alliance" of yours?' WHERE `ID`=36560; -- 36560
UPDATE `broadcast_text` SET `MaleText`='Your tone enrages me, outsider. If this is what we can expect from your so-called "Alliance," we will have no part in it!' WHERE `ID`=36572; -- 36572
UPDATE `broadcast_text` SET `MaleText`='You keep talking, but all I hear is "Blah blah my people bathe in our own filth."', `FemaleText`='You keep talking, but all I hear is "Blah blah my people bathe in our own filth."' WHERE `ID`=36574; -- 36574
UPDATE `broadcast_text` SET `MaleText`='Due to the, ah, "misunderstanding" in Dragonblight, we''ve had to relocate our facilities to this decrepit mess of a castle.$B$BStill, we''ve now plenty of space and time to work on various new and lovely... products...' WHERE `ID`=36651; -- 36651
UPDATE `broadcast_text` SET `MaleText`='<The orc before you looks greener than usual.>$B$B$C, the goblins have brought "all you can eat seafood" to our shores. It is ... *urp* ... like a cataclysm in my belly.' WHERE `ID`=36729; -- 36729
UPDATE `broadcast_text` SET `MaleText`='"All you can eat" he says. *Gulp*' WHERE `ID`=36733; -- 36733
UPDATE `broadcast_text` SET `MaleText`='What was in that "bisque?"' WHERE `ID`=36735; -- 36735
UPDATE `broadcast_text` SET `MaleText`='$n! Come here. I have a ... "special project" requiring your assistance.' WHERE `ID`=36851; -- 36851
UPDATE `broadcast_text` SET `MaleText`='It takes a few good crashes to really "season" a flying machine.$B$BNo goblin in their right mind flies one pristine.' WHERE `ID`=36888; -- 36888
UPDATE `broadcast_text` SET `FemaleText`='In our native tongue, "Una''fe" can be translated as "Refuge." But the name no longer fits. From the moment we set up this camp, this strange jungle has threatened to engulf it. ' WHERE `ID`=37110; -- 37110
UPDATE `broadcast_text` SET `MaleText`='What part of "Victory or Death" don''t you understand!?' WHERE `ID`=37517; -- 37517
UPDATE `broadcast_text` SET `MaleText`='Did you know about our "Charitable Charms" program?$B$BOfficial Crown event mascots like myself are authorized to distribute Lovely Charm Collector''s Kits.$B$BYou can then use the Lovely Charms you gather to create Lovely Charm Bracelets for friends and loved ones, or turn them in to Lovely Merchants for Love Tokens!$B$BOne popular activity is making bracelets for your favorite leaders to let them know they''re appreciated and adored...' WHERE `ID`=37559; -- 37559
UPDATE `broadcast_text` SET `MaleText`='Whatever you need, Brazie Getz! Get it?$B$BAnd I''m not just talkin'' about the "legal" stuff, either. WHATEVER YOU NEED, PAL! Anything...' WHERE `ID`=37563; -- 37563
UPDATE `broadcast_text` SET `MaleText`='I''m not into any of that creepy stuff you like, Brazie. Just show me the "legal" wares.', `FemaleText`='I''m not into any of that creepy stuff you like, Brazie. Just show me the "legal" wares.' WHERE `ID`=37565; -- 37565
UPDATE `broadcast_text` SET `MaleText`='We named him Dranosh - It means "Heart of Draenor" in orcish. I would not let the warlocks take him. My boy would be safe, hidden away by the elders of Garadar.' WHERE `ID`=37640; -- 37640
UPDATE `broadcast_text` SET `FemaleText`='Come, Scourgebane. I''ll show the master which of us is truly worthy of the title of "Champion"!' WHERE `ID`=37653; -- 37653
UPDATE `broadcast_text` SET `FemaleText`='When we were packed into the Town-In-A-Box, they told us we''d be deployed somewhere in Azshara. Is this Azshara?$B$BI ask you: who prepares a Town-In-A-Box and doesn''t supply it with enough food to live on?! One measly Poultryizer?!$B$BWe all know how the "Micro" Mechachicken worked out.' WHERE `ID`=37854; -- 37854
UPDATE `broadcast_text` SET `MaleText`='Nonsense. Have I hired a blind squire? There are dragons everywhere.$b$bMy neighbor Spark refers to them as "dinosaurs", but I know a dragon when I see one. They must be slayed.' WHERE `ID`=38342; -- 38342
UPDATE `broadcast_text` SET `MaleText`='Hey, did you hear the one about the $r $c? OK, here goes:$b$bA $r $c walks into a cave and starts fighting gorillas. The leader of the gorillas says, "Hey, why are you doing that?!" So then the $r $c says, "A goblin told me to."$b$bThe gorilla leader says, "Do you do everything that goblins tell you to do?" And the $r $c says, "Yes, because I''m stupid and smelly and I walk on two legs."$b$bPretty funny, huh? Hmm... maybe it needs some work...' WHERE `ID`=38463; -- 38463
UPDATE `broadcast_text` SET `MaleText`='And when tha time comes dat ya failure is complete and ya "power" is meaningless, I will be dere to end ya rule swiftly and silently.' WHERE `ID`=38905; -- 38905
UPDATE `broadcast_text` SET `MaleText`='You see this here gun, $gboy:missy;?$B$B<Ol'' Durty Pete casually waves his weapon directly at your face.>$B$BThis here gun''s seen action on every continent but for Northrend. It''s saved me life more times than I can count: Seven. One time, "Big Mackie" MacDungal - not the wee MacDungal now, but his pappy - offered me his youngest daughter in barter for me gun.$B$BLet me tell you somethin'' about Edie: she and me gun had a lot in common. Wide-mouthed. Buck-toofed. Dangerous from the biz-ness end. Likin'' to go oft half-cocked.$B$BYou heard about the time wee Edie bet Chuck Brandybeard 25 silver she could kick ''im in the head so hard he would weep snot?' WHERE `ID`=38931; -- 38931
UPDATE `broadcast_text` SET `MaleText`='And you yours, "Warchief."' WHERE `ID`=38947; -- 38947
UPDATE `broadcast_text` SET `MaleText`='That depends on what your definition of "is"... is.', `FemaleText`='That depends on what your definition of "is"... is.' WHERE `ID`=39549; -- 39549
UPDATE `broadcast_text` SET `MaleText`='Hello, $c. I imagine you have a lot of questions.$B$BSuffice it to say that Royce Duskwhisper sent me into the middle of an ogre cave for some "Eye of Twilight" jib-job, and it hasn''t gone well.$B$BIf I ever get my hands on that lanky, heartless, mealy-mouthed little night elf...$B$B<Kristoff wriggles helplessly as he dangles in the air, his face reddening.>' WHERE `ID`=39758; -- 39758
UPDATE `broadcast_text` SET `MaleText`='The Twilight''s Hammer...fascinating. They are within your "Dire Maul"?' WHERE `ID`=40000; -- 40000
UPDATE `broadcast_text` SET `MaleText`='Another "hero" falls.' WHERE `ID`=40066; -- 40066
UPDATE `broadcast_text` SET `MaleText`='Cogspin searches his "Gigantique" bag looking for the items.' WHERE `ID`=40143; -- 40143
UPDATE `broadcast_text` SET `MaleText`='But enough words, comrades! This is a call to action! We will not let these "chosen ones" take what is ours! We captured this prisoner and offer him to the Old Gods ourselves!!', `FemaleText`='But enough words, comrades! This is a call to action! We will not let these "chosen ones" take what is ours! We captured this prisoner and offer him to the Old Gods ourselves!!' WHERE `ID`=40147; -- 40147
UPDATE `broadcast_text` SET `MaleText`='Remember the words of C''thun! Remember them well! "Your friends will betray you!" And betray us they have!', `FemaleText`='Remember the words of C''thun! Remember them well! "Your friends will betray you!" And betray us they have!' WHERE `ID`=40149; -- 40149
UPDATE `broadcast_text` SET `MaleText`='And sometimes you have to ask yourself: "Is it worth it?" And the answer is plain: "Pain is not the cost, but the reward!"', `FemaleText`='And sometimes you have to ask yourself: "Is it worth it?" And the answer is plain: "Pain is not the cost, but the reward!"' WHERE `ID`=40154; -- 40154
UPDATE `broadcast_text` SET `MaleText`='And to those who call for harmony among our ranks... to them I ask: "Does not ALL strife please our masters? Does not ALL bloodshed feed their thirst?"', `FemaleText`='And to those who call for harmony among our ranks... to them I ask: "Does not ALL strife please our masters? Does not ALL bloodshed feed their thirst?"' WHERE `ID`=40164; -- 40164
UPDATE `broadcast_text` SET `MaleText`='Eons ago, the "Titans" came and cast down our Masters. But this is NOT their world, and it never was! Judgment comes at last!', `FemaleText`='Eons ago, the "Titans" came and cast down our Masters. But this is NOT their world, and it never was! Judgment comes at last!' WHERE `ID`=40202; -- 40202
UPDATE `broadcast_text` SET `MaleText`='The blood we shed speaks to us. It says "Thank you."', `FemaleText`='The blood we shed speaks to us. It says "Thank you."
' WHERE `ID`=40207; -- 40207
UPDATE `broadcast_text` SET `MaleText`='Kill the females! I will handle these "warriors."' WHERE `ID`=41064; -- 41064
UPDATE `broadcast_text` SET `MaleText`='I know what I''m having for dinner tonight and it rhymes with "Sucky"!' WHERE `ID`=41079; -- 41079
UPDATE `broadcast_text` SET `MaleText`='Hey! Why aren''t you polymorphed? Enjoy it while it lasts, "Plucky"!' WHERE `ID`=41085; -- 41085
UPDATE `broadcast_text` SET `MaleText`='You can teach a soldier how to kill, but you can''t teach him to want to kill. That is one thing we don''t have to worry about down here. Every single one of my boys can''t wait to take a piece out of those naga for what they did to us, and I can''t say I feel much different.$B$BWe need to find a way to make contact with the surface, but before that, I want to make a bit of "contact" with these naga. We have some brothers to avenge.' WHERE `ID`=41151; -- 41151
UPDATE `broadcast_text` SET `FemaleText`='Goldrinn is the wolf ancient, known as "Lo''Gosh" in the Horde tongue. His tenacity is legendary.$B$BA shrine dedicated to him is in a basin west of the World Tree, but its keepers have fallen silent in the wake of the attack. I fear the worst.$B$BBefore we can move on, you must save the shrine, discover the whereabouts of the wolf ancient, and beat back his foes.' WHERE `ID`=41317; -- 41317
UPDATE `broadcast_text` SET `MaleText`='Stand back, $n! When "Cookie" cooks things be gettin'' crazy!' WHERE `ID`=41334; -- 41334
UPDATE `broadcast_text` SET `MaleText`='Mmmm, mmmm! Smells delicious, "Cookie!" Who could resist such a meal? $n, get this meaty offering to the Grimtotem ambassador immediately!' WHERE `ID`=41339; -- 41339
UPDATE `broadcast_text` SET `MaleText`='"Absolutely, yes, I will take the job in Stonetalon Mountains to fix night elf junk." Poppy, you''re an idiot.' WHERE `ID`=41514; -- 41514
UPDATE `broadcast_text` SET `MaleText`='From the moment the wild creatures first stirred on Azeroth, Goldrinn was there. His is the spirit of the hunter, the animal instinct that kicks in when wild things smell food or feel their children are in jeopardy. He appears as a great white wolf, ferocious and cunning.$B$BHe''s known across all cultures. The orcs even have their own name for him: "Lo''Gosh."$B$BTen thousand years ago, when demons first breached Azeroth, Goldrinn stood with the other ancients to mount a desperate defense.' WHERE `ID`=41675; -- 41675
UPDATE `broadcast_text` SET `MaleText`='Lo''Gosh is the spirit of the hunter, the animal instinct that kicks in when one smells food or sees one''s children in jeopardy. He has always been with us, a part of our Horde, in our instincts and in our blood.$B$BHe has appeared in many forms, both on our world and here. On Azeroth, he is seen as a great white wolf, ferocious and cunning. The night elves call him "Goldrinn."$B$BThey tell of a legendary battle ten thousand years ago, where Lo''Gosh fought off the demon hordes. Do you want to hear about it?' WHERE `ID`=41680; -- 41680
UPDATE `broadcast_text` SET `FemaleText`='Who puts a "dead" sea demon on their head, really?!' WHERE `ID`=41726; -- 41726
UPDATE `broadcast_text` SET `MaleText`='I can tell ya don''t want to hear my grumbling. That''s fine.$b$bJust don''t forget how lucky you are, with your "sea legs" and your "ability to swim in a direction other than up".' WHERE `ID`=41923; -- 41923
UPDATE `broadcast_text` SET `MaleText`='"Honor," Krom''gar, "No matter how dire the battle... never forsake it."' WHERE `ID`=42061; -- 42061
UPDATE `broadcast_text` SET `MaleText`='Say "Ahhhhh".' WHERE `ID`=42259; -- 42259
UPDATE `broadcast_text` SET `MaleText`='The sign here says: "ABSOLUTELY NO BUMS!" Now get lost!', `FemaleText`='The sign here says: "ABSOLUTELY NO BUMS!" Now get lost!' WHERE `ID`=42345; -- 42345
UPDATE `broadcast_text` SET `MaleText`='Between you, me, and the tree, murlocs killed the Furlbrows. Yep, saw ''em with my own two eyes. Think they''d been casin'' the joint for days, maybe months. They left in a hurry once they got wind of "Johnny Law" and the idiot brigade over there...', `FemaleText`='Between you, me, and the tree, murlocs killed the Furlbrows. Yep, saw ''em with my own two eyes. Think they''d been casin'' the joint for days, maybe months. They left in a hurry once they got wind of "Johnny Law" and the idiot brigade over there...' WHERE `ID`=42383; -- 42383
UPDATE `broadcast_text` SET `MaleText`='This baby is all mine! I call her, "The Throttler."' WHERE `ID`=42556; -- 42556
UPDATE `broadcast_text` SET `FemaleText`='Our "king" sits atop his throne made of gold and shrugs at our plight!' WHERE `ID`=42572; -- 42572
UPDATE `broadcast_text` SET `MaleText`='The shell''s markings read: "STORMWIND ROYAL INDUSTRIES"' WHERE `ID`=42942; -- 42942
UPDATE `broadcast_text` SET `FemaleText`='$n, know that our "Warchief" does not speak for us all. There are those among us who hope to see the Dragonmaw great again... and free from corruption.' WHERE `ID`=43241; -- 43241
UPDATE `broadcast_text` SET `MaleText`='Not a bad place here, if you aren''t into the whole "sunshine" thing.' WHERE `ID`=43523; -- 43523
UPDATE `broadcast_text` SET `FemaleText`='What of you Boden? What do you see in this "champion?"' WHERE `ID`=43861; -- 43861
UPDATE `broadcast_text` SET `FemaleText`='And so the "champion" arrives.' WHERE `ID`=43869; -- 43869
UPDATE `broadcast_text` SET `FemaleText`='One of our best sentinels was on his trail - we assume it''s a "he" - but it appears that she was discovered.' WHERE `ID`=43989; -- 43989
UPDATE `broadcast_text` SET `MaleText`='If I cannot find a home amongst my own people, where else am I to turn, "Shand''do?"' WHERE `ID`=44050; -- 44050
UPDATE `broadcast_text` SET `MaleText`='Everyone always says, "Horton, why do you drive a boat up and down the river?" I ask them, "Why don''t you?" ... that''s usually where I run out of witty retorts.' WHERE `ID`=44389; -- 44389
UPDATE `broadcast_text` SET `MaleText`='You do not follow maps to buried treasure and "X" never, ever, marks the spot.' WHERE `ID`=44511; -- 44511
UPDATE `broadcast_text` SET `MaleText`='Ahem! Well... ah, next week: "Tanaris." Starting with the excavation of Broken Pillar by Marvon Rivetseeker in Year 22.' WHERE `ID`=44514; -- 44514
UPDATE `broadcast_text` SET `FemaleText`='Welcome to Nethergarde, $c. Call me "Mama," I''m here to take care of you.' WHERE `ID`=44525; -- 44525
UPDATE `broadcast_text` SET `MaleText`='Cromush, you stay behind and make sure the Banshee Queen is well "guarded." I will be expecting a full report when next we meet.' WHERE `ID`=44720; -- 44720
UPDATE `broadcast_text` SET `MaleText`='I found a broken-down cart amongst the dunes when I was checking out the potential profitibility of Centipaar Silithid Snacks (patent pending). I thought to myself, "hey, free cart!" That is, until the biggest basilisk you''ve ever seen showed up, and I had to leave the whole thing behind!' WHERE `ID`=44933; -- 44933
UPDATE `broadcast_text` SET `MaleText`='The broodmother flies above us! Do not fear, fleshling, I am called "The Steady" for a reason...' WHERE `ID`=45321; -- 45321
UPDATE `broadcast_text` SET `MaleText`='We''re gonna lose this war to "regulations." What''s next? Only wooden swords may be used???', `FemaleText`='We''re gonna lose this war to "regulations." What''s next? Only wooden swords may be used???' WHERE `ID`=45546; -- 45546
UPDATE `broadcast_text` SET `MaleText`='<Sigh>... "The Paladin Pals".' WHERE `ID`=45593; -- 45593
UPDATE `broadcast_text` SET `MaleText`='Hey, "Salty" when are you going to get a new name? Thish town ain''t big ''nough for two of ussh...', `FemaleText`='Hey, "Salty" when are you going to get a new name? Thish town ain''t big ''nough for two of ussh...' WHERE `ID`=45621; -- 45621
UPDATE `broadcast_text` SET `MaleText`='Yoo hoo! "Shmaltzy!" Hey, why come your shupplies... Whe... Oh... Um... You got lots of boxes to keep track of...', `FemaleText`='Yoo hoo! "Shmaltzy!" Hey, why come your shupplies... Whe... Oh... Um... You got lots of boxes to keep track of...' WHERE `ID`=45624; -- 45624
UPDATE `broadcast_text` SET `MaleText`='Pssst! Pssst! Hey! "Pepper!" Are you done hording all the shupplies! You shee what I just did? Horde.. For the horde!', `FemaleText`='Pssst! Pssst! Hey! "Pepper!" Are you done hording all the shupplies! You shee what I just did? Horde.. For the horde!' WHERE `ID`=45625; -- 45625
UPDATE `broadcast_text` SET `MaleText`='"Malty!" Hey, "Malty!" I thought you were going to get us shome more booze! What''sh the hold up?', `FemaleText`='"Malty!" Hey, "Malty!" I thought you were going to get us shome more booze! What''sh the hold up?' WHERE `ID`=45626; -- 45626
UPDATE `broadcast_text` SET `MaleText`='It''s "Salty!" I got here firsht! I got off the boat and onto land firsht! I called the name "Salty." Hey... Where''s your pet at?', `FemaleText`='It''s "Salty!" I got here firsht! I got off the boat and onto land firsht! I called the name "Salty." Hey... Where''s your pet at?' WHERE `ID`=45627; -- 45627
UPDATE `broadcast_text` SET `MaleText`='"Shalty." That''s my name! Your name should be "I can''t hold onto petsh." I can''t believe anyone would trusht you with a beasht. ', `FemaleText`='"Shalty." That''s my name! Your name should be "I can''t hold onto petsh." I can''t believe anyone would trusht you with a beasht.' WHERE `ID`=45629; -- 45629
UPDATE `broadcast_text` SET `MaleText`='"Our" success? Troll, you played no part in the Horde''s victories in Northrend. While I led our warriors against the Lich King, you merely took back a few scattered islands.' WHERE `ID`=45695; -- 45695
UPDATE `broadcast_text` SET `MaleText`='"Controlling the Elements for Fun and Profit."$B$BThat''s what it''s all about, am I right? Let''s get ta work.', `FemaleText`='"Controlling the Elements for Fun and Profit."$B$BThat''s what it''s all about, am I right? Let''s get ta work.' WHERE `ID`=45802; -- 45802
UPDATE `broadcast_text` SET `MaleText`='...because on the one hand, this could be a handy device, the "Shake-a-Ton 2000." But on the other hand, the last thing we gnomes want to see is the mountains of Dun Morogh collapse and crush Ironforge.
' WHERE `ID`=45850; -- 45850
UPDATE `broadcast_text` SET `MaleText`='Never did I dream that our "king" would betray us as he did. To think that he had been a worgen in secret while he ruled over us. Sickening...' WHERE `ID`=46024; -- 46024
UPDATE `broadcast_text` SET `MaleText`='"It''s over, Godfrey..." That''s what he told me right before I jumped off of the cliff. NOTHING IS OVER, GREYMANE! I LIVE AGAIN!' WHERE `ID`=46025; -- 46025
UPDATE `broadcast_text` SET `MaleText`='I did not bring this wretched affliction upon myself, Godfrey. It was a "gift," remember? Now kindly enjoy the "gift" and shut up.' WHERE `ID`=46029; -- 46029
UPDATE `broadcast_text` SET `MaleText`='HAH! Don''t you recognize us, Dempsey? It''s Godfrey. I have here Lord Walden and Baron Ashbury. We''ve "saved" you and this is the thanks that we get?' WHERE `ID`=46043; -- 46043
UPDATE `broadcast_text` SET `MaleText`='It''s hard to explain to the Dragonmaw concepts like, "Fields of Fire" or "Suppressive Barrage."$B$BFortunately, they have a firm grasp of "Kill Zones" and ... uh, "Murder."' WHERE `ID`=46070; -- 46070
UPDATE `broadcast_text` SET `MaleText`='On behalf of the illustrious and always-neutral Steamwheedle Cartel, welcome to Bogpaddle! We''re proud to be the only beachfront resort and military-grade weapons yard in the Eastern Kingdoms.$B$BYou guys may have that little war ragin'' just south of here, but inside these walls, it''s all fun and games. So take a load off, have some R&R and a drink or two, and keep out of trouble... or my bruisers will remind your skull what "neutral territory" means.' WHERE `ID`=46353; -- 46353
UPDATE `broadcast_text` SET `MaleText`='I said to myself, "I''m gonna punch that dragon in the face!"' WHERE `ID`=46565; -- 46565
UPDATE `broadcast_text` SET `MaleText`='"You dang-blasted rock elementals!", I said. "I''ll punch you too!"' WHERE `ID`=46568; -- 46568
UPDATE `broadcast_text` SET `MaleText`='"I''ll find you in those clouds, you worm!" I yelled. "And then I''ll throw you to Kalimdor!"' WHERE `ID`=47124; -- 47124
UPDATE `broadcast_text` SET `MaleText`='It''s been recklessly engineered with a merciless disregard for both budgetary concerns and those cumbersome, inefficient "laws of physics."' WHERE `ID`=47310; -- 47310
UPDATE `broadcast_text` SET `FemaleText`='Ask yourself: what good is a "safety" valve if it keeps going off? That doesn''t sound very safe to me.' WHERE `ID`=47339; -- 47339
UPDATE `broadcast_text` SET `FemaleText`='We call it "Doom Juice."' WHERE `ID`=47341; -- 47341
UPDATE `broadcast_text` SET `FemaleText`='In the unlikely event of a water "landing," please reach under your seat cushion where a cyanide capsule has been located for your convenience.' WHERE `ID`=47344; -- 47344
UPDATE `broadcast_text` SET `FemaleText`='We call them "Emergency Rampless Debarkation Devices."' WHERE `ID`=47353; -- 47353
UPDATE `broadcast_text` SET `FemaleText`='I travelled all this way to speak with the famed "Seer of the Dragonmaw." I wanted to see inside Cho''gall''s dark heart before I tear it out.$B$BBut she''s worthless to me. All riddles and rhyme. Maybe you can help.' WHERE `ID`=47367; -- 47367
UPDATE `broadcast_text` SET `MaleText`='Follow me, $n, and I''ll introduce you to your trainer, "Doc" Cogspin.', `FemaleText`='Follow me, $n, and I''ll introduce you to your trainer, "Doc" Cogspin.' WHERE `ID`=47533; -- 47533
UPDATE `broadcast_text` SET `MaleText`='When I return victorious, we will see who the Dragonmaw call "Warchief".' WHERE `ID`=47828; -- 47828
UPDATE `broadcast_text` SET `MaleText`='<Blundy peers up from his cups.>$B$BAye, that''s right. The High Shaman is out in the field, fighting to retake the Thundermar Wreckage. I''m whatcha call the "Low Shaman."$B$BWhile he''s away, he left me here, to take care of all of Thundermar''s Shamanin''in... nin.' WHERE `ID`=48252; -- 48252
UPDATE `broadcast_text` SET `MaleText`='"Archmage Pratt"? To fel with formality; my vanity died with the rest of me. "Charles" or even a simple "Chaz" will do, thank you.' WHERE `ID`=48768; -- 48768
UPDATE `broadcast_text` SET `MaleText`='Let''s get started! The first verse is all about dear Fanny, but I just can''t quite put it together.$B$BWhat rhymes with "Eyes?"' WHERE `ID`=48874; -- 48874
UPDATE `broadcast_text` SET `MaleText`='Ah, I see what kind of $c you are, $n! Now then, the second verse is all about Fanny and Firebeard getting together.$B$BWhat rhymes with "Professed?"' WHERE `ID`=48875; -- 48875
UPDATE `broadcast_text` SET `MaleText`='...Hmmm, okay, I think I can make that work. Last verse! A rousing celebration of love calling the Wildhammer to action!$B$BAll I need is a rhyme for "Unite..."' WHERE `ID`=48876; -- 48876
UPDATE `broadcast_text` SET `MaleText`='[Romantic:] "Wise."', `FemaleText`='[Romantic:] "Wise."' WHERE `ID`=48877; -- 48877
UPDATE `broadcast_text` SET `MaleText`='[Silly:] "Pint-Sized."', `FemaleText`='[Silly:] "Pint-Sized."' WHERE `ID`=48879; -- 48879
UPDATE `broadcast_text` SET `MaleText`='[Bawdy:] "Thighs!"', `FemaleText`='[Bawdy:] "Thighs!"' WHERE `ID`=48880; -- 48880
UPDATE `broadcast_text` SET `MaleText`='[Romantic:] "Blessed."', `FemaleText`='[Romantic:] "Blessed."' WHERE `ID`=48881; -- 48881
UPDATE `broadcast_text` SET `MaleText`='[Silly:] "Arrest."', `FemaleText`='[Silly:] "Arrest."' WHERE `ID`=48882; -- 48882
UPDATE `broadcast_text` SET `MaleText`='[Bawdy:] "...Chest?', `FemaleText`='[Bawdy:] "...Chest?"' WHERE `ID`=48883; -- 48883
UPDATE `broadcast_text` SET `MaleText`='[Romantic:] "Alight."', `FemaleText`='[Romantic:] "Alight."' WHERE `ID`=48884; -- 48884
UPDATE `broadcast_text` SET `MaleText`='[Silly:] "Knifefight."', `FemaleText`='[Silly:] "Knifefight."' WHERE `ID`=48885; -- 48885
UPDATE `broadcast_text` SET `MaleText`='[Bawdy:] "Tight!"', `FemaleText`='[Bawdy:] "Tight!"' WHERE `ID`=48886; -- 48886
UPDATE `broadcast_text` SET `MaleText`='The people cried "Fanny," her name.' WHERE `ID`=48913; -- 48913
UPDATE `broadcast_text` SET `MaleText`='And "Fanny," a most fitting name.' WHERE `ID`=48937; -- 48937
UPDATE `broadcast_text` SET `MaleText`='"Oh Fanny me Fanny, do marry me can ye?' WHERE `ID`=48940; -- 48940
UPDATE `broadcast_text` SET `MaleText`='I loves ya and I loves yer chest."' WHERE `ID`=48941; -- 48941
UPDATE `broadcast_text` SET `MaleText`='It''s about time we returned to the Highlands! "Twilight" be damned.', `FemaleText`='It''s about time we returned to the Highlands! "Twilight" be damned.' WHERE `ID`=48979; -- 48979
UPDATE `broadcast_text` SET `MaleText`='Many confuse the Earthen Ring with the Cenarion Circle. ...I TOLD Thrall we should rename ourselves the "Earthen Square".', `FemaleText`='Many confuse the Earthen Ring with the Cenarion Circle. ...I TOLD Thrall we should rename ourselves the "Earthen Square".' WHERE `ID`=48981; -- 48981
UPDATE `broadcast_text` SET `MaleText`='Other shaman used to say, "Only yer offhand should be flaming." What were they going on about?', `FemaleText`='Other sshaman used to say, "Only yer offhand should be flaming." What were they going on about?' WHERE `ID`=48990; -- 48990
UPDATE `broadcast_text` SET `MaleText`='Mortals that fancy themselves HEROES have entered the Broken Hall. Oh, I do hope this "raid" will amuse me more than the last.' WHERE `ID`=49053; -- 49053
UPDATE `broadcast_text` SET `MaleText`='On second thought, what fun is an "adequate" challenge?' WHERE `ID`=49061; -- 49061
UPDATE `broadcast_text` SET `MaleText`='Oh, you were expecting something else to happen just then, weren''t you? Let''s see how well YOU adapt after a new set of "adjustments," shall we?' WHERE `ID`=49064; -- 49064
UPDATE `broadcast_text` SET `MaleText`='Congratulations! Allow me to grant you a title befitting the amazing achievement you just performed. Henceforth you shall be known as the "Slayer of Stupid, Incompetent, and Disappointing Minions."' WHERE `ID`=49070; -- 49070
UPDATE `broadcast_text` SET `MaleText`='What did ye call me? I''ll show ye what a "snow licker" can do!' WHERE `ID`=49164; -- 49164
UPDATE `broadcast_text` SET `FemaleText`='That''s an interesting... "outfit" you''re wearing.' WHERE `ID`=49178; -- 49178
UPDATE `broadcast_text` SET `MaleText`='<To your astonishment, the Raptor hatchling is able to communicate with you.>$B$BWhat does "$c" mean? Are you the goblin $g patriarch : matriarch;?' WHERE `ID`=49217; -- 49217
UPDATE `broadcast_text` SET `MaleText`='Finally someone to deal with that unsightly pest! You have my thanks, "heroes."' WHERE `ID`=49410; -- 49410
UPDATE `broadcast_text` SET `MaleText`='"End" me? Lifebinder, you think life is yours to take away?' WHERE `ID`=49442; -- 49442
UPDATE `broadcast_text` SET `MaleText`='Hit the button labeled "Just past the Grim Guzzler".', `FemaleText`='Hit the button labeled "Just past the Grim Guzzler".' WHERE `ID`=49848; -- 49848
UPDATE `broadcast_text` SET `FemaleText`='You hear that, naga? $n is on $g his : her; way to settle our "negotiations"!' WHERE `ID`=49938; -- 49938
UPDATE `broadcast_text` SET `MaleText`='Where''s your "honor" now, Horde scum?', `FemaleText`='Where''s your "honor" now, Horde scum?' WHERE `ID`=50166; -- 50166
UPDATE `broadcast_text` SET `FemaleText`='The cartel has a name for people like you, $n. "Fiscal Liability."' WHERE `ID`=50760; -- 50760
UPDATE `broadcast_text` SET `MaleText`='Will you pay "Pretty Boy" Duncan 1 gold to swab the decks for you?', `FemaleText`='Will you pay "Pretty Boy" Duncan 1 gold to swab the decks for you?' WHERE `ID`=50831; -- 50831
UPDATE `broadcast_text` SET `MaleText`='There is a pair of tauren visiting the city. I''m told they''ve come from Mulgore to learn more about the Forsaken "condition," or something to that effect.$B$BSeek them out near the herbalist by the Apothecarium.', `FemaleText`='There is a pair of tauren visiting the city. I''m told they''ve come from Mulgore to learn more about the Forsaken "condition," or something to that effect.$B$BSeek them out near the herbalist by the Apothecarium.' WHERE `ID`=50997; -- 50997
UPDATE `broadcast_text` SET `MaleText`='Maybe after this, they''ll take away my "Initiate" title.' WHERE `ID`=51091; -- 51091
UPDATE `broadcast_text` SET `FemaleText`='You needn''t worry, child. The warchief''s "observers" are here to make certain of that.' WHERE `ID`=51453; -- 51453
UPDATE `broadcast_text` SET `FemaleText`='Now, look before you! One of Azeroth''s most powerful "druids", reduced to nothing but a charred husk. Such is the will of Fandral Staghelm. Such is the will of the flame!' WHERE `ID`=51647; -- 51647
UPDATE `broadcast_text` SET `FemaleText`='Nothing says "Hallow''s End is here" more than a ride on a broomstick.' WHERE `ID`=52394; -- 52394
UPDATE `broadcast_text` SET `MaleText`='Beg for mercy now, and I may yet allow you to live. Well, "heroes?" What is your answer?' WHERE `ID`=52417; -- 52417
UPDATE `broadcast_text` SET `FemaleText`='They will all see through to your weakness soon enough, "Shan''do."' WHERE `ID`=52681; -- 52681
UPDATE `broadcast_text` SET `MaleText`='No, NO! I didn''t "betray" the dragonflights. We were all betrayed. Ysera was lost in a dream while this whole world came undone.' WHERE `ID`=52825; -- 52825
UPDATE `broadcast_text` SET `FemaleText`='Yes, Malorne was consort to the moon goddess herself, the one the night elves call "Elune." From their union was born Cenarius, the patron god of all druids and one of the most powerful creatures ever to walk upon Azeroth.$B$BBut listen to me, I ramble on.$B$BMalorne is an incredible force of nature, but he only interacts with the mortal races in times of dire trouble. Have you heard about his deeds during the War of the Ancients? ' WHERE `ID`=52931; -- 52931
UPDATE `broadcast_text` SET `FemaleText`='Fandral Staghelm has returned as a ... "Druid of the Flame?"$B$BI fear one of my own may be implicated in this betrayal!' WHERE `ID`=52956; -- 52956
UPDATE `broadcast_text` SET `MaleText`='We are building a permanent outpost here in the Firelands, $n. Even if Ragnaros is defeated, another may someday take his place. We cannot allow what happened in the Burning Steppes and Mount Hyjal to threaten our world again.$B$BTo that end, we will grow the "Sentinel Tree." A tree with roots in Azeroth, but a protective canopy growing here in this terrible realm. Under its shelter, we will permanently station a group of druids to maintain an eternal vigil over this desolate world.' WHERE `ID`=53000; -- 53000
UPDATE `broadcast_text` SET `MaleText`='A trio of ethereal technomancers has set up shop in Stormwind, along the canal south of Cathedral Square.
"The Three Winds," it''s called. Look for the weird machinery and purple lights... you can''t miss it.
They offer just the sort of services you''re looking for.', `FemaleText`='A trio of ethereal technomancers has set up shop in Stormwind, along the canal south of Cathedral Square.
"The Three Winds," it''s called. Look for the weird machinery and purple lights... you can''t miss it.
They offer just the sort of services you''re looking for.' WHERE `ID`=53079; -- 53079
UPDATE `broadcast_text` SET `MaleText`='What is an "Ologist", you ask? Why, it means I study everything! I''m more knowledgable about any subject you can think of than anyone you know or anyone you''ll ever know.$B$BGetting through Shaffar''s ward was nothing. Morphalius wouldn''t have a scratch on him if he had just listened to me. Always doing things his way, that one.' WHERE `ID`=53082; -- 53082
UPDATE `broadcast_text` SET `MaleText`='Master Li Fei''s voice echoes, "The way of the Tushui... enlightenment through patience and meditation... the principled life."' WHERE `ID`=53129; -- 53129
UPDATE `broadcast_text` SET `MaleText`='Let''s see how you hold up against my "slow, weak punches" technique!', `FemaleText`='Let''s see how you hold up against my "slow, weak punches" technique!' WHERE `ID`=53234; -- 53234
UPDATE `broadcast_text` SET `MaleText`='Time for a few traditional "Welcome to the Monastery" punches!', `FemaleText`='Time for a few traditional "Welcome to the Monastery" punches!' WHERE `ID`=53236; -- 53236
UPDATE `broadcast_text` SET `MaleText`='Monogrammed on the leather cover are the initials, "A.L.W."
You take the few intact pages that remain.', `FemaleText`='Monogrammed on the leather cover are the initials, "A.L.W."
You take the few intact pages that remain.' WHERE `ID`=53491; -- 53491
UPDATE `broadcast_text` SET `MaleText`='I will yell out commands for "Left" and "Right". Pay close attention, $c.' WHERE `ID`=53582; -- 53582
UPDATE `broadcast_text` SET `MaleText`='I''m glad that these "SI:7" people decided to take me with.$b$bWe do not leave the comforts of our lake very often at all. This was the farthest I''ve ever been from home.' WHERE `ID`=53788; -- 53788
UPDATE `broadcast_text` SET `MaleText`='Master Li Fei''s voice echoes, "Huo, the spirit of fire, is known for his hunger. He wants for tinder to eat. He needs the caress of the wind to rouse him."' WHERE `ID`=53841; -- 53841
UPDATE `broadcast_text` SET `MaleText`='Master Li Fei''s voice echoes, "If you find these things and bring them to his cave, on the far side of Wu-Song Village, you will face a challenge within."' WHERE `ID`=53842; -- 53842
UPDATE `broadcast_text` SET `MaleText`='Master Li Fei''s voice echoes, "Overcome that challenge, and you shall be graced by Huo''s presence. Rekindle his flame, and if your spirit is pure, he shall follow you."' WHERE `ID`=53843; -- 53843
UPDATE `broadcast_text` SET `MaleText`='Master Li Fei''s voice echoes, "Go, children. We shall meet again very soon."' WHERE `ID`=53844; -- 53844
UPDATE `broadcast_text` SET `MaleText`='Master Li Fei''s voice echoes, "It is good to see you again, Aysa. You''ve come with respect, and so I shall give you the answers you seek."' WHERE `ID`=53845; -- 53845
UPDATE `broadcast_text` SET `MaleText`='"Stay out - no visitors." Hah!' WHERE `ID`=54316; -- 54316
UPDATE `broadcast_text` SET `FemaleText`='You, "orc", will make an excellent addition to my family!' WHERE `ID`=54321; -- 54321
UPDATE `broadcast_text` SET `MaleText`='I remember telling Silas, "I never want to see my family again."', `FemaleText`='I remember telling Silas, "I never want to see my family again."' WHERE `ID`=54729; -- 54729
UPDATE `broadcast_text` SET `MaleText`='What''s the expression? "To catch a thief," they say?' WHERE `ID`=54908; -- 54908
UPDATE `broadcast_text` SET `MaleText`='Running a pig farm is more work than you''d think... though most of it can be boiled down to "find more food for the pigs."' WHERE `ID`=54922; -- 54922
UPDATE `broadcast_text` SET `MaleText`='I have tried to speak to their chief, but he does not want to see me. It appears I am not "high status" enough. Apparently he''s never seen an Admiral.' WHERE `ID`=55237; -- 55237
UPDATE `broadcast_text` SET `MaleText`='As my master once said, "You cannot truly know someone until you fight them."' WHERE `ID`=55315; -- 55315
UPDATE `broadcast_text` SET `MaleText`='Thanks! Most folk ''round here prefer it over anything from that "Stormstout Brewery".' WHERE `ID`=55474; -- 55474
UPDATE `broadcast_text` SET `MaleText`='Yes I am. Tell me - where is this "Stormstout Brewery?" I must see it for myself!' WHERE `ID`=55480; -- 55480
UPDATE `broadcast_text` SET `FemaleText`='Oh wow! It was like "Rawwr!" and you were like "Kahpowww!"' WHERE `ID`=55513; -- 55513
UPDATE `broadcast_text` SET `MaleText`='It''s not what you''ve done, it''s who you are. You are not welcome here, "Chen Stormstout."' WHERE `ID`=55697; -- 55697
UPDATE `broadcast_text` SET `FemaleText`='It was so neat how you beat up those cats! They went and were like "Grrrrr!" and then you went and "Wabang!" and then you took their stuff.' WHERE `ID`=55725; -- 55725
UPDATE `broadcast_text` SET `MaleText`='Gather ''round cubs and hear the tale of "$p and the dreaded Silken Shadows"...' WHERE `ID`=55797; -- 55797
UPDATE `broadcast_text` SET `MaleText`='"Something profound."$b$BThere. Now whenever someone asks you what Lee Mugfinder said to you at your first meeting, it will always be something profound.' WHERE `ID`=55809; -- 55809
UPDATE `broadcast_text` SET `MaleText`='The "End Time," I once called this place. I had not seen, by then; I did not know. You hope to... what? Stop me, here? Change the fate I worked so tirelessly to weave?' WHERE `ID`=55981; -- 55981
UPDATE `broadcast_text` SET `MaleText`='"But it''s too thick around!", you might say.' WHERE `ID`=56004; -- 56004
UPDATE `broadcast_text` SET `MaleText`='"But it''s too hard!", you might say.' WHERE `ID`=56009; -- 56009
UPDATE `broadcast_text` SET `MaleText`='"But that''s impossible!", you might say.' WHERE `ID`=56012; -- 56012
UPDATE `broadcast_text` SET `FemaleText`='"Research?" Sure.' WHERE `ID`=56128; -- 56128
UPDATE `broadcast_text` SET `MaleText`='Were you looking to Reforge an item? I no longer provide such services.
The ethereals of "Three Winds" in Stormwind''s Cathedral District will help you, though.
Any of the city''s guards can provide directions.', `FemaleText`='Were you looking to Reforge an item? I no longer provide such services.
The ethereals of "Three Winds" in Stormwind''s Cathedral District will help you, though.
Any of the city''s guards can provide directions.' WHERE `ID`=56178; -- 56178
UPDATE `broadcast_text` SET `MaleText`='Welcome to the Imperial Granary.$b$BThough not so "imperious" today with this sprite infestation. Oh, um, you didn''t hear that. Or see, for that matter.$b$BIn fact, can you not tell anyone you ever came here and especially not say anything about this sprite fiasco?' WHERE `ID`=56193; -- 56193
UPDATE `broadcast_text` SET `MaleText`='If you ever find yourself travelling to the west off the beaten path keep a weather eye out for my eccentric father. He never enjoyed the increased business from the Stormstouts.$b$BI grew up listening to how we were "brewing out originallity." He is quite the beer snob.$b$BStill, he might have a trinket or story you might find interesting.' WHERE `ID`=56198; -- 56198
UPDATE `broadcast_text` SET `MaleText`='The dragon you''re looking for goes by the name "Creed."' WHERE `ID`=56481; -- 56481
UPDATE `broadcast_text` SET `MaleText`='Her name is "Nalice." And until recently she stood at Wyrmrest Temple as the representative of the black dragonflight. Now? She''s on the run.' WHERE `ID`=56569; -- 56569
UPDATE `broadcast_text` SET `MaleText`='Cling while you can, "heroes." You and your world are doomed.' WHERE `ID`=56625; -- 56625
UPDATE `broadcast_text` SET `MaleText`='At last! A challenge! Let us test your mettle, "champion".' WHERE `ID`=56671; -- 56671
UPDATE `broadcast_text` SET `MaleText`='Ah, $p! These "sunwalkers" may not be the Hidden Master, but their fighting style is unlike anything I have ever seen.$b$bI intend to learn from them.' WHERE `ID`=56919; -- 56919
UPDATE `broadcast_text` SET `MaleText`='I''m going to my room. Feel free to tell my aunt about how you "heroically" saved me from myself or whatever.' WHERE `ID`=57080; -- 57080
UPDATE `broadcast_text` SET `MaleText`='Stand solo against a yeti with nothing but a bowie knife while wearing a loincloth and you''ll earn yourself the title of "lucky" as well.' WHERE `ID`=57219; -- 57219
UPDATE `broadcast_text` SET `MaleText`='Step two: say the words. "Heed my call, waters of pain, and bring forth, Torjari''s Bane!"' WHERE `ID`=57227; -- 57227
UPDATE `broadcast_text` SET `MaleText`='No, you were right. You did put "BIG" into "big game hunting". You done me proud son!' WHERE `ID`=57277; -- 57277
UPDATE `broadcast_text` SET `MaleText`='Just go away! Zhu''s Watch takes care of itself. We don''t need any help from so-called "adventurers!"' WHERE `ID`=57433; -- 57433
UPDATE `broadcast_text` SET `MaleText`='Did you hear? Dezco named one of the twins "$p".' WHERE `ID`=57470; -- 57470
UPDATE `broadcast_text` SET `MaleText`='Face these "mantid" $p and we''ll continue our assault on the Mogu. With luck, we should join you shortly.' WHERE `ID`=57494; -- 57494
UPDATE `broadcast_text` SET `MaleText`='Indeed! The young one on my chest is named "Kor", for my oldest friend.$b$bAnd this young champion on my back is named "$p", for his savior.' WHERE `ID`=57507; -- 57507
UPDATE `broadcast_text` SET `MaleText`='Come on boys, let''s leave him to his "farming." Ho ho ho!' WHERE `ID`=57518; -- 57518
UPDATE `broadcast_text` SET `MaleText`='The "failed" siege was merely a feint, of course. You didn''t realize?' WHERE `ID`=57658; -- 57658
UPDATE `broadcast_text` SET `MaleText`='That Bramblestaff boy is down in the wilds, fraternizing with those "tauren" at Thunder Cleft. He''s looking for trouble, if you ask me.$b$bYou want to join him?' WHERE `ID`=57667; -- 57667
UPDATE `broadcast_text` SET `MaleText`='That Bramblestaff boy is down in the wilds, fraternizing with those "tauren" at Dawnchaser Retreat. He''s looking for trouble, if you ask me.$b$bYou want to join him?' WHERE `ID`=57668; -- 57668
UPDATE `broadcast_text` SET `MaleText`='That Bramblestaff boy is down in the wilds, fraternizing with those "night elves" at the place they call "the Incursion". He''s looking for trouble, if you ask me.$b$bYou want to join him?' WHERE `ID`=57669; -- 57669
UPDATE `broadcast_text` SET `MaleText`='These "elf" creatures. Can they be trusted?', `FemaleText`='These "elf" creatures. Can they be trusted?' WHERE `ID`=57786; -- 57786
UPDATE `broadcast_text` SET `FemaleText`='I think I''ll just stick with "silk-getting guy".' WHERE `ID`=57848; -- 57848
UPDATE `broadcast_text` SET `FemaleText`='Did he say "horrible monster"?' WHERE `ID`=57849; -- 57849
UPDATE `broadcast_text` SET `FemaleText`='Alright, done with the little guys! Let''s move on to this "horrible silk monster"!' WHERE `ID`=57852; -- 57852
UPDATE `broadcast_text` SET `MaleText`='Way back in the old times the mogu would put little traps like this around the world to stop people from portalling this way and that. It''s powered by the people who get stuck in it and won''t turn off until they are dead.$b$bIt''s like mama Bramblestaff always used to say: "Don''t put your hand in a stranger''s portal."' WHERE `ID`=58074; -- 58074
UPDATE `broadcast_text` SET `MaleText`='My time with the Red Crane was short, but I learned a great deal under his tutelage.$B$BThis foe--this "sha" energy--is unlike anything we''ve ever faced. It is the physical manifestation of emotional turmoil, bottled in the land for centuries$B$BThis emotional energy has now burst forth to find living, feeling hosts in which to reside.$B$BThe sha threatens to wash over the whole continent, possibly the world, if we do not aid the pandaren in facing it down!' WHERE `ID`=58180; -- 58180
UPDATE `broadcast_text` SET `MaleText`='Pa says we''ve faced worse. But when he says "we" he means people like his great great grandfather.$b$bThe worst thing I''ve ever had to face was a grummle angry that his yak wasn''t smelly enough.' WHERE `ID`=58371; -- 58371
UPDATE `broadcast_text` SET `FemaleText`='Whaddaya mean Fish is a weird name, too? It ain''t weird at all, buddy! I was named after dem fishes in the lake!$B$BNow just now what''s a "$n," eh? I ask ya that!' WHERE `ID`=58906; -- 58906
UPDATE `broadcast_text` SET `FemaleText`='All''s clear, $n. Don''t let down your guard, though. Those virmen can tunnel faster than you can say "Virmen a hole!"' WHERE `ID`=59232; -- 59232
UPDATE `broadcast_text` SET `MaleText`='I call this move "The Snowplow!"' WHERE `ID`=59430; -- 59430
UPDATE `broadcast_text` SET `MaleText`='Ahem.$B$B"I reckon there just ain''t enough hours in the day!"$B$BHow did that sound? Too forced? You think it would fly at the market?' WHERE `ID`=59499; -- 59499
UPDATE `broadcast_text` SET `MaleText`='Well, sometimes veggies get to sprouting SO beautifully, they practically beg to be pilfered.$B$BGrandpa said a keen plainshawk could spot a prize pumpkin better than anyone at the market, and it''d make for it quicker than a... err....$B$B"Quicker than a hozen in heat."$B$BI guess you could say stuff like that back then?$B$BThe point is, you''ll just have to defend alluring crops from critters!' WHERE `ID`=59534; -- 59534
UPDATE `broadcast_text` SET `MaleText`='Wild?! Now that''s a surprise! Grandpa used to tell stories about having to wrestle his wild crops into submission.$B$B"Yoonie," he used to say, "don''t be afraid to slap your scallions around."$B$BI always thought he was just being gross.' WHERE `ID`=59536; -- 59536
UPDATE `broadcast_text` SET `MaleText`='Runty! Hah! Now that''s a term I haven''t heard in awhile!$B$BGrandpa used to call me that when I refused to get up and go somewhere. He''d grab the nape of my neck and hoist me up "like a runty turnip" he would say.$B$BThese crops just need a helping hand getting vertical. Get a firm grip on them and lift.' WHERE `ID`=59537; -- 59537
UPDATE `broadcast_text` SET `MaleText`='Stubborn weeds! They''re a constant nuisance, creeping up in the soil and threatening to take over your land.$B$BBefore you can till that plot, you need to rip the weed out. There''s no trick to it, really - just grab it and pull!$B$BIn the words of my grandpa, "you just gotta be more ornery than the weed!"' WHERE `ID`=59540; -- 59540
UPDATE `broadcast_text` SET `MaleText`='Yes... why don''t you "escort" me out of here.', `FemaleText`='Yes... why don''t you "escort" me out of here.' WHERE `ID`=59730; -- 59730
UPDATE `broadcast_text` SET `FemaleText`='When these monsters came, the Shado-Pan got so serious... they kept saying, "Sha". What''s that?' WHERE `ID`=59734; -- 59734
UPDATE `broadcast_text` SET `FemaleText`='Still clinging to the tailfeathers of Chi-Ji, and his idiotic notions of "hope"?' WHERE `ID`=60039; -- 60039
UPDATE `broadcast_text` SET `MaleText`='Some argue Brother Rabbitsfoot has more good fortune than I, the Lucky Eightcoins.$b$bAt this I laugh.$b$bIt is simple: he is called "brother", I am called "Lucky". Obviously I am of more luck.' WHERE `ID`=60256; -- 60256
UPDATE `broadcast_text` SET `MaleText`='Aw, heck no. That''s just how I make my beer.$b$bMuddy water, you see... it''s got little bugs in it, that ferment your ale for you. Some folks use real yeast, grown in a fancy brewery under controlled conditions and what have you. I use muddy water.$b$bIt''s kind of my thing.$b$bI guess I''m just not what you''d call "cultured".' WHERE `ID`=60520; -- 60520
UPDATE `broadcast_text` SET `MaleText`='The mantid are attacking, and we are shamefully unprepared.$b$bUnder normal circumstances, our enemy is quite predictable. We anticipated that the next full-scale mantid attack would hit in about ten years, as they do so regularly every hundred.$b$bThis current invasion is hardly "full-scale", but it''s still strong enough to catch a farming village unawares. Had my Shado-Pan not been keeping such a watchful vigil on the wall, Stoneplow might have already fallen.' WHERE `ID`=60542; -- 60542
UPDATE `broadcast_text` SET `FemaleText`='I could have beat you today you know. All I needed to do was to switch to my "Ale Stance" sooner.' WHERE `ID`=60819; -- 60819
UPDATE `broadcast_text` SET `FemaleText`='Enjoy the taste of victory, for now. Next time we fight, you will taste the bitterness of defeat.$b$bIn fact, I think I''ll name my next brew that. "The Bitterness of Defeat." Doesn''t roll of the tongue but it takes a special kind of failure to make one drink a brew named that.' WHERE `ID`=60820; -- 60820
UPDATE `broadcast_text` SET `MaleText`='Ah! The "hero" who stole my spotlight at Stoneplow.$b$bI kid, I kid. That was a great battle. I am honored to have fought by your side.' WHERE `ID`=60862; -- 60862
UPDATE `broadcast_text` SET `MaleText`='Wikket thinks it won? Ha! Master Boom Boom never say "surrender"! Stalemate!' WHERE `ID`=60875; -- 60875
UPDATE `broadcast_text` SET `FemaleText`='Try to understand, grummle. This is a temple to Niuzao, the great Black Ox. We are servants to him, and keepers of this temple. We do not "replace yaks".' WHERE `ID`=61113; -- 61113
UPDATE `broadcast_text` SET `FemaleText`='Fine. There are plenty of wild yaks near the lake to the north. You can "replace" your yak with one of those.' WHERE `ID`=61117; -- 61117
UPDATE `broadcast_text` SET `FemaleText`='Don''t you "snow lily" me! I was- WE- were worried sick about you.' WHERE `ID`=61222; -- 61222
UPDATE `broadcast_text` SET `MaleText`='Your clan is so low that hozen tell "stupid" jokes about them!' WHERE `ID`=61293; -- 61293
UPDATE `broadcast_text` SET `MaleText`='What he created, was the "grummle."' WHERE `ID`=61465; -- 61465
UPDATE `broadcast_text` SET `MaleText`='Look, "Chen Stormstout," we all can''t be heroes, running from our responsibilities, tromping around the Dread Wastes, saving the world. Some of us are "Artists."' WHERE `ID`=61473; -- 61473
UPDATE `broadcast_text` SET `MaleText`='There are some that would call us barbarians... the "mongrel races" of Azeroth.' WHERE `ID`=61587; -- 61587
UPDATE `broadcast_text` SET `MaleText`='They are a very superstitious people, who often take on the names of their favorite charms, or "Luckydos."' WHERE `ID`=61647; -- 61647
UPDATE `broadcast_text` SET `MaleText`='These negative emotions can manifest in physical form. We call this dark energy "Sha."' WHERE `ID`=61705; -- 61705
UPDATE `broadcast_text` SET `MaleText`='What is a "luckydo"?', `FemaleText`='What is a "luckydo"?' WHERE `ID`=61779; -- 61779
UPDATE `broadcast_text` SET `MaleText`='This... "filth" defeated the adjunct and saw to my Wakening.' WHERE `ID`=62012; -- 62012
UPDATE `broadcast_text` SET `MaleText`='Oh... well.. you know... "they".' WHERE `ID`=62479; -- 62479
UPDATE `broadcast_text` SET `MaleText`='No, my student, look at these words here: "vessel", "quench", "recipe"...' WHERE `ID`=62527; -- 62527
UPDATE `broadcast_text` SET `FemaleText`='"Incantations fae and primal"... that must refer to the Rikkitun sprites.' WHERE `ID`=62542; -- 62542
UPDATE `broadcast_text` SET `MaleText`='Well now! Who knew such a beautiful thing was hiding here? I can see that this "Alliance" of yours cuts with precision in order to change the world around you. Interesting.' WHERE `ID`=62632; -- 62632
UPDATE `broadcast_text` SET `MaleText`='I am a "Lorewalker" - a historian of sorts for my people. My instrument is the spoken word.' WHERE `ID`=62633; -- 62633
UPDATE `broadcast_text` SET `MaleText`='Let''s see here...$B$B"Finding the proper f-stop. The f-number is the focal length divided by the ''effective'' aperture diameter."$B$BThis is making my head hurt.', `FemaleText`='Let''s see here...$B$B"Finding the proper f-stop. The f-number is the focal length divided by the ''effective'' aperture diameter."$B$BThis is making my head hurt.' WHERE `ID`=63431; -- 63431
UPDATE `broadcast_text` SET `MaleText`='"...focusing at the hyperfocal distance ensures maximum sharpness from half this distance all the way to infinity..."', `FemaleText`='"...focusing at the hyperfocal distance ensures maximum sharpness from half this distance all the way to infinity..."' WHERE `ID`=63437; -- 63437
UPDATE `broadcast_text` SET `MaleText`='Hey, what do you suppose your "hyperfocal distance" is right now?', `FemaleText`='Hey, what do you suppose your "hyperfocal distance" is right now?' WHERE `ID`=63438; -- 63438
UPDATE `broadcast_text` SET `MaleText`='Don''t mind those two idiots outside - they''re caught up in some fad called "sharking."$B$BI''d wager they feel pretty dumb about that picture in a couple of months.' WHERE `ID`=63459; -- 63459
UPDATE `broadcast_text` SET `MaleText`='Cho said you were a "hooman". Is that like a hozen?', `FemaleText`='Cho said you were a "hooman". Is that like a hozen?' WHERE `ID`=63535; -- 63535
UPDATE `broadcast_text` SET `MaleText`='Hello fellow angler! Have you been around these parts long? Me and my buddy "Big Hook" here travel far and wide looking for the next big catch!$b$bWe ran into this place by accident and the locals were friendly with both their supplies and booze so we decided to stick around!' WHERE `ID`=63548; -- 63548
UPDATE `broadcast_text` SET `MaleText`='I swear I saw that little Syra Goldendraft giving my boy "the looks". Can''t have that.' WHERE `ID`=63573; -- 63573
UPDATE `broadcast_text` SET `MaleText`='Ah! Good! You made it. It is time to teach these "pirate" hozen why they should not raid our villages.' WHERE `ID`=63624; -- 63624
UPDATE `broadcast_text` SET `FemaleText`='There is another visitor from beyond the mists here. "Chen Stormstout" he is called. He is Pandaren, but from a different homeland.' WHERE `ID`=63663; -- 63663
UPDATE `broadcast_text` SET `MaleText`='One day, a father grew tired of his young cub''s misbehavior. "You act just like a hozen!" the father scolded. Still, his son misbehaved.' WHERE `ID`=63740; -- 63740
UPDATE `broadcast_text` SET `MaleText`='To teach him a lesson, the father dragged the cub out to the forest, to watch how the hozen live. "Do you see what the hozen are like?" he asked. "Do you want to live like that?"' WHERE `ID`=63741; -- 63741
UPDATE `broadcast_text` SET `MaleText`='"I learned that we work and toil on our little farm, but that the hozen have the whole world as their garden," the cub said. "I learned that we squint by the light of a single candle, but that the hozen enjoy the light of the stars. I learned that I go to school every day, but that the hozen learn by doing."' WHERE `ID`=63744; -- 63744
UPDATE `broadcast_text` SET `MaleText`='And the cub concluded, "I should very much like to live like a hozen!"' WHERE `ID`=63745; -- 63745
UPDATE `broadcast_text` SET `MaleText`='"Dear Soggy, if you are reading this it means you finally worked up the guts to send someone after the old charter. Well, you''re too late."' WHERE `ID`=63781; -- 63781
UPDATE `broadcast_text` SET `MaleText`='"We know the Mist-Hopper wasn''t hired to venture this far beyond the wall. We know it was supposed to be a routine job off the coast of Jade Forest."' WHERE `ID`=63782; -- 63782
UPDATE `broadcast_text` SET `MaleText`='"What should have been a week of easy fishing turned into a wild misadventure that ran us aground in the most dangerous place on the continent and nearly got us all killed, because you couldn''t stop chasing your hunches."' WHERE `ID`=63783; -- 63783
UPDATE `broadcast_text` SET `MaleText`='"We just wanted to say: Thank you."' WHERE `ID`=63784; -- 63784
UPDATE `broadcast_text` SET `MaleText`='"Thank you for chasing fortune on the distant horizon. Thank you for dreaming. And most of all, thank you for bringing us along."' WHERE `ID`=63785; -- 63785
UPDATE `broadcast_text` SET `MaleText`='"We''ll always be your crew, Soggy. Ship or no ship. We''d follow you anywhere."' WHERE `ID`=63786; -- 63786
UPDATE `broadcast_text` SET `MaleText`='"Sincerely, all of us. Even Dog."' WHERE `ID`=63787; -- 63787
UPDATE `broadcast_text` SET `MaleText`='The "orc" tried to punch me.' WHERE `ID`=63860; -- 63860
UPDATE `broadcast_text` SET `MaleText`='"Koa," they said, "Go guard the well." That''s what they said.' WHERE `ID`=63931; -- 63931
UPDATE `broadcast_text` SET `MaleText`='I am the "retrieval expert" for her ladyship, Madam Goya. It is her will that guides the ebb and flow of travel on this road.$b$bIt is my role to ensure certain less scrupulous types do not take advantage of her ladyship''s hospitality.' WHERE `ID`=64020; -- 64020
UPDATE `broadcast_text` SET `MaleText`='What is this "sha"? Where did it come from?', `FemaleText`='What is this "sha"? Where did it come from?' WHERE `ID`=64229; -- 64229
UPDATE `broadcast_text` SET `MaleText`='Ever see a kracken before? Old Jin claims to have caught one, once upon a time, but let it go on acount of it looked too "gamey."$b$bWe have a betting pool going to see if he ever finds it again.' WHERE `ID`=64279; -- 64279
UPDATE `broadcast_text` SET `FemaleText`='You probably have seen the ships crashed off our shores. Would any of those happen to be yours?$b$bThe mists often bring us a number of "gifts" like that.' WHERE `ID`=64285; -- 64285
UPDATE `broadcast_text` SET `MaleText`='Someone was saying I was "overhealing" the other day. I am so confused.', `FemaleText`='Someone was saying I was "overhealing" the other day. I am so confused.' WHERE `ID`=64333; -- 64333
UPDATE `broadcast_text` SET `MaleText`='One of the initiates pulled a prank on me the other day. He said I was supposed to sniff his "healing mists". There was nothing healing about that mist.', `FemaleText`='One of the initiates pulled a prank on me the other day. He said I was supposed to sniff his "healing mists". There was nothing healing about that mist.' WHERE `ID`=64346; -- 64346
UPDATE `broadcast_text` SET `MaleText`='I once saw a strange creature in the Grummle Bazaar. It looked like a haunched over jinyu but was mean and said something like "Mrggmrmrgmgmgl".$b$bI guess one of the grummles brought it up from the coastline.', `FemaleText`='I once saw a strange creature in the Grummle Bazaar. It looked like a haunched over jinyu but was mean and said something like "Mrggmrmrgmgmgl".$b$bI guess one of the grummles brought it up from the coastline.' WHERE `ID`=64437; -- 64437
UPDATE `broadcast_text` SET `FemaleText`='We wrecked out here after Soggy took us way off course from our original charter. Thought he could pull a fast one on us. Hah!$B$BTruthfully, we''re all glad he tried. Not one of us is an "easy day''s work" kinda person.' WHERE `ID`=64669; -- 64669
UPDATE `broadcast_text` SET `MaleText`='Say "hello" to "goodbye"!' WHERE `ID`=64794; -- 64794
UPDATE `broadcast_text` SET `MaleText`='Hardly anyone. It''s guarded by a group called "The Golden Lotus." Members of the Golden Lotus are hand-picked by the Celestials to maintain a vigil over the Vale, but few are chosen.$b$bI''ve heard stories about the Vale since I was a cub. Can you believe such a place actually exists?$b$bDo you think the legends of the pools are true? I wish I could see for myself!' WHERE `ID`=64797; -- 64797
UPDATE `broadcast_text` SET `MaleText`='Hah! Spoken like a true disciple of Garrosh Hellscream. Our "Warchief" would be proud.$b$bBut MY horde does not fight unarmed children. Nor would I dare bring our war to this sacred chamber, in the presence of an August Celestial himself.$b$bBesides, this little one has earned the friendship and trust of High Chieftain Baine Bloodhoof. For that reason, consider him under my protection.$b$bFor now.' WHERE `ID`=64983; -- 64983
UPDATE `broadcast_text` SET `MaleText`='[%s] confesses: I have "borrowed" things from my guild bank.', `FemaleText`='[%s] confesses: I have "borrowed" things from my guild bank.' WHERE `ID`=64991; -- 64991
UPDATE `broadcast_text` SET `MaleText`='I thought all was lost when the yaungol attacked our home. It is cliche, but the old monks are right when they say: "When one door shuts, another opens."$b$bOr something like that. Wasn''t too big on their teachings.' WHERE `ID`=65055; -- 65055
UPDATE `broadcast_text` SET `MaleText`='...hic...!$B$B...what is a... what is a "gus"...?' WHERE `ID`=65084; -- 65084
UPDATE `broadcast_text` SET `MaleText`='It is very good to see you again, $n! I trust the weapons I gave you at Ravenholdt have served you well?$b$bI have another "assignment" for you here in Pandaria. This will again require all of your skills, and again I assure you... it will be worth it!$b$bBefore we begin, it''s important that you familiarize yourself with the lay of the land. Come visit me once you have earned more experience here.' WHERE `ID`=65120; -- 65120
UPDATE `broadcast_text` SET `MaleText`='I have chosen the name "Wrathion." To my knowledge, I am the last of the black dragons.$b$bMy father was Deathwing, the Worldbreaker, the Aspect of Death, the Destroyer... But I hope you will not hold that against me.$b$bI have no love for my father, whose corruption destroyed my race, or for the red dragonflight, who stole away and experimented on my egg to create me.$b$bLet''s just say, I am... unaffiliated. And I am always on the lookout for like-minded heroes.' WHERE `ID`=65123; -- 65123
UPDATE `broadcast_text` SET `FemaleText`='Could the waters of this vale be the fabled "Pools of Youth?" Perhaps immortality is within our grasp once again...' WHERE `ID`=65143; -- 65143
UPDATE `broadcast_text` SET `FemaleText`='To be honest, I did not believe the truth of Vaeldrin''s visions at first. But this place radiates an unusual magic - could these be the fabled "Pools of Youth?"' WHERE `ID`=65146; -- 65146
UPDATE `broadcast_text` SET `MaleText`='We have witnessed your "help" in the Jade Forest. This "Horde," this "Alliance" of yours - you have no control over your own nature. You leave misery in your wake.' WHERE `ID`=65217; -- 65217
UPDATE `broadcast_text` SET `MaleText`='When I say: "Who''s the Master?" You say: "Shonuf!"' WHERE `ID`=65503; -- 65503
UPDATE `broadcast_text` SET `FemaleText`='He grew and grew and grew, SO big, that now some people call him "The Wandering Isle."' WHERE `ID`=65589; -- 65589
UPDATE `broadcast_text` SET `FemaleText`='Especially Hao! Liu Lang once said, "Noble is he who always asks questions."' WHERE `ID`=65595; -- 65595
UPDATE `broadcast_text` SET `FemaleText`='"We should all be like children, for the world is our elder, and has many things to teach us."' WHERE `ID`=65596; -- 65596
UPDATE `broadcast_text` SET `FemaleText`='It''s not a sad story! Liu Lang himself said, "Never mourn a life well-lived."' WHERE `ID`=65618; -- 65618
UPDATE `broadcast_text` SET `MaleText`='I thought this was a tournament of "strength." Yet I see only weakness.' WHERE `ID`=65667; -- 65667
UPDATE `broadcast_text` SET `FemaleText`='It is said, "Turn your face towards the sun, and the shadows will fall behind you."$b$bI hope you find many bright days ahead of you, $n!' WHERE `ID`=65910; -- 65910
UPDATE `broadcast_text` SET `MaleText`='Legend has it that Liu Lang once set out to explore the seas beyond Pandaria on the back of a giant turtle. Every few years, he would come back, always seeking new explorers to travel with him. To this day, whenever a pandaren is daydreaming or staring off into space, we ask if they''re "waiting for the turtle."$b$bMost pandaren aren''t very adventurous - they like to stay close to hearth and home. But some of us are still dreamers... Tonight we gather at Turtle Beach on the southern coast to gaze out at the sea and celebrate Liu Lang''s spirit of adventure.$b$bIt''s called the Wanderer''s Festival.', `FemaleText`='Legend has it that Liu Lang once set out to explore the seas beyond Pandaria on the back of a giant turtle. Every few years, he would come back, always seeking new explorers to travel with him. To this day, whenever a pandaren is daydreaming or staring off into space, we ask if they''re "waiting for the turtle."$b$bMost pandaren aren''t very adventurous - they like to stay close to hearth and home. But some of us are still dreamers... Tonight we gather at Turtle Beach on the southern coast to gaze out at the sea and celebrate Liu Lang''s spirit of adventure.$b$bIt''s called the Wanderer''s Festival.' WHERE `ID`=65944; -- 65944
UPDATE `broadcast_text` SET `FemaleText`='Welcome, $n!$b$bThis is the "Wanderer''s Festival," where we celebrate the deeds of the first pandaren explorer and gather on the beach to gaze out across the sea.$b$bThere was a time when the mists that cloaked Pandaria were so thick, sometimes you couldn''t even see that large rock just off the shore there. Now look at it - what a glorious night! I''m glad you are here for this.' WHERE `ID`=65947; -- 65947
UPDATE `broadcast_text` SET `MaleText`='This place is all shiny. Not sure I like it. Seems like it is missing that "lived in" smell.' WHERE `ID`=65965; -- 65965
UPDATE `broadcast_text` SET `MaleText`='Your "Empress" has fallen. The Klaxxi have pronounced judgment. Stand aside or be brushed away.' WHERE `ID`=66026; -- 66026
UPDATE `broadcast_text` SET `MaleText`='When the usurpers came - the ones you call "Titans" - Y''shaarj was destroyed.' WHERE `ID`=66047; -- 66047
UPDATE `broadcast_text` SET `MaleText`='You come to see ol'' Tapin, eh? Hear ''bout my nickname? There was a time they called me "the barber" on account of my skill with skinnin''.' WHERE `ID`=66165; -- 66165
UPDATE `broadcast_text` SET `MaleText`='Ah! Here we are. Over 14,000 years ago, this entire land was ruled by a terrible race of warlords called "the mogu."' WHERE `ID`=66180; -- 66180
UPDATE `broadcast_text` SET `MaleText`='I have heard of your "heroism," Locust. They say your raids on mogu labor camps and farmlands delayed the completion of the wall by decades.' WHERE `ID`=66293; -- 66293
UPDATE `broadcast_text` SET `MaleText`='When she tried to forbid the swarm, it was to prevent, as she put it, "a senseless loss of life."' WHERE `ID`=66310; -- 66310
UPDATE `broadcast_text` SET `MaleText`='How would you like to suddenly become "intrigued" by your own thorax? I bet your skilled hands could perform a self-vivisection in mere seconds if they were properly compelled.' WHERE `ID`=66323; -- 66323
UPDATE `broadcast_text` SET `MaleText`='The Klaxxi said they needed someone to continue punishing fools in a future generation.$B$BI told them, "I''m your mantid."' WHERE `ID`=66360; -- 66360
UPDATE `broadcast_text` SET `MaleText`='One day, the beloved monk issued a challenge to his fellow slaves. "Hit me!" he called out.' WHERE `ID`=66426; -- 66426
UPDATE `broadcast_text` SET `MaleText`='"Our backs are hardened by the whips of the mogu," he told them. "Our arms are powerful from building their fortresses. Our minds are sharp from working alongside our enemy. You think the mogu are stronger? I say we are their strength!"' WHERE `ID`=66428; -- 66428
UPDATE `broadcast_text` SET `MaleText`='The farmers, the bricklayers, the shepherds and the smiths... they all bowed before Kang. "Teach us," they said. "Teach us to fight."' WHERE `ID`=66429; -- 66429
UPDATE `broadcast_text` SET `FemaleText`='Mister Pleeb is teaching me how to be a taxidermist. Personally I think he is a little too dated and could benefit from a little gnomish "engi-nuity."' WHERE `ID`=66728; -- 66728
UPDATE `broadcast_text` SET `MaleText`='"And that is how the shining blade came to, and left, Pandaria, its final destination unknown."$B$BOur people''s lore is a woven quilt of rich stories. It is my job to bind the tomes so that they may last a thousand lifetimes.' WHERE `ID`=66823; -- 66823
UPDATE `broadcast_text` SET `MaleText`='These "elf" creatures. Can they be trusted?', `FemaleText`='These "elf" creatures. Can they be trusted?' WHERE `ID`=67000; -- 67000
UPDATE `broadcast_text` SET `MaleText`='I don''t know about this "Alliance", but you look trustworthy. I''ll gather everyone up and meet you when we''re ready to rebuild!' WHERE `ID`=67234; -- 67234
UPDATE `broadcast_text` SET `MaleText`='I don''t know about this "Horde", but you look trustworthy. I''ll gather everyone up and meet you when we''re ready to rebuild!' WHERE `ID`=67236; -- 67236
UPDATE `broadcast_text` SET `MaleText`='Ho, $n! That was some big mess you cleaned up! Well, I''d say you did your "duty" for the day. Go and get some rest. Plenty to do here tomorrow!', `FemaleText`='Ho, $n! That was some big mess you cleaned up! Well, I''d say you did your "duty" for the day. Go and get some rest. Plenty to do here tomorrow!' WHERE `ID`=67331; -- 67331
UPDATE `broadcast_text` SET `MaleText`='I''m pretty sure this "valve" is a toenail. Goblins...' WHERE `ID`=67458; -- 67458
UPDATE `broadcast_text` SET `MaleText`='I''m on important business for his majesty.$b$b"Need to know" buisness. And you don''t need to know!' WHERE `ID`=67477; -- 67477
UPDATE `broadcast_text` SET `MaleText`='Alliance "hero." Let''s see how you fight without a flying warship to cover your back!' WHERE `ID`=67494; -- 67494
UPDATE `broadcast_text` SET `MaleText`='"Improvise." Humph.' WHERE `ID`=67513; -- 67513
UPDATE `broadcast_text` SET `MaleText`='Your foe was overwhelmed by a dark energy we call the"Sha." It thrives on negative emotions, such as doubt.' WHERE `ID`=67706; -- 67706
UPDATE `broadcast_text` SET `MaleText`='I have seen your sky-fortress. Your people have an interesting notion of "peace."' WHERE `ID`=67708; -- 67708
UPDATE `broadcast_text` SET `MaleText`='Your foe was overwhelmed by a dark energy we call the"Sha." It thrives on negative emotions, such as doubt.' WHERE `ID`=67753; -- 67753
UPDATE `broadcast_text` SET `MaleText`='It is said that "Wisdom lights the path."$b$b...But wisdom never kept me from stubbing my toe at night.' WHERE `ID`=67803; -- 67803
UPDATE `broadcast_text` SET `MaleText`='Your "Empress" has fallen. The Klaxxi have pronounced judgment. Stand aside or be brushed away.' WHERE `ID`=67841; -- 67841
UPDATE `broadcast_text` SET `MaleText`='"Unscathed," indeed.' WHERE `ID`=67846; -- 67846
UPDATE `broadcast_text` SET `MaleText`='When the usurpers came - the ones you call "Titans" - Y''shaarj was destroyed.' WHERE `ID`=67856; -- 67856
UPDATE `broadcast_text` SET `FemaleText`='Keep going, you''re almost there!$b$bThis is my third trip through the pass. I wish I could say it was getting easier!$b$bWhen you get to the top, there''s a wonderful inn called the "Tavern in the Mist." Keep your weapons close, though. You''ll run across all kinds of characters.' WHERE `ID`=68498; -- 68498
UPDATE `broadcast_text` SET `MaleText`='<The words of Malik echo through your mind.>$B$B"Heroes never die."' WHERE `ID`=68562; -- 68562
UPDATE `broadcast_text` SET `MaleText`='I lost "Scrutiny."', `FemaleText`='I lost "Scrutiny."' WHERE `ID`=68811; -- 68811
UPDATE `broadcast_text` SET `MaleText`='Collecting "distilled" fuel.', `FemaleText`='Collecting "distilled" fuel.' WHERE `ID`=68958; -- 68958
UPDATE `broadcast_text` SET `MaleText`='Wolves in captivity? We should "rescue" these poor animals.' WHERE `ID`=68995; -- 68995
UPDATE `broadcast_text` SET `MaleText`='Time to test my new "Fly-Diggy Wing" upgrade! Hang on!' WHERE `ID`=68999; -- 68999
UPDATE `broadcast_text` SET `FemaleText`='Back at the barracks, I heard murmurings of this "sha."$B$BYou should have heard the crazy stories - sha possessing our strongest troops? Simply tales to scare children.$B$BThe sha are nothing that I and my sisters cannot handle.' WHERE `ID`=69192; -- 69192
UPDATE `broadcast_text` SET `MaleText`='Indeed? It appears I have much to learn from these "mogu."' WHERE `ID`=69230; -- 69230
UPDATE `broadcast_text` SET `MaleText`='Interpreting program "Hello World". Line 1: Blow up in enemy''s face.' WHERE `ID`=69315; -- 69315
UPDATE `broadcast_text` SET `FemaleText`='Well, I''ve spent weeks trying to understand how to summon one of these things. If you know something I don''t, I''d appreciate it if you''d share it with us "lesser" mortals.' WHERE `ID`=69385; -- 69385
UPDATE `broadcast_text` SET `FemaleText`='Every day I ask myself: "What''s the right thing to do?"' WHERE `ID`=69454; -- 69454
UPDATE `broadcast_text` SET `MaleText`='What I did find, however, was the final resting place of the infamous "Monkey King."' WHERE `ID`=69528; -- 69528
UPDATE `broadcast_text` SET `MaleText`='The tricky part is, he was frozen in jade while dueling a mogu that history names "The Jade Warlord."' WHERE `ID`=69530; -- 69530
UPDATE `broadcast_text` SET `MaleText`='Why do they call me "toasty"?
You really gonna ask me that? Look, it''s not MY fault that the chemicals reacted that way! Blame SCIENCE!' WHERE `ID`=69786; -- 69786
UPDATE `broadcast_text` SET `MaleText`='Jaina Proudmoore now sits as head of the Kirin Tor and rules Dalaran.$b$bThat puts the citadel square in the hands of the Alliance no matter how much Aethas brags about neutrality.$b$bThis young upstart may have forgotten, but the Alliance tried to imprison and massacre our people during the third war.$b$bForgive me if I do not share his faith in their... "neutrality".' WHERE `ID`=69817; -- 69817
UPDATE `broadcast_text` SET `MaleText`='I refuse to take your guesses if you aren''t participating in the brawl yourself. You need "skin in the game", if you will.
Go talk to one of the guards and queue for the brawl. Then we can play.' WHERE `ID`=69971; -- 69971
UPDATE `broadcast_text` SET `MaleText`='I ain''t gonna support you if you ain''t brawlin'' yourself. You need "skin in the game", chief.
Go talk to one of them guards and tell ''em you wanna fight. Then we can play.' WHERE `ID`=69979; -- 69979
UPDATE `broadcast_text` SET `MaleText`='By order of the Warchief this "city" is now under Martial Law. Any who refuse the will of the Warchief shall be branded as traitors!' WHERE `ID`=69982; -- 69982
UPDATE `broadcast_text` SET `MaleText`='How... many... of your own people must you kill... so you can have "your" Horde back?' WHERE `ID`=69994; -- 69994
UPDATE `broadcast_text` SET `MaleText`='Awed by its power, the Thunder King described the instrument as "the voice of the gods," and named it the Divine Bell.' WHERE `ID`=70161; -- 70161
UPDATE `broadcast_text` SET `MaleText`='There, he earned the name "Lo''Gosh," or "Ghost Wolf."' WHERE `ID`=70333; -- 70333
UPDATE `broadcast_text` SET `MaleText`='Disguised as "nifty nibs", never to fall into mogu hands.' WHERE `ID`=70416; -- 70416
UPDATE `broadcast_text` SET `MaleText`='If "Garrosh" has the bell than there is only one thing to do,' WHERE `ID`=70419; -- 70419
UPDATE `broadcast_text` SET `MaleText`='What is all this nonsense about a"purge?"', `FemaleText`='What is all this nonsense about a"purge?"' WHERE `ID`=70452; -- 70452
UPDATE `broadcast_text` SET `FemaleText`='"Nairi, lift this thing!", they always shout. Why not "Nairi, show us your dance moves!"? I''m a great dancer.' WHERE `ID`=70742; -- 70742
UPDATE `broadcast_text` SET `MaleText`='"Voodoo"' WHERE `ID`=70796; -- 70796
UPDATE `broadcast_text` SET `MaleText`='''Dese "Mogu," dey workin'' wicked dark magic here.' WHERE `ID`=70799; -- 70799
UPDATE `broadcast_text` SET `MaleText`='I will try to lead the "King" back to Lion''s Landing and see if I can''t persuade him to volunteer the information we need. In the meantime, I would say try to solve his riddles and meet us there.' WHERE `ID`=70817; -- 70817
UPDATE `broadcast_text` SET `MaleText`='It would seem this "sha" energy is far more powerful than I previously thought.' WHERE `ID`=71003; -- 71003
UPDATE `broadcast_text` SET `MaleText`='An engraving reads: "Spill No Evil!"', `FemaleText`='An engraving reads: "Spill No Evil!"' WHERE `ID`=71033; -- 71033
UPDATE `broadcast_text` SET `MaleText`='Saurok who worship Kroshik only do so because they are scared.$b$bThey pretend that we are all just little walking devilsaurs, proving our "strength" to gain the favor of an invisible, all-powerful devilsaur that lives in the sky.$b$bThat is truly what they believe.$b$bWe are not devilsaurs. We are saurok. And when we die, there will be no eternal hunt, no promised paradise, no punishment for the weak, and no Kros. We will be eaten, and our remains thrown into the filth-pool. And that is all. I have seen it.' WHERE `ID`=71431; -- 71431
UPDATE `broadcast_text` SET `MaleText`='Some saur-priests call me traitor. "Kroshik does not hunt in the sea," they say.$b$bI follow the path of Kros, but I do not agree with these priests. Kroshik hunts WHEREVER HE CAN, and so do I.$b$bThese priests and their stubborn, closed-mind idea of Kroshik have no place in today''s Skumblades.' WHERE `ID`=71479; -- 71479
UPDATE `broadcast_text` SET `MaleText`='They''ve been chanting: "Kill the mogu" all day. Whatever Aethas has you doing, it''s working.' WHERE `ID`=71556; -- 71556
UPDATE `broadcast_text` SET `MaleText`='"EVERYTHING IS OK"' WHERE `ID`=71574; -- 71574
UPDATE `broadcast_text` SET `MaleText`='"EVERYTHING IS ALRIGHT"' WHERE `ID`=71575; -- 71575
UPDATE `broadcast_text` SET `MaleText`='"$N WILL MAKE IT ALL BETTER"' WHERE `ID`=71576; -- 71576
UPDATE `broadcast_text` SET `MaleText`='"THANK YOU"' WHERE `ID`=71583; -- 71583
UPDATE `broadcast_text` SET `MaleText`='Did you just say "hello"?', `FemaleText`='Did you just say "hello"?' WHERE `ID`=71624; -- 71624
UPDATE `broadcast_text` SET `MaleText`='Nah. I said "Hallo." But that''s close enough.$b$bBye now.' WHERE `ID`=71625; -- 71625
UPDATE `broadcast_text` SET `MaleText`='Your "Alliance" is all flash, no strength whatsoever.' WHERE `ID`=71917; -- 71917
UPDATE `broadcast_text` SET `MaleText`='Your "Horde" is a disgusting pack of animals, hardly worth enslaving.' WHERE `ID`=71918; -- 71918
UPDATE `broadcast_text` SET `FemaleText`='But know this, "Blood" Elf: There can be no peace while Hellscream is Warchief of the Horde.' WHERE `ID`=71945; -- 71945
UPDATE `broadcast_text` SET `MaleText`='These insects do not know their place, Gara''jal. If you wish to prove your "might" on such weaklings, it matters not to me.' WHERE `ID`=72049; -- 72049
UPDATE `broadcast_text` SET `MaleText`='His followers fell to their knees before him. "We will call you ''The Lightning King,''" they said.' WHERE `ID`=72111; -- 72111
UPDATE `broadcast_text` SET `MaleText`='"Lightning strikes in an instant and is over in a flash," he said.' WHERE `ID`=72114; -- 72114
UPDATE `broadcast_text` SET `MaleText`='"But thunder. Thunder! Thunder proclaims the coming of the storm."' WHERE `ID`=72115; -- 72115
UPDATE `broadcast_text` SET `MaleText`='"Thunder quakes the skies long before the lightning strikes, and thunder echoes in the hills long after lightning''s power is spent."' WHERE `ID`=72116; -- 72116
UPDATE `broadcast_text` SET `MaleText`='"It is thunder that sends animals cowering and fills the hearts of peasants with dread. Let thunder be my herald, so that my power is felt throughout the land."' WHERE `ID`=72117; -- 72117
UPDATE `broadcast_text` SET `MaleText`='"I will be... The Thunder King."' WHERE `ID`=72118; -- 72118
UPDATE `broadcast_text` SET `FemaleText`='I''ve decided to write a book. "The Mysteries of Mogu Magic." Has a nice ring to it, don''t you think?' WHERE `ID`=72222; -- 72222
UPDATE `broadcast_text` SET `MaleText`='You''ve found another stone! What have we learned? The "curse of flesh" made the mogu mortal. Ah - but later, they found a way to reverse the process. A clever race.' WHERE `ID`=72362; -- 72362
UPDATE `broadcast_text` SET `MaleText`='The mogu served a Titan keeper. His name was "Ra." In the mogu tongue, "Ra-den" means "Master Ra." Fascinating! I must know more!' WHERE `ID`=72363; -- 72363
UPDATE `broadcast_text` SET `MaleText`='Here, there is mention of an Old God. "Y''Shaarj." A beast with seven heads, who breathed darkness. I suspect that thing was the source of the sha that haunts Pandaria to this day.' WHERE `ID`=72365; -- 72365
UPDATE `broadcast_text` SET `MaleText`='This runestone speaks of a "Cradle of Life." A place where the Titans could create new creatures. Oh - of course - the Vale of Eternal Blossoms! It was a living laboratory, much like Un''goro Crater or Sholazar Basin.' WHERE `ID`=72366; -- 72366
UPDATE `broadcast_text` SET `MaleText`='Here, this fragment speaks of "The Winged Legions of Y''Shaarj." Servants of an Old God? Could this mean the mantid?' WHERE `ID`=72368; -- 72368
UPDATE `broadcast_text` SET `MaleText`='This runestone is more recent than the others. Something about "The sleeping keeper." I think it''s referring to Ra-Den. But why was he asleep?' WHERE `ID`=72369; -- 72369
UPDATE `broadcast_text` SET `MaleText`='Champion, I need time to... "digest" what I have learned. But soon, we will take action.' WHERE `ID`=72388; -- 72388
UPDATE `broadcast_text` SET `MaleText`='These insects have not yet learned their place, Gara''jal. If you wish to prove your "might" on such weaklings it matters not to me.' WHERE `ID`=72506; -- 72506
UPDATE `broadcast_text` SET `MaleText`='Ahaha, get a load ''a me, mon!$b$bGriftah be back again! New stall, and brand new wares, and ready to pass on the deals to ya!$b$bWant more luck for deh mountains? Want tah buy the best "luckydo" ya ever smelled? Well step right up and don'' be talkin'' to grummles. Just let your good ol'' friend Griftah lead ya right.$b$bThese miraculous baubles be cheap at tripple the price!' WHERE `ID`=72537; -- 72537
UPDATE `broadcast_text` SET `MaleText`='And to think, my friends say I "troll" too much. I must show them you, Griftah.' WHERE `ID`=72543; -- 72543
UPDATE `broadcast_text` SET `MaleText`='Ya grummles be good sports. I be likin'' the cut of your jib.$b$bFor dat reason, I be willing to part with this "Luckydo Kazoo" which be makin'' only deh most luckiest of music.' WHERE `ID`=72545; -- 72545
UPDATE `broadcast_text` SET `MaleText`='Ya can''t be riding yaks into the mountains without a bonified "Lucktug"! That be madness! Lemme sell ya some for cheap.' WHERE `ID`=72546; -- 72546
UPDATE `broadcast_text` SET `MaleText`='Watch my back while I activate the forge. Did you know that all dragons innately understand the language of the Titans? No doubt a part of their "grand design."' WHERE `ID`=72559; -- 72559
UPDATE `broadcast_text` SET `MaleText`='"Security Protocols?" Ridiculous. Why were the Titans so obsessed with hiding all of their wonderful toys?' WHERE `ID`=72563; -- 72563
UPDATE `broadcast_text` SET `MaleText`='What''s this - "Anomaly detected." Anomaly?' WHERE `ID`=72570; -- 72570
UPDATE `broadcast_text` SET `MaleText`='The saurok intrigue me.$b$bSo much so, in fact, that some have started calling me "Skumblade Steve".' WHERE `ID`=72759; -- 72759
UPDATE `broadcast_text` SET `FemaleText`='The Pandaren are deeply concerned about the return of this "Thunder King." But I''m more concerned about the Horde. We can talk during the flight.' WHERE `ID`=72764; -- 72764
UPDATE `broadcast_text` SET `FemaleText`='Over 12,000 years ago, the Mogu empire was founded by Lei Shen, "The Thunder King."' WHERE `ID`=72765; -- 72765
UPDATE `broadcast_text` SET `FemaleText`='Pandaren legends tell of Lei Shen, "The Thunder King." He was the brutal founder of the Mogu empire over 12,000 years ago.' WHERE `ID`=72781; -- 72781
UPDATE `broadcast_text` SET `MaleText`='But, in defeating him, we must seek out the source of his great power. We must claim it for ourselves, as leverage against our "Warchief."' WHERE `ID`=72794; -- 72794
UPDATE `broadcast_text` SET `MaleText`='So today as I was gathering supplies, I found a wandering sherpa who sold exotic potions and oils. One of the more strange oils he had was known as a "love potion" for fish. $b $b Nevermind how he created it, just know that the stuff REALLY works! It DOUBLED the Redbelly Mandarin population in his pond! $b $b I found him at the lake north of Niuzao Temple. You''d probably do some good if you helped even out the population there.' WHERE `ID`=72895; -- 72895
UPDATE `broadcast_text` SET `FemaleText`='I can count alllll the way to "nine-ten." Listen!$B$B<Milly counts on her fingers and toes.>$B$BOne, two, three, five, six, umm... seven, eight, nine-ten!$B$BWait, I missed one...' WHERE `ID`=72971; -- 72971
UPDATE `broadcast_text` SET `MaleText`='<A hefty tome with a well-worn cover and bits of earth stuck in the bindings. It looks like Yoon has been carrying on tradition and recording the history of Sunsong Ranch in this journal. It lies open to his last entry: a note addressed to you!>$B$B"Thank you for restoring my family''s land to its former glory. I am on to bigger things; It is your turn to fill in these pages now."' WHERE `ID`=73039; -- 73039
UPDATE `broadcast_text` SET `MaleText`='Boss Bazzelflange wants more people fighting, and she wants ''em fighting better.
"Incentives!", she says. "We need to give ''em a better reason to brawl!"
So she has us build this zeppelin, see. Glorious views of the fight, all the fancy alcohol you can buy, and the satisfaction of bragging to your mates that you can go to a place that they can''t go to. Y''see - she only lets you up if you''re Rank 8 or higher.
You want to get up on the zep? Keep winning your fights, bucko.' WHERE `ID`=73179; -- 73179
UPDATE `broadcast_text` SET `MaleText`='"We cannot help you," said the Bronzebeard dwarf, "For if we turn our back on the Dark Irons, they will defeat the Wildhammer and take over Ironforge!"' WHERE `ID`=73224; -- 73224
UPDATE `broadcast_text` SET `MaleText`='"We cannot help you," said the Wildhammer dwarf. "For if we turn our back on the Dark Irons, they will defeat the Bronzebeard and take over Ironforge!"' WHERE `ID`=73225; -- 73225
UPDATE `broadcast_text` SET `MaleText`='The king was furious. "If none of you help, then Ironforge will fall under siege!"' WHERE `ID`=73226; -- 73226
UPDATE `broadcast_text` SET `MaleText`='Only one dwarf offered to help the king. "We will lend you our strength," said Moira, of the Dark Iron. "We will trust our dwarven brothers, and we will show them what loyalty means!"' WHERE `ID`=73227; -- 73227
UPDATE `broadcast_text` SET `MaleText`='Not now, $n. The bank''s been taken over for the time being.$b$bThe Kor''kron leader said that they won''t be makin'' any "unauthorized withdrawals", but... you might wanna check an'' make sure.' WHERE `ID`=73263; -- 73263
UPDATE `broadcast_text` SET `MaleText`='Lord Zhu, please understand - the orc "Warchief" who ordered the deed no longer speaks for the whole of the Horde. Many voices are rising up against him.' WHERE `ID`=73353; -- 73353
UPDATE `broadcast_text` SET `MaleText`='If we survive dis, maybe someday I call you... "Friend."' WHERE `ID`=73368; -- 73368
UPDATE `broadcast_text` SET `MaleText`='You can turn my steel against the "Warchief," but only against his corrupt soldiers - leave the civilians out of your bloodshed!' WHERE `ID`=73390; -- 73390
UPDATE `broadcast_text` SET `MaleText`='"Put the real bolts in," he says. "The kind that won''t get us killed," he says. Bah.', `FemaleText`='"Put the real bolts in," he says. "The kind that won''t get us killed," he says. Bah.' WHERE `ID`=73505; -- 73505
UPDATE `broadcast_text` SET `MaleText`='You can turn my steel against the "Warchief," but only against his corrupt soldiers - leave the civilians out of your bloodshed!' WHERE `ID`=73621; -- 73621
UPDATE `broadcast_text` SET `FemaleText`='He''s got two modes. Both modes are labeled "KILL". Let''s hear it for T440!' WHERE `ID`=73717; -- 73717
UPDATE `broadcast_text` SET `MaleText`='De "Warchief" still believes Vol''jin be dead, slain by his Kor''kron assassin in Kun-Lai Summit.' WHERE `ID`=73886; -- 73886
UPDATE `broadcast_text` SET `MaleText`='Ya still call him "Warchief," $c? Is he still YOUR Warchief? What of de spoils of his war? I don''t see you fat an'' happy like his Kor''kron. His Horde be an orc Horde. Do ya still feel welcome here, $r? Are ya a part of his plan? Or are ya trash he gonna do away wit'' once he has his way? He promise glory, but bathes our Horde in blood, an'' steps on anyone who see it diff''rent.$b$bYa wanna know how I see de Horde? De Horde dat me an'' Thrall built?' WHERE `ID`=74005; -- 74005
UPDATE `broadcast_text` SET `MaleText`='Ya still call him "Warchief," $c? Is he still YOUR Warchief? What of de spoils of his war? I don''t see you fat an'' happy like his Kor''kron.$b$bLook, ya be an orc, maybe ya don''t see it. Da ghettos in Orgrimmar. De way he talk ''bout de other races. De way he use ''em like cannon fodder. Are ya one of de chosen few, $n? Or are ya disposable, like de rest of us? De trash he throw away once he get his monstrous way. He promise glory but bathes our Horde in blood.$b$bMe an'' Thrall, we see a diff''rent Horde.' WHERE `ID`=74007; -- 74007
UPDATE `broadcast_text` SET `MaleText`='I just wanted them to hand us our reward, but they were just, "talk talk talk talk talk."' WHERE `ID`=74103; -- 74103
UPDATE `broadcast_text` SET `MaleText`='He''s got two modes. Both modes are labeled "KILL". Let''s hear it for T440!' WHERE `ID`=74138; -- 74138
UPDATE `broadcast_text` SET `MaleText`='I live by the ways of the new travelers to Pandaria. "Keep yer powder dry and yer ale cold!!"' WHERE `ID`=74206; -- 74206
UPDATE `broadcast_text` SET `MaleText`='Bah. Let me show you what I think of my brother''s "message".' WHERE `ID`=74276; -- 74276
UPDATE `broadcast_text` SET `MaleText`='Astounding! Another chamber that looks to originate from these "Titans."' WHERE `ID`=74987; -- 74987
UPDATE `broadcast_text` SET `MaleText`='Asha. "Open sky." She will be fine. She is strong, like you.' WHERE `ID`=75051; -- 75051
UPDATE `broadcast_text` SET `MaleText`='Must we use the word, "Conquer?"' WHERE `ID`=75058; -- 75058
UPDATE `broadcast_text` SET `MaleText`='Yes. My scouts learned all about this one."Warlord Zaela." Bring her proto-drake down and the rest of the Dragonmaw will crumble.' WHERE `ID`=75224; -- 75224
UPDATE `broadcast_text` SET `MaleText`='It is too late, Priestess. We know of your precious "prophecy."' WHERE `ID`=75559; -- 75559
UPDATE `broadcast_text` SET `MaleText`='Come, face me. Give in to your pride. Show me your "Greatness."' WHERE `ID`=75737; -- 75737
UPDATE `broadcast_text` SET `MaleText`='Activating GB-11010 "Armageddon"-class defense systems. Hey, does anybody know if we''re zoned for this?' WHERE `ID`=75754; -- 75754
UPDATE `broadcast_text` SET `MaleText`='"Armageddon"-class defense systems fully on-line. Here comes the explosions!' WHERE `ID`=75766; -- 75766
UPDATE `broadcast_text` SET `MaleText`='But that idiot, IDIOT Wrynn! "High King" indeed!' WHERE `ID`=75951; -- 75951
UPDATE `broadcast_text` SET `MaleText`='"Though blood floods the ground, the mountain is unmoved." - Niuzao', `FemaleText`='"Though blood floods the ground, the mountain is unmoved." - Niuzao' WHERE `ID`=75992; -- 75992
UPDATE `broadcast_text` SET `MaleText`='"The truth shines brightest in clouded times." - Yu''lon', `FemaleText`='"The truth shines brightest in clouded times." - Yu''lon' WHERE `ID`=75993; -- 75993
UPDATE `broadcast_text` SET `MaleText`='"Hope''s fire grows when the flames come together." - Chi-Ji', `FemaleText`='"Hope''s fire grows when the flames come together." - Chi-Ji' WHERE `ID`=75994; -- 75994
UPDATE `broadcast_text` SET `MaleText`='"Strength and power are as different as sun and moon." - Xuen', `FemaleText`='"Strength and power are as different as sun and moon." - Xuen' WHERE `ID`=75995; -- 75995
UPDATE `broadcast_text` SET `MaleText`='Shortly afterward, a shadow appeared in the sky beneath the pale moon. Some stare at it in fear, others in adoration.$B$BThe clan has given it many names: great father, dark mother.$B$BThe Chieftain calls it the "Dark Star."', `FemaleText`='Shortly afterward, a shadow appeared in the sky beneath the pale moon. Some stare at it in fear, others in adoration.$B$BThe clan has given it many names: great father, dark mother.$B$BThe Chieftain calls it the "Dark Star."' WHERE `ID`=76111; -- 76111
UPDATE `broadcast_text` SET `MaleText`='Yesterday, we found one of our clan defiling the spirits of our ancestors.$B$BThe Chieftain is livid. It is clear - this new magic is dangerous. It leads us down a path from which we cannot return.$B$BFrom this day forth, let it be known. The powers of shadow are forbidden to the clan.$B$BThe "Dark Star" is evil.', `FemaleText`='Yesterday, we found one of our clan defiling the spirits of our ancestors.$B$BThe Chieftain is livid. It is clear - this new magic is dangerous. It leads us down a path from which we cannot return.$B$BFrom this day forth, let it be known. The powers of shadow are forbidden to the clan.$B$BThe "Dark Star" is evil.' WHERE `ID`=76113; -- 76113
UPDATE `broadcast_text` SET `FemaleText`='Let us test your knowledge of history, then! What night elf is widely known as "the Betrayer"?' WHERE `ID`=76205; -- 76205
UPDATE `broadcast_text` SET `FemaleText`='Let us test your knowledge of history, then! Whose tomb includes the inscription "May the bloodied crown stay lost and forgotten"?' WHERE `ID`=76224; -- 76224
UPDATE `broadcast_text` SET `FemaleText`='Let us test your knowledge of history, then! What phrase means "Thank you" in Draconic, the language of dragons?' WHERE `ID`=76232; -- 76232
UPDATE `broadcast_text` SET `FemaleText`='Let us test your knowledge of history, then! One name for this loa is "Night''s Friend".' WHERE `ID`=76237; -- 76237
UPDATE `broadcast_text` SET `MaleText`='Champions, come with me. It''s time to settle grievances with our... "Warchief."' WHERE `ID`=77044; -- 77044
UPDATE `broadcast_text` SET `MaleText`='Stormstout. Pandaren for "beer."' WHERE `ID`=77098; -- 77098
UPDATE `broadcast_text` SET `FemaleText`='It fits you well, but it just doesn''t scream "$n."' WHERE `ID`=77258; -- 77258
UPDATE `broadcast_text` SET `FemaleText`='"Warchief Vol''jin." Does it sound absurd to you, $c? I, for one, certainly won''t be taking orders from a troll.$b$b
But, he put this little coalition together, and won the day. He''s also proven to be impossible to kill - I admire that.$b$b
Time to test what he''s made of...' WHERE `ID`=77365; -- 77365
UPDATE `broadcast_text` SET `MaleText`='"Fall back to the outpost!" they said.$B$B"The Thunderlords will overwhelm you!" they said.$B$B<The old orc spits.>$B$BPah! This is my hut, and I''m not moving. I''ll stand my ground and die with honor!$B$BHow about you, pup? Will you run, too? Or stand and fight?!', `FemaleText`='"Fall back to the outpost!" they said.$B$B"The Thunderlords will overwhelm you!" they said.$B$B<The old orc spits.>$B$BPah! This is my hut, and I''m not moving. I''ll stand my ground and die with honor!$B$BHow about you, pup? Will you run, too? Or stand and fight?!' WHERE `ID`=77638; -- 77638
UPDATE `broadcast_text` SET `MaleText`='Ner''zhul has used this observatory to call down the "Dark Star," a creature of shadow who darkens these skies.' WHERE `ID`=77878; -- 77878
UPDATE `broadcast_text` SET `MaleText`='This gruesome corpse has had its face forcibly shaped into that of a smile. Across the chest armor reads: "We got them to laugh... eventually."', `FemaleText`='This gruesome corpse has had its face forcibly shaped into that of a smile. Across the chest armor reads: "We got them to laugh... eventually."' WHERE `ID`=78150; -- 78150
UPDATE `broadcast_text` SET `MaleText`='We could not help but notice your "prototype" war machine. No doubt, Bastion Rise will be no more very soon. We are happy to call the Iron Horde our friends.' WHERE `ID`=78502; -- 78502
UPDATE `broadcast_text` SET `MaleText`='We could not help but notice your "prototype" war machine. The destruction of the Laughing Skull village was quite impressive. We are happy to call the Iron Horde our friends.' WHERE `ID`=78510; -- 78510
UPDATE `broadcast_text` SET `MaleText`='He''s jus'' one in a long line o'' orcs I intend ta "question".' WHERE `ID`=78686; -- 78686
UPDATE `broadcast_text` SET `MaleText`='Did somebody say "giant cannon"?' WHERE `ID`=78815; -- 78815
UPDATE `broadcast_text` SET `FemaleText`='Come, champion. I will need your help to crush this "Iron Horde."' WHERE `ID`=78865; -- 78865
UPDATE `broadcast_text` SET `MaleText`='Garad was a great chieftain, but he took leave of his senses in the end and gave Durotan leadership of the clan even though it was Ga''nar''s by birthright.$b$bWe now hunt with the one we proudly call "chieftain."' WHERE `ID`=79108; -- 79108
UPDATE `broadcast_text` SET `MaleText`='Ner''zhul is sacrificing prisoners. He''s babbling about a "Dark Star!"', `FemaleText`='Ner''zhul is sacrificing prisoners. He''s babbling about a "Dark Star!"' WHERE `ID`=79144; -- 79144
UPDATE `broadcast_text` SET `MaleText`='Your "dark star" has fallen, and now serves the draenei. You are a disgrace!' WHERE `ID`=79230; -- 79230
UPDATE `broadcast_text` SET `FemaleText`='Come down and face me, "Iron Wolf". I''ll show you how a true wolf fights!' WHERE `ID`=79326; -- 79326
UPDATE `broadcast_text` SET `MaleText`='"Iron Wolf" indeed! A coward, hiding behind his minions.' WHERE `ID`=79531; -- 79531
UPDATE `broadcast_text` SET `MaleText`='"Family." You are soft - like our father!' WHERE `ID`=79571; -- 79571
UPDATE `broadcast_text` SET `MaleText`='The "Iron Wolf" is our lost brother. Was... our brother. He was family.' WHERE `ID`=79589; -- 79589
UPDATE `broadcast_text` SET `MaleText`='"Ground failure?" Oh, ye think?! It''s spittin'' out orcs!' WHERE `ID`=79998; -- 79998
UPDATE `broadcast_text` SET `MaleText`='Sadly, the "Dark Star" Ner''zhul spoke of also came with us.' WHERE `ID`=80042; -- 80042
UPDATE `broadcast_text` SET `MaleText`='My village bled slowly. Many fell to his sorcery. I, too, fell under his abominable curse... the "sun sickness."' WHERE `ID`=80512; -- 80512
UPDATE `broadcast_text` SET `FemaleText`='This isn''t some romantic "rescue the princess from the tower" situation. This is a torture room and I''m in a freakin'' cage! Get me outta here!' WHERE `ID`=80567; -- 80567
UPDATE `broadcast_text` SET `MaleText`='Be careful, I''ve seen the bodies that come back after their "boss" has finished with them. They have no markings of torture on them but their faces are all frozen in a scream.', `FemaleText`='Be careful, I''ve seen the bodies that come back after their "boss" has finished with them. They have no markings of torture on them but their faces are all frozen in a scream.' WHERE `ID`=80738; -- 80738
UPDATE `broadcast_text` SET `MaleText`='I''d like to know who came up with the phrase "barrel of fun", because I think I picked the wrong one.' WHERE `ID`=80822; -- 80822
UPDATE `broadcast_text` SET `MaleText`='It''s signed "Uratok" ...with a backwards "r." Something tells me that''s not who we''re lookin'' for.' WHERE `ID`=80844; -- 80844
UPDATE `broadcast_text` SET `MaleText`='Ah-HAH! This one''s signed "DA" with an anvil-shaped box around the letters. Now THAT''s a mark I recognize.' WHERE `ID`=80847; -- 80847
UPDATE `broadcast_text` SET `MaleText`='Whoa! I said, "Whoa!!!"', `FemaleText`='Whoa! I said, "Whoa!!!"' WHERE `ID`=81074; -- 81074
UPDATE `broadcast_text` SET `MaleText`='Be careful, I''ve seen the bodies that come back after their "boss" has finished with them. They have no markings of torture on them but their faces are all frozen in a scream.', `FemaleText`='Be careful, I''ve seen the bodies that come back after their "boss" has finished with them. They have no markings of torture on them but their faces are all frozen in a scream.' WHERE `ID`=81183; -- 81183
UPDATE `broadcast_text` SET `MaleText`='Gonna have to ask demself, "Did Dagg get catched or did Dagg catched dem?"
Big hero been blowin'' Dagg''s cover! But you special, Dagg t''inks. Dagg is master of disguise and want to join you.
Dagg is unanimous in dis.' WHERE `ID`=81595; -- 81595
UPDATE `broadcast_text` SET `FemaleText`='We must hurry - these Shadowmoon orcs are under the command of "Ner''zhul."' WHERE `ID`=81784; -- 81784
UPDATE `broadcast_text` SET `MaleText`='<An inscription on the hilt reads:>
"Here Vindicator Torvath fell in battle to end the rage of the ancients.
May the light shine upon this grove that he so valiantly fought to protect and may it forever bring peace upon its denizens."' WHERE `ID`=81812; -- 81812
UPDATE `broadcast_text` SET `MaleText`='Can''t you see I''m busy with my "honored" guest?!' WHERE `ID`=82093; -- 82093
UPDATE `broadcast_text` SET `MaleText`='[%s] confesses: I really, really like to Leap of Faith my allies at "opportune" moments.', `FemaleText`='[%s] confesses: I really, really like to Leap of Faith my allies at "opportune" moments.' WHERE `ID`=82243; -- 82243
UPDATE `broadcast_text` SET `MaleText`='"Shadows gather..."', `FemaleText`='"Shadows gather..."' WHERE `ID`=82307; -- 82307
UPDATE `broadcast_text` SET `MaleText`='The "Dark Star" that appeared in the skies above Draenor that terrible night was no celestial body.' WHERE `ID`=82598; -- 82598
UPDATE `broadcast_text` SET `MaleText`='Hold to your faith scribe! Remember the lesson in the Scroll of the Dark Dawn, "Ravens of the flock should stay together." Once the Raven Mother has returned and all her children are in the nest then we will truly be safe!' WHERE `ID`=82989; -- 82989
UPDATE `broadcast_text` SET `MaleText`='"Shadows gather..."', `FemaleText`='"Shadows gather..."' WHERE `ID`=83412; -- 83412
UPDATE `broadcast_text` SET `MaleText`='You win this round. But when we fight in the "real" arena, I will end you.' WHERE `ID`=83418; -- 83418
UPDATE `broadcast_text` SET `FemaleText`='Remember, the secret phrase is, "The rain falls on Shadowmoon."' WHERE `ID`=83744; -- 83744
UPDATE `broadcast_text` SET `FemaleText`='Attention, trainees! My fellow riders call me Moonstag. You may address me as "Sir."' WHERE `ID`=84080; -- 84080
UPDATE `broadcast_text` SET `MaleText`='"...when the raven swallows the day." Who sent you?' WHERE `ID`=84229; -- 84229
UPDATE `broadcast_text` SET `MaleText`='Someday I hope to drop the "Apprentice" title.' WHERE `ID`=85008; -- 85008
UPDATE `broadcast_text` SET `MaleText`='Did your "prophet" not see this in your future? HAH!' WHERE `ID`=85148; -- 85148
UPDATE `broadcast_text` SET `MaleText`='Coming right up, lad. Say "hi" to your mother for me.' WHERE `ID`=85160; -- 85160
UPDATE `broadcast_text` SET `MaleText`='It was written in the "Tome of the Falling Sands", "Time waits for no one". The Raven Mother knew we would have one who is not of the flock here for the ritual! Oh, You are truly blessed!' WHERE `ID`=85179; -- 85179
UPDATE `broadcast_text` SET `MaleText`='It is not enough that the wolf regard you as its master. To ready your wolf for riding, you must break its will completely.
Once you have subdued your wolf, you will mount it and ride it to the top of the tallest peak in Nagrand. If your wolf is willful, it will throw you to your death on the mountain slopes.
If you survive to the peak, the will of your wolf will be broken.
Then, you can call yourself "Wolfrider".' WHERE `ID`=85332; -- 85332
UPDATE `broadcast_text` SET `MaleText`='Ever since "Sorceror King" Mar''gok came to power and found those artifacts its been Felbreaker this and Firebreaker that. With his newfound power he thinks he doesn''t need the Legion!$b$bThis empire was forged with ogre strength and ogre blades and I told him as such!' WHERE `ID`=85354; -- 85354
UPDATE `broadcast_text` SET `FemaleText`='In Pandaria I did not make a habit of asking for "help" on missions. Perhaps that is why we haven''t met before?' WHERE `ID`=85486; -- 85486
UPDATE `broadcast_text` SET `MaleText`='Amongst many scribbled entries of the trials of a pirate''s life and a surprising amount of different uses for barnacles, you find an entry of note:
"''Tis been a week since that cursed bird made off with the keys to my chest. He keeps flyin'' by, as if he be tauntin'' me, but I can''t seem to to catch him on the wing.
That good for nothin'' squab can''t fly forever. I''ll just wait here ''till he goes aground."' WHERE `ID`=85533; -- 85533
UPDATE `broadcast_text` SET `FemaleText`='Fellworth got our group lost by finding a "shortcut" through the hollow and now my boots are full of slime and mud!
I think I will be charge of the map from now on.' WHERE `ID`=85659; -- 85659
UPDATE `broadcast_text` SET `FemaleText`='So I said, "I can do it, but not for cheap."' WHERE `ID`=85712; -- 85712
UPDATE `broadcast_text` SET `MaleText`='I turned the Admiral''s "followers" against him. Perhaps I shall pay your garrison a visit next?' WHERE `ID`=85978; -- 85978
UPDATE `broadcast_text` SET `MaleText`='Miss Pinchwhistle! The "Mother Lode," it just crashed into the mountains south of here!' WHERE `ID`=86003; -- 86003
UPDATE `broadcast_text` SET `MaleText`='This workshop is great! Each day we''ll have a different invention available for you to try out. Right now we have the plans and machinery to make four inventions.$B$BThe Sticky Grenade is a grenade that... sticks to things. After a bit, it will explode for terrible damage!$B$BThe Pneumatic Power Glove can pull foes towards you or push them away, using the power of steam and magnets. It will automatically detect which feature to use, depending on your combat abilities.$B$BThe Robo-Rooster is based on the OOX technology we thoroughly tested in Azeroth, this robot fowl can also go berserk, furiously decimating foes!$B$BFinally, we''ve packaged up a glider and rocket into the "Skyterror" P.D.S. The best in highly-explosive one-way travel!', `FemaleText`='This workshop is great! Each day we''ll have a different invention available for you to try out. Right now we have the plans and machinery to make four inventions.$B$BThe Sticky Grenade is a grenade that... sticks to things. After a bit, it will explode for terrible damage!$B$BThe Pneumatic Power Glove can pull foes towards you or push them away, using the power of steam and magnets. It will automatically detect which feature to use, depending on your combat abilities.$B$BThe Robo-Rooster is based on the OOX technology we thoroughly tested in Azeroth, this robot fowl can also go berserk, furiously decimating foes!$B$BFinally, we''ve packaged up a glider and rocket into the "Skyterror" P.D.S. The best in highly-explosive one-way travel!' WHERE `ID`=86795; -- 86795
UPDATE `broadcast_text` SET `MaleText`='I''m glad that you asked! Our manufacture of the rare 7-sided wingnut have unlocked our most brilliant inventions yet!$B$BThe Prototype Chopper is the most rapid ground-faring vehicle we''ve ever created, and comes with an explosive ejector seat.$B$BYou want to go faster? Try the XD-57 "Bullseye" Guided Rocket Kit! It can''t stop, or slow down, and explodes when it hits things!$B$BThe Sentry Turret Dispenser will rapidly build a turret capable of shredding your foes into a fine, fragrant mist.$B$BThe GG-117 Micro-Jetpack will allow you to rapidly leap from location to location, creating a explosion when you land.$B$BFinally, the N.U.K.U.L.A.R. Target Painter: select a location, and we''ll launch a huge rocket capable of massive destruction!', `FemaleText`='I''m glad that you asked! Our manufacture of the rare 7-sided wingnut have unlocked our most brilliant inventions yet!$B$BThe Prototype Chopper is the most rapid ground-faring vehicle we''ve ever created, and comes with an explosive ejector seat.$B$BYou want to go faster? Try the XD-57 "Bullseye" Guided Rocket Kit! It can''t stop, or slow down, and explodes when it hits things!$B$BThe Sentry Turret Dispenser will rapidly build a turret capable of shredding your foes into a fine, fragrant mist.$B$BThe GG-117 Micro-Jetpack will allow you to rapidly leap from location to location, creating a explosion when you land.$B$BFinally, the N.U.K.U.L.A.R. Target Painter: select a location, and we''ll launch a huge rocket capable of massive destruction!' WHERE `ID`=86796; -- 86796
UPDATE `broadcast_text` SET `MaleText`='I''ve been inquiring about you, "Khadgar." It would seem we have a history.' WHERE `ID`=87036; -- 87036
UPDATE `broadcast_text` SET `FemaleText`='Come out into the open, "hero." Let me get a good look at you.' WHERE `ID`=87044; -- 87044
UPDATE `broadcast_text` SET `FemaleText`='Welcome! We''ve got a special delivery of "Firebird"-class fireworks ready to strap to your back and send you soaring in search of rings and glory!' WHERE `ID`=87077; -- 87077
UPDATE `broadcast_text` SET `MaleText`='Hand over a game token and I''ll strap one of our newfangled "Firebird"-class fireworks to your back. You''ll be launched up high in the air and sprout wings of flame!$B$BNow here''s the tricky part: you only have 10 seconds of flight, and there are a bunch of fiery rings scattered around the fairgrounds. Each ring you pass through will count towards your total of collected rings, and most importantly, will give you another 10 seconds of flight.$B$BCollect 15 rings and the prizes are yours! But if you fail to collect enough rings, it will cost you another token!', `FemaleText`='Hand over a game token and I''ll strap one of our newfangled "Firebird"-class fireworks to your back. You''ll be launched up high in the air and sprout wings of flame!$B$BNow here''s the tricky part: you only have 10 seconds of flight, and there are a bunch of fiery rings scattered around the fairgrounds. Each ring you pass through will count towards your total of collected rings, and most importantly, will give you another 10 seconds of flight.$B$BCollect 15 rings and the prizes are yours! But if you fail to collect enough rings, it will cost you another token!' WHERE `ID`=87078; -- 87078
UPDATE `broadcast_text` SET `MaleText`='This note appears to have fallen off the crate. It reads:
"Caution. Contents extremely dangerous and unpredictable. Do not tamper with or compromise shipping containers."' WHERE `ID`=87115; -- 87115
UPDATE `broadcast_text` SET `MaleText`='If she is searching for this "Heart of Gorgorek," then we must find it before her. I will notify you as soon as I learn more.' WHERE `ID`=87156; -- 87156
UPDATE `broadcast_text` SET `MaleText`='If she and da Iron Horde be searchin'' for dis "Heart a Gorgorek," den we must find it first. I will send for ya when I hear more.' WHERE `ID`=87158; -- 87158
UPDATE `broadcast_text` SET `MaleText`='What can you tell me about this "Nat Pagle" character?', `FemaleText`='What can you tell me about this "Nat Pagle" character?are fully trained.' WHERE `ID`=87540; -- 87540
UPDATE `broadcast_text` SET `MaleText`='The Exarch Council is the "Hand of the Prophet." We represent the draenei people, and act as the Prophet''s messengers, enforcers, and conscience.' WHERE `ID`=87543; -- 87543
UPDATE `broadcast_text` SET `MaleText`='Been workin on a new rod, mon, but I can''t think of a good name. Maybe "Abu''gar''s Vivaciousness?"' WHERE `ID`=87835; -- 87835
UPDATE `broadcast_text` SET `MaleText`='Murg used to be a peon just like these orcs, but I got to be the best stone cracker out there!
Now, they give Murg the name "Stonecrack" and lets me boss around these little guys. It''s the best job, I tell ya!' WHERE `ID`=88630; -- 88630
UPDATE `broadcast_text` SET `MaleText`='These worgen that have invaded our lands share the same ferocity and animal instincts of the native saberon, but with none of their survival sense. Let their deaths serve as a lesson to the rest of this so called "Alliance."$B$BThe path before you will be beset on all sides by those that would seek to stop you in your righteous mission. There can be only one outcome: victory or death.$B$BAre you certain about this choice?' WHERE `ID`=88730; -- 88730
UPDATE `broadcast_text` SET `MaleText`='In my tongue, goblin roughly translates to parasite. A fitting name they have given themselves. As with any pest, they must be exterminated. Let their deaths serve as a lesson to the rest of this so called "Alliance."$B$BThe path before you will be beset on all sides by those that would seek to stop you in your righteous mission. There can be only one outcome: victory or death.$B$BAre you certain about this choice?' WHERE `ID`=88959; -- 88959
UPDATE `broadcast_text` SET `MaleText`='Show me "Le Talbuk!"', `FemaleText`='Show me "Le Talbuk!"' WHERE `ID`=89199; -- 89199
UPDATE `broadcast_text` SET `MaleText`='Okay, how about "Azure Steel?"', `FemaleText`='Okay, how about "Azure Steel?"' WHERE `ID`=89200; -- 89200
UPDATE `broadcast_text` SET `MaleText`='Now show me "Magnuum!"', `FemaleText`='Now show me "Magnuum!"' WHERE `ID`=89201; -- 89201
UPDATE `broadcast_text` SET `MaleText`='"Warlord" Schweitzer. I like the sound of that.' WHERE `ID`=89701; -- 89701
UPDATE `broadcast_text` SET `MaleText`='Commander, the men are demanding a water slide. By "the men" I mean me.' WHERE `ID`=89706; -- 89706
UPDATE `broadcast_text` SET `MaleText`='My work is progressing wonderfully on Draenor. There just aren''t as many "laws" here to fret over.' WHERE `ID`=89790; -- 89790
UPDATE `broadcast_text` SET `MaleText`='Most of your other followers have redundant kidneys. You wouldn''t mind if I "borrowed" a few? The bathtub is ready.' WHERE `ID`=89796; -- 89796
UPDATE `broadcast_text` SET `MaleText`='Goblin "engineering" - yeah, right. You goblins got hands and a brain, and only enough blood to run one at a time!' WHERE `ID`=90342; -- 90342
UPDATE `broadcast_text` SET `FemaleText`='His new allies have given him a new name, and a new identity - "Socrethar." He is a powerful enemy, and I fear what he is capable of.' WHERE `ID`=90525; -- 90525
UPDATE `broadcast_text` SET `MaleText`='We have been studying this "Heart of Gorgorek." It bears a great number of similarities to certain titan artifacts we have seen back on Azeroth.' WHERE `ID`=90781; -- 90781
UPDATE `broadcast_text` SET `FemaleText`='We have been studying this "Heart of Gorgorek." It bears a great number of similarities to certain titan artifacts we have seen back on Azeroth.' WHERE `ID`=90784; -- 90784
UPDATE `broadcast_text` SET `MaleText`='The sign reads:
"I''m Commander $n, and this is my favorite merchant in Warspear."' WHERE `ID`=90814; -- 90814
UPDATE `broadcast_text` SET `MaleText`='If you seek training in enchanting, Bil Sparktonic is the most knowledgeable enchanter in Stormshield. Just be careful of anything he offers at a "discount."
You can find him and his associate, Bob, hanging out behind the Auction House, crying their wares.', `FemaleText`='If you seek training in enchanting, Bil Sparktonic is the most knowledgeable enchanter in Stormshield. Just be careful of anything he offers at a "discount."
You can find him and his associate, Bob, hanging out behind the Auction House, crying their wares.' WHERE `ID`=91480; -- 91480
UPDATE `broadcast_text` SET `MaleText`='This "Alliance" from another world intrigues me. I would give them our full support.' WHERE `ID`=91953; -- 91953
@@ -0,0 +1,51 @@
SET @world_db_name := 'world'; -- fill in your world database name
DROP TABLE IF EXISTS `locales_broadcast_text`;
CREATE TABLE `locales_broadcast_text` (
`ID` mediumint(8) UNSIGNED NOT NULL DEFAULT 0 ,
`MaleText_loc1` longtext,
`MaleText_loc2` longtext,
`MaleText_loc3` longtext,
`MaleText_loc4` longtext,
`MaleText_loc5` longtext,
`MaleText_loc6` longtext,
`MaleText_loc7` longtext,
`MaleText_loc8` longtext,
`FemaleText_loc1` longtext,
`FemaleText_loc2` longtext,
`FemaleText_loc3` longtext,
`FemaleText_loc4` longtext,
`FemaleText_loc5` longtext,
`FemaleText_loc6` longtext,
`FemaleText_loc7` longtext,
`FemaleText_loc8` longtext,
`VerifiedBuild` smallint(5) NULL DEFAULT 0,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DELIMITER $$
DROP PROCEDURE IF EXISTS `2014_12_25_00_hotfixes_locale_broadcast_text`$$
CREATE PROCEDURE `2014_12_25_00_hotfixes_locale_broadcast_text`()
BEGIN
SET @querydbversion := CONCAT('SET @worlddbversion = (SELECT `db_version` FROM `', @world_db_name, '`.`version`);');
PREPARE stmtdbversion FROM @querydbversion;
EXECUTE stmtdbversion;
DEALLOCATE PREPARE stmtdbversion;
IF @worlddbversion = 'TDB 6.00' THEN
SET @query := CONCAT('INSERT INTO `locales_broadcast_text` SELECT * FROM `', @world_db_name, '`.`locales_broadcast_text`;');
PREPARE stmt FROM @query;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
SET @query := CONCAT('DROP TABLE IF EXISTS `', @world_db_name, '`.`locales_broadcast_text`;');
PREPARE stmt2 FROM @query;
EXECUTE stmt2;
DEALLOCATE PREPARE stmt2;
ELSE
CALL set_the_6x_world_database_name_at_line_1_of_this_script;
END IF;
END$$
CALL `2014_12_25_00_hotfixes_locale_broadcast_text`$$
DROP PROCEDURE IF EXISTS `2014_12_25_00_hotfixes_locale_broadcast_text`$$
DELIMITER ;
@@ -0,0 +1,14 @@
--
-- Table structure for table `hotfix_data`
--
DROP TABLE IF EXISTS `hotfix_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `hotfix_data` (
`TableHash` int(10) unsigned NOT NULL DEFAULT '0',
`RecordID` int(10) NOT NULL,
`Timestamp` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`TableHash`,`RecordID`,`Timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,223 @@
--
-- Table structure for table `area_group`
--
DROP TABLE IF EXISTS `area_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `area_group` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `area_group`
--
LOCK TABLES `area_group` WRITE;
/*!40000 ALTER TABLE `area_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `area_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `area_group_member`
--
DROP TABLE IF EXISTS `area_group_member`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `area_group_member` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`AreaGroupID` int(10) unsigned NOT NULL DEFAULT '0',
`AreaID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `area_group_member`
--
LOCK TABLES `area_group_member` WRITE;
/*!40000 ALTER TABLE `area_group_member` DISABLE KEYS */;
/*!40000 ALTER TABLE `area_group_member` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `currency_types`
--
DROP TABLE IF EXISTS `currency_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `currency_types` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`CategoryID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`InventoryIcon1` text,
`InventoryIcon2` text,
`SpellWeight` int(10) unsigned NOT NULL DEFAULT '0',
`SpellCategory` int(10) unsigned NOT NULL DEFAULT '0',
`MaxQty` int(10) unsigned NOT NULL DEFAULT '0',
`MaxEarnablePerWeek` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`Quality` int(10) unsigned NOT NULL DEFAULT '0',
`Description` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `currency_types`
--
LOCK TABLES `currency_types` WRITE;
/*!40000 ALTER TABLE `currency_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `currency_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `currency_types_locale`
--
DROP TABLE IF EXISTS `currency_types_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `currency_types_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`InventoryIcon1_lang` text,
`InventoryIcon2_lang` text,
`Description_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `currency_types_locale`
--
LOCK TABLES `currency_types_locale` WRITE;
/*!40000 ALTER TABLE `currency_types_locale` DISABLE KEYS */;
/*!40000 ALTER TABLE `currency_types_locale` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `curve_point`
--
--
-- Table structure for table `sound_entries`
--
DROP TABLE IF EXISTS `sound_entries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sound_entries` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SoundType` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`FileDataID1` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID2` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID3` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID4` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID5` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID6` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID7` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID8` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID9` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID10` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID11` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID12` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID13` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID14` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID15` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID16` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID17` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID18` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID19` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID20` int(10) unsigned NOT NULL DEFAULT '0',
`Freq1` int(10) unsigned NOT NULL DEFAULT '0',
`Freq2` int(10) unsigned NOT NULL DEFAULT '0',
`Freq3` int(10) unsigned NOT NULL DEFAULT '0',
`Freq4` int(10) unsigned NOT NULL DEFAULT '0',
`Freq5` int(10) unsigned NOT NULL DEFAULT '0',
`Freq6` int(10) unsigned NOT NULL DEFAULT '0',
`Freq7` int(10) unsigned NOT NULL DEFAULT '0',
`Freq8` int(10) unsigned NOT NULL DEFAULT '0',
`Freq9` int(10) unsigned NOT NULL DEFAULT '0',
`Freq10` int(10) unsigned NOT NULL DEFAULT '0',
`Freq11` int(10) unsigned NOT NULL DEFAULT '0',
`Freq12` int(10) unsigned NOT NULL DEFAULT '0',
`Freq13` int(10) unsigned NOT NULL DEFAULT '0',
`Freq14` int(10) unsigned NOT NULL DEFAULT '0',
`Freq15` int(10) unsigned NOT NULL DEFAULT '0',
`Freq16` int(10) unsigned NOT NULL DEFAULT '0',
`Freq17` int(10) unsigned NOT NULL DEFAULT '0',
`Freq18` int(10) unsigned NOT NULL DEFAULT '0',
`Freq19` int(10) unsigned NOT NULL DEFAULT '0',
`Freq20` int(10) unsigned NOT NULL DEFAULT '0',
`VolumeFloat` float NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`MinDistance` float NOT NULL DEFAULT '0',
`DistanceCutoff` float NOT NULL DEFAULT '0',
`EAXDef` int(10) unsigned NOT NULL DEFAULT '0',
`SoundEntriesAdvancedID` int(10) unsigned NOT NULL DEFAULT '0',
`VolumeVariationPlus` float NOT NULL DEFAULT '0',
`VolumeVariationMinus` float NOT NULL DEFAULT '0',
`PitchVariationPlus` float NOT NULL DEFAULT '0',
`PitchVariationMinus` float NOT NULL DEFAULT '0',
`PitchAdjust` float NOT NULL DEFAULT '0',
`DialogType` int(10) unsigned NOT NULL DEFAULT '0',
`BusOverwriteID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sound_entries`
--
LOCK TABLES `sound_entries` WRITE;
/*!40000 ALTER TABLE `sound_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `sound_entries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sound_entries_locale`
--
DROP TABLE IF EXISTS `sound_entries_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sound_entries_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sound_entries_locale`
--
LOCK TABLES `sound_entries_locale` WRITE;
/*!40000 ALTER TABLE `sound_entries_locale` DISABLE KEYS */;
/*!40000 ALTER TABLE `sound_entries_locale` ENABLE KEYS */;
UNLOCK TABLES;
ALTER TABLE `item_extended_cost`
DROP `RequiredHonorPoints`,
DROP `RequiredArenaPoints`,
ADD `RequiredMoney` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RequiredAchievement`;
ALTER TABLE `taxi_nodes` ADD `LearnableIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ConditionID`;
@@ -0,0 +1,24 @@
--
-- Table structure for table `spell_power_difficulty`
--
DROP TABLE IF EXISTS `spell_power_difficulty`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `spell_power_difficulty` (
`SpellPowerID` int(10) unsigned NOT NULL DEFAULT '0',
`DifficultyID` int(10) unsigned NOT NULL DEFAULT '0',
`PowerIndex` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`SpellPowerID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `spell_power_difficulty`
--
LOCK TABLES `spell_power_difficulty` WRITE;
/*!40000 ALTER TABLE `spell_power_difficulty` DISABLE KEYS */;
/*!40000 ALTER TABLE `spell_power_difficulty` ENABLE KEYS */;
UNLOCK TABLES;
@@ -0,0 +1,23 @@
-- Updates base tables
DROP TABLE IF EXISTS `updates`;
CREATE TABLE `updates` (
`name` VARCHAR(200) NOT NULL COMMENT 'filename with extension of the update.',
`hash` CHAR(40) NULL DEFAULT '' COMMENT 'sha1 hash of the sql file.',
`state` ENUM('RELEASED','ARCHIVED') NOT NULL DEFAULT 'RELEASED' COMMENT 'defines if an update is released or archived.',
`timestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'timestamp when the query was applied.',
`speed` INT(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'time the query takes to apply in ms.',
PRIMARY KEY (`name`)
)
COMMENT='List of all applied updates in this database.'
COLLATE='utf8_general_ci'
ENGINE=MyISAM;
DROP TABLE IF EXISTS `updates_include`;
CREATE TABLE `updates_include` (
`path` VARCHAR(200) NOT NULL COMMENT 'directory to include. $ means relative to the source directory.',
`state` ENUM('RELEASED','ARCHIVED') NOT NULL DEFAULT 'RELEASED' COMMENT 'defines if the directory contains released or archived updates.',
PRIMARY KEY (`path`)
)
COMMENT='List of directories where we want to include sql updates.'
COLLATE='utf8_general_ci'
ENGINE=MyISAM;
@@ -0,0 +1,6 @@
-- Hotfixes database update data
TRUNCATE TABLE `updates_include`;
INSERT INTO `updates_include` (`path`, `state`) VALUES
('$/sql/updates/hotfixes', 'RELEASED'),
('$/sql/custom/hotfixes', 'RELEASED'),
('$/sql/old/6.x/hotfixes', 'ARCHIVED');
@@ -0,0 +1,18 @@
INSERT IGNORE INTO `updates` (`name`, `hash`) VALUES
('2014_10_19_01_hotfixes_area_poi.sql', 'BEE7AD2717D833074AAB0B7E50D17312D0018DEC'),
('2014_10_19_02_hotfixes_area_poi_state.sql', 'D70F413FF0EFFAFACF3B8A9B26D118F3D107E097'),
('2014_10_19_03_hotfixes_creature_difficulty.sql', 'F9FD065AC1A409580AE6E3C01BF8F74E45D31205'),
('2014_10_19_04_hotfixes_creature.sql', '0A7FD859535F648633449E5351F00257AE202838'),
('2014_10_19_05_hotfixes_broadcast_text.sql', '0A82925C0B0BC6BB3A4E2F7DDB40A410C24FFE15'),
('2014_10_19_06_hotfixes_broadcast_text.sql', '29982469F34CB06B6F413009DD761F361E56B3A1'),
('2014_10_20_00_hotfixes_gameobjects.sql', 'C9DCBE4A88074273CBB64FE568DEFCD2EF27DB8A'),
('2014_10_24_00_hotfixes_taxi_path_node.sql', 'F038CFD6E79649B6F7734F070BF2466505847E94'),
('2014_10_24_01_hotfixes_broadcast_text.sql', 'B1CA1B188092B17418D759903E066E0E6FA27420'),
('2014_12_25_00_hotfixes_locale_broadcast_text.sql', '7F5C494F33B216EBAD6A6C065A923CC71234A599'),
('2014_12_26_00_hotfixes_hotfix_data.sql', 'ACED65D62DDD9D56E182C6FD6E8001A2AD605118'),
('2015_02_22_00_hotfixes.sql', 'E15FB22A995AB26A0A0BC61EDE3D0258C394F8B3'),
('2015_03_04_00_hotfixes.sql', '0DC68F95CE1E6E808B9B2751617384CFCFD727D6'),
('2015_03_08_00_hotfixes.sql', '8287470D148051AFBCC7EECEAACBE87ABC65A09C'),
('2015_03_20_00_hotfixes.sql', 'B761760804EA73BD297F296C5C1919687DF7191C'),
('2015_03_20_01_hotfixes.sql', 'A79521F16AE82F0D7487495D0BF7A726D81F250D'),
('2015_03_20_02_hotfixes.sql', '');
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,13 @@
UPDATE `gameobjects` SET `Data0`=0 WHERE `ID` IN (239085 /*-Unknown-*/, 239086 /*-Unknown-*/);
ALTER TABLE `gameobjects`
CHANGE `Data0` `Data0` INT(10) NOT NULL DEFAULT '0',
CHANGE `Data1` `Data1` INT(10) NOT NULL DEFAULT '0',
CHANGE `Data2` `Data2` INT(10) NOT NULL DEFAULT '0',
CHANGE `Data3` `Data3` INT(10) NOT NULL DEFAULT '0',
CHANGE `Data4` `Data4` INT(10) NOT NULL DEFAULT '0',
CHANGE `Data5` `Data5` INT(10) NOT NULL DEFAULT '0',
CHANGE `Data6` `Data6` INT(10) NOT NULL DEFAULT '0',
CHANGE `Data7` `Data7` INT(10) NOT NULL DEFAULT '0';
UPDATE `gameobjects` SET `Data0`=-1 WHERE `Id` IN (239085 /*-Unknown-*/, 239086 /*-Unknown-*/);
@@ -0,0 +1,33 @@
DROP TABLE IF EXISTS `chr_upgrade_tier`;
CREATE TABLE IF NOT EXISTS `chr_upgrade_tier` (
`ID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`TierIndex` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`Name` TEXT,
`TalentTier` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`VerifiedBuild` SMALLINT(6) NOT NULL DEFAULT '0'
) ENGINE=MYISAM DEFAULT CHARSET=utf8;
ALTER TABLE `chr_upgrade_tier`
ADD PRIMARY KEY (`ID`);
DROP TABLE IF EXISTS `chr_upgrade_bucket`;
CREATE TABLE IF NOT EXISTS `chr_upgrade_bucket` (
`ID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`TierID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`SpecializationID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`VerifiedBuild` SMALLINT(6) NOT NULL DEFAULT '0'
) ENGINE=MYISAM DEFAULT CHARSET=utf8;
ALTER TABLE `chr_upgrade_bucket`
ADD PRIMARY KEY (`ID`);
DROP TABLE IF EXISTS `chr_upgrade_bucket_spell`;
CREATE TABLE IF NOT EXISTS `chr_upgrade_bucket_spell` (
`ID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`BucketID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`SpellID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`VerifiedBuild` SMALLINT(6) NOT NULL DEFAULT '0'
) ENGINE=MYISAM DEFAULT CHARSET=utf8;
ALTER TABLE `chr_upgrade_bucket_spell`
ADD PRIMARY KEY (`ID`);
@@ -0,0 +1,110 @@
DELETE FROM `hotfix_data` WHERE (`TableHash`=331613093 AND `RecordID`=185123) OR (`TableHash`=331613093 AND `RecordID`=212293) OR (`TableHash`=666345498 AND `RecordID`=83982) OR (`TableHash`=666345498 AND `RecordID`=83983) OR (`TableHash`=1344507586 AND `RecordID`=120989) OR (`TableHash`=1344507586 AND `RecordID`=121820) OR (`TableHash`=1344507586 AND `RecordID`=121837) OR (`TableHash`=1344507586 AND `RecordID`=122101) OR (`TableHash`=1344507586 AND `RecordID`=122147) OR (`TableHash`=1344507586 AND `RecordID`=122154) OR (`TableHash`=1344507586 AND `RecordID`=122706) OR (`TableHash`=1344507586 AND `RecordID`=122707) OR (`TableHash`=1821637041 AND `RecordID`=1449) OR (`TableHash`=1821637041 AND `RecordID`=1636) OR (`TableHash`=1880017466 AND `RecordID`=3101) OR (`TableHash`=1880017466 AND `RecordID`=4865) OR (`TableHash`=1880017466 AND `RecordID`=5182) OR (`TableHash`=3108775943 AND `RecordID`=28354) OR (`TableHash`=3322146344 AND `RecordID`=129047) OR (`TableHash`=3322146344 AND `RecordID`=130275) OR (`TableHash`=3322146344 AND `RecordID`=130608) OR (`TableHash`=3322146344 AND `RecordID`=133297) OR (`TableHash`=3322146344 AND `RecordID`=133455) OR (`TableHash`=3322146344 AND `RecordID`=136620) OR (`TableHash`=3322146344 AND `RecordID`=140581) OR (`TableHash`=3322146344 AND `RecordID`=142312) OR (`TableHash`=3322146344 AND `RecordID`=147181) OR (`TableHash`=3322146344 AND `RecordID`=147185) OR (`TableHash`=3322146344 AND `RecordID`=147186) OR (`TableHash`=3322146344 AND `RecordID`=148759) OR (`TableHash`=3322146344 AND `RecordID`=148760) OR (`TableHash`=3322146344 AND `RecordID`=148827) OR (`TableHash`=3322146344 AND `RecordID`=149497) OR (`TableHash`=3322146344 AND `RecordID`=150373) OR (`TableHash`=3322146344 AND `RecordID`=152224) OR (`TableHash`=3322146344 AND `RecordID`=159299) OR (`TableHash`=3326241424 AND `RecordID`=1708) OR (`TableHash`=3326241424 AND `RecordID`=1709) OR (`TableHash`=3326241424 AND `RecordID`=1710) OR (`TableHash`=3386943305 AND `RecordID`=78254) OR (`TableHash`=3386943305 AND `RecordID`=78258) OR (`TableHash`=3386943305 AND `RecordID`=78259) OR (`TableHash`=3386943305 AND `RecordID`=78395) OR (`TableHash`=3386943305 AND `RecordID`=78399) OR (`TableHash`=3386943305 AND `RecordID`=78404) OR (`TableHash`=3386943305 AND `RecordID`=78730) OR (`TableHash`=3386943305 AND `RecordID`=78734) OR (`TableHash`=3386943305 AND `RecordID`=78988) OR (`TableHash`=3386943305 AND `RecordID`=78989) OR (`TableHash`=3386943305 AND `RecordID`=78990) OR (`TableHash`=3386943305 AND `RecordID`=78991) OR (`TableHash`=3386943305 AND `RecordID`=80654) OR (`TableHash`=3386943305 AND `RecordID`=80660) OR (`TableHash`=3386943305 AND `RecordID`=80669) OR (`TableHash`=3386943305 AND `RecordID`=84264) OR (`TableHash`=3386943305 AND `RecordID`=85199) OR (`TableHash`=3386943305 AND `RecordID`=86788) OR (`TableHash`=3386943305 AND `RecordID`=90161) OR (`TableHash`=3386943305 AND `RecordID`=90200) OR (`TableHash`=3386943305 AND `RecordID`=90302) OR (`TableHash`=3386943305 AND `RecordID`=90305) OR (`TableHash`=3386943305 AND `RecordID`=90354) OR (`TableHash`=3386943305 AND `RecordID`=90371);
INSERT INTO `hotfix_data` (`TableHash`, `RecordID`, `Timestamp`, `Deleted`) VALUES
(331613093, 185123, 1428022183, 1), -- GameObjects - 185123
(331613093, 212293, 1428087886, 1), -- GameObjects - 212293
(666345498, 83982, 1427859877, 1), -- SpellXSpellVisual - 83982
(666345498, 83983, 1427859877, 1), -- SpellXSpellVisual - 83983
(1344507586, 120989, 1427859877, 0), -- Item - 120989
(1344507586, 121820, 1427859877, 0), -- Item - 121820
(1344507586, 121837, 1427859877, 0), -- Item - 121837
(1344507586, 122101, 1427859877, 0), -- Item - 122101
(1344507586, 122147, 1427859877, 0), -- Item - 122147
(1344507586, 122154, 1427859877, 0), -- Item - 122154
(1344507586, 122706, 1427859877, 0), -- Item - 122706
(1344507586, 122707, 1427859877, 0), -- Item - 122707
(1821637041, 1449, 1427859877, 0), -- BattlePetSpecies - 1449
(1821637041, 1636, 1427859877, 0), -- BattlePetSpecies - 1636
(1880017466, 3101, 1427859877, 0), -- CurvePoint - 3101
(1880017466, 4865, 1427859877, 0), -- CurvePoint - 4865
(1880017466, 5182, 1427859877, 0), -- CurvePoint - 5182
(3108775943, 28354, 1427859877, 1), -- PlayerCondition - 28354
(3322146344, 129047, 1427859877, 0), -- SpellMisc - 129047
(3322146344, 130275, 1428343492, 0), -- SpellMisc - 130275
(3322146344, 130608, 1427859877, 0), -- SpellMisc - 130608
(3322146344, 133297, 1427859877, 1), -- SpellMisc - 133297
(3322146344, 133455, 1427859877, 0), -- SpellMisc - 133455
(3322146344, 136620, 1427859877, 0), -- SpellMisc - 136620
(3322146344, 140581, 1427859877, 0), -- SpellMisc - 140581
(3322146344, 142312, 1427921082, 0), -- SpellMisc - 142312
(3322146344, 147181, 1427859877, 0), -- SpellMisc - 147181
(3322146344, 147185, 1427859877, 0), -- SpellMisc - 147185
(3322146344, 147186, 1427859877, 0), -- SpellMisc - 147186
(3322146344, 148759, 1427859877, 0), -- SpellMisc - 148759
(3322146344, 148760, 1427859877, 0), -- SpellMisc - 148760
(3322146344, 148827, 1427859877, 0), -- SpellMisc - 148827
(3322146344, 149497, 1427859877, 0), -- SpellMisc - 149497
(3322146344, 150373, 1428097786, 0), -- SpellMisc - 150373
(3322146344, 152224, 1427859877, 0), -- SpellMisc - 152224
(3322146344, 159299, 1427859877, 1), -- SpellMisc - 159299
(3326241424, 1708, 1427859877, 0), -- ChrUpgradeBucketSpell - 1708
(3326241424, 1709, 1427859877, 0), -- ChrUpgradeBucketSpell - 1709
(3326241424, 1710, 1427859877, 0), -- ChrUpgradeBucketSpell - 1710
(3386943305, 78254, 1427859877, 1), -- CreatureDifficulty - 78254
(3386943305, 78258, 1427859877, 0), -- CreatureDifficulty - 78258
(3386943305, 78259, 1427859877, 0), -- CreatureDifficulty - 78259
(3386943305, 78395, 1427859877, 1), -- CreatureDifficulty - 78395
(3386943305, 78399, 1427859877, 1), -- CreatureDifficulty - 78399
(3386943305, 78404, 1427859877, 1), -- CreatureDifficulty - 78404
(3386943305, 78730, 1427859877, 1), -- CreatureDifficulty - 78730
(3386943305, 78734, 1427859877, 1), -- CreatureDifficulty - 78734
(3386943305, 78988, 1427859877, 1), -- CreatureDifficulty - 78988
(3386943305, 78989, 1427859877, 1), -- CreatureDifficulty - 78989
(3386943305, 78990, 1427859877, 1), -- CreatureDifficulty - 78990
(3386943305, 78991, 1427859877, 1), -- CreatureDifficulty - 78991
(3386943305, 80654, 1427859877, 1), -- CreatureDifficulty - 80654
(3386943305, 80660, 1427859877, 1), -- CreatureDifficulty - 80660
(3386943305, 80669, 1427859877, 1), -- CreatureDifficulty - 80669
(3386943305, 84264, 1427859877, 1), -- CreatureDifficulty - 84264
(3386943305, 85199, 1427859877, 1), -- CreatureDifficulty - 85199
(3386943305, 86788, 1427859877, 0), -- CreatureDifficulty - 86788
(3386943305, 90161, 1427859877, 1), -- CreatureDifficulty - 90161
(3386943305, 90200, 1427859877, 1), -- CreatureDifficulty - 90200
(3386943305, 90302, 1427859877, 1), -- CreatureDifficulty - 90302
(3386943305, 90305, 1427859877, 1), -- CreatureDifficulty - 90305
(3386943305, 90354, 1427859877, 1), -- CreatureDifficulty - 90354
(3386943305, 90371, 1427859877, 1); -- CreatureDifficulty - 90371
DELETE FROM `chr_upgrade_bucket_spell` WHERE `ID` IN (1708, 1709, 1710);
INSERT INTO `chr_upgrade_bucket_spell` (`ID`, `BucketID`, `SpellID`, `VerifiedBuild`) VALUES
(1708, 88, 139598, 19831), -- 1708
(1709, 88, 158920, 19831), -- 1709
(1710, 88, 154555, 19831); -- 1710
DELETE FROM `curve_point` WHERE `ID` IN (3101, 4865, 5182);
INSERT INTO `curve_point` (`ID`, `CurveID`, `Index`, `X`, `Y`, `VerifiedBuild`) VALUES
(3101, 956, 11, 91, 530, 19831), -- 3101
(4865, 956, 12, 97, 590, 19831), -- 4865
(5182, 956, 13, 100, 605, 19831); -- 5182
DELETE FROM `item` WHERE `ID` IN (120989, 121820, 121837, 122101, 122147, 122154, 122706, 122707);
INSERT INTO `item` (`ID`, `Class`, `SubClass`, `SoundOverrideSubclass`, `Material`, `InventoryType`, `Sheath`, `FileDataID`, `GroupSoundsID`) VALUES
(120989, 15, 0, -1, 0, 0, 0, 133743, 19), -- -Unknown-
(121820, 15, 0, -1, 0, 0, 0, 133741, 19), -- -Unknown-
(121837, 15, 0, -1, 0, 0, 0, 133740, 19), -- -Unknown-
(122101, 15, 0, -1, 0, 0, 0, 133733, 19), -- -Unknown-
(122147, 15, 0, -1, 0, 0, 0, 133743, 19), -- -Unknown-
(122154, 15, 0, -1, 0, 0, 0, 133736, 19), -- -Unknown-
(122706, 4, 0, -1, 4, 12, 0, 133452, 14), -- -Unknown-
(122707, 4, 0, -1, 4, 12, 0, 133453, 14); -- -Unknown-
DELETE FROM `spell_misc` WHERE `ID` IN (129047, 130275, 130608, 133455, 136620, 140581, 142312, 147181, 147185, 147186, 148759, 148760, 148827, 149497, 150373, 152224);
INSERT INTO `spell_misc` (`ID`, `Attributes`, `AttributesEx`, `AttributesExB`, `AttributesExC`, `AttributesExD`, `AttributesExE`, `AttributesExF`, `AttributesExG`, `AttributesExH`, `AttributesExI`, `AttributesExJ`, `AttributesExK`, `AttributesExL`, `AttributesExM`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `Speed`, `SpellVisualID1`, `SpellVisualID2`, `SpellIconID`, `ActiveIconID`, `SchoolMask`, `MultistrikeSpeedMod`, `VerifiedBuild`) VALUES
(129047, 67108864, 2048, 0, 256, 0, 0, 0, 0, 1073741824, 0, 0, 0, 8388608, 0, 1, 8, 245, 15, 36726, 0, 8874, 0, 1, 0, 19831), -- 129047
(130275, 218104192, 32, 536887297, 1114112, 8321, 394248, 553648128, 0, 36, 1048576, 0, 0, 0, 128, 1, 21, 1, 0, 37062, 0, 1923, 0, 1, 0, 19831), -- 130275
(130608, 2147483648, 268435456, 0, 1048576, 64, 0, 3072, 0, 268435456, 512, 0, 67584, 131072, 0, 1, 21, 1, 0, 0, 0, 1, 0, 1, 0, 19831), -- 130608
(133455, 67108864, 136, 0, 256, 0, 0, 0, 0, 1073741824, 0, 0, 0, 0, 0, 1, 8, 5, 15, 36726, 0, 8874, 0, 1, 0, 19831), -- 133455
(136620, 67108864, 2048, 0, 256, 0, 0, 0, 0, 1073741824, 0, 0, 0, 8388608, 0, 1, 31, 245, 15, 43950, 0, 8874, 0, 1, 0, 19831), -- 136620
(140581, 128, 0, 0, 0, 65536, 0, 0, 0, 0, 0, 0, 65536, 131072, 32, 1, 8, 1, 0, 0, 0, 5819, 0, 1, 0, 19831), -- 140581
(142312, 16777216, 0, 0, 0, 65536, 0, 2048, 0, 268435456, 0, 0, 65536, 131072, 0, 1, 6, 1, 0, 13851, 0, 6760, 0, 1, 0, 19831), -- 142312
(147181, 524288, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 0, 20988, 0, 3823, 0, 64, 0, 19831), -- 147181
(147185, 0, 33555456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 6, 0, 43452, 0, 3823, 0, 64, 0, 19831), -- 147185
(147186, 128, 33554432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 0, 0, 0, 3823, 0, 1, 0, 19831), -- 147186
(148759, 67108864, 136, 0, 256, 0, 0, 0, 0, 1073741824, 0, 0, 0, 0, 0, 1, 8, 5, 15, 36726, 0, 8874, 0, 1, 0, 19831), -- 148759
(148760, 67108864, 136, 0, 256, 0, 0, 0, 0, 1073741824, 0, 0, 0, 0, 0, 1, 1, 5, 15, 36726, 0, 8874, 0, 1, 0, 19831), -- 148760
(148827, 67108864, 2048, 0, 256, 0, 0, 0, 0, 1073741824, 0, 0, 0, 8388608, 0, 1, 1, 245, 15, 44034, 0, 8874, 0, 1, 0, 19831), -- 148827
(149497, 218103808, 3240, 541081604, 196608, 8321, 917768, 536870912, 64, 32, 1048576, 65536, 0, 0, 128, 1, 1, 6, 0, 44285, 0, 5666, 0, 4, 0, 19831), -- 149497
(150373, 0, 0, 0, 196608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 15, 44577, 0, 1909, 0, 1, 0, 19831), -- 150373
(152224, 696254848, 1056, 268976133, 269484032, 128, 393225, 4100, 0, 32, 1050624, 4194304, 67108864, 0, 2, 1, 165, 13, 0, 0, 0, 114, 0, 2, 0, 19831); -- 152224
UPDATE `creature_difficulty` SET `VerifiedBuild`=19831 WHERE `Id`=86788;
UPDATE `creature_difficulty` SET `Flags5`=285312000, `VerifiedBuild`=19831 WHERE `Id` IN (78258, 78259);
@@ -0,0 +1 @@
UPDATE `item` SET `VerifiedBuild`=19831 WHERE `ID` IN (120989 /*-Unknown-*/, 121820 /*-Unknown-*/, 121837 /*-Unknown-*/, 122101 /*-Unknown-*/, 122147 /*-Unknown-*/, 122154 /*-Unknown-*/, 122706 /*-Unknown-*/, 122707 /*-Unknown-*/);
@@ -0,0 +1,16 @@
DROP TABLE IF EXISTS `battle_pet_species`;
CREATE TABLE IF NOT EXISTS `battle_pet_species` (
`ID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`CreatureID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`IconFileID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`SummonSpellID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`PetType` INT(11) NOT NULL DEFAULT '0',
`Source` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`Flags` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`SourceText` TEXT,
`Description` TEXT,
`VerifiedBuild` SMALLINT(6) NOT NULL DEFAULT '0'
) ENGINE=MYISAM DEFAULT CHARSET=utf8;
ALTER TABLE `battle_pet_species`
ADD PRIMARY KEY (`ID`);
@@ -0,0 +1,4 @@
DELETE FROM `battle_pet_species` WHERE `ID` IN (1449, 1636);
INSERT INTO `battle_pet_species` (`ID`, `CreatureID`, `IconFileID`, `SummonSpellID`, `PetType`, `Source`, `Flags`, `SourceText`, `Description`, `VerifiedBuild`) VALUES
(1449, 84521, 1044497, 169220, 7, 2, 18, '|cFFFFD200Vendor:|r Guild Vendor|n|cFFFFD200Zone:|r Stormwind, Orgrimmar|n|cFFFFD200Cost: |r300|TINTERFACE\\MONEYFRAME\\UI-GOLDICON.BLP:0|t', 'This hatchling has an unusual sense that allows it to detect and follow along with alpha predators.', 19831), -- 1449
(1636, 90345, 134509, 179954, 9, 5, 82, '|cFFFFD200Achievement: |rBig Rocketeer: Gold|n|cFFFFD200Category: |rDarkmoon Faire', 'One of the Darkmoon Race''s most obnoxious obstacles, now in the palm of your hand!', 19831); -- 1636
@@ -0,0 +1,17 @@
DELETE FROM `hotfix_data` WHERE (`TableHash`=3322146344 AND `RecordID`=153925 AND `Timestamp`=1428345292);
INSERT INTO `hotfix_data` (`TableHash`, `RecordID`, `Timestamp`, `Deleted`) VALUES
(3322146344, 153925, 1428345292, 0); -- SpellMisc - 153925 - 153925
UPDATE `chr_upgrade_bucket_spell` SET `VerifiedBuild`=19865 WHERE `ID` IN (1708 /*1708*/, 1709 /*1709*/, 1710 /*1710*/);
UPDATE `creature_difficulty` SET `VerifiedBuild`=19865 WHERE `Id` IN (86788, 78258, 78259);
UPDATE `curve_point` SET `VerifiedBuild`=19865 WHERE `ID` IN (4865 /*4865*/, 3101 /*3101*/, 5182 /*5182*/);
UPDATE `item` SET `VerifiedBuild`=19865 WHERE `ID` IN (122147 /*-Unknown-*/, 122154 /*-Unknown-*/, 121837 /*-Unknown-*/, 122706 /*-Unknown-*/, 122707 /*-Unknown-*/, 122101 /*-Unknown-*/, 121820 /*-Unknown-*/, 120989 /*-Unknown-*/);
DELETE FROM `spell_misc` WHERE `ID`=153925;
INSERT INTO `spell_misc` (`ID`, `Attributes`, `AttributesEx`, `AttributesExB`, `AttributesExC`, `AttributesExD`, `AttributesExE`, `AttributesExF`, `AttributesExG`, `AttributesExH`, `AttributesExI`, `AttributesExJ`, `AttributesExK`, `AttributesExL`, `AttributesExM`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `Speed`, `SpellVisualID1`, `SpellVisualID2`, `SpellIconID`, `ActiveIconID`, `SchoolMask`, `MultistrikeSpeedMod`, `VerifiedBuild`) VALUES
(153925, 553648384, 0, 0, 0, 65536, 0, 2048, 0, 268435456, 0, 0, 65536, 0, 0, 1, 6, 1, 0, 45708, 0, 3482, 0, 1, 0, 19865); -- 153925
UPDATE `spell_misc` SET `VerifiedBuild`=19865 WHERE `ID` IN (152224 /*152224*/, 142312 /*142312*/, 129047 /*129047*/, 136620 /*136620*/, 140581 /*140581*/, 148759 /*148759*/, 148827 /*148827*/, 148760 /*148760*/, 149497 /*149497*/, 150373 /*150373*/, 130608 /*130608*/, 130275 /*130275*/, 147181 /*147181*/, 147185 /*147185*/, 147186 /*147186*/, 133455 /*133455*/);
@@ -0,0 +1,132 @@
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=80318 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78904 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80654 AND `Timestamp`=1428456293) OR (`TableHash`=666345498 AND `RecordID`=83983 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=74466 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78991 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78728 AND `Timestamp`=1428456293) OR (`TableHash`=1821637041 AND `RecordID`=1449 AND `Timestamp`=1428456293) OR (`TableHash`=1344507586 AND `RecordID`=122154 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73994 AND `Timestamp`=1428456293) OR (`TableHash`=3108775943 AND `RecordID`=28354 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=82328 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=148760 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78988 AND `Timestamp`=1428456293) OR (`TableHash`=666345498 AND `RecordID`=83982 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85265 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=149497 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73546 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73945 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=83010 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=153925 AND `Timestamp`=1428456293) OR (`TableHash`=1344507586 AND `RecordID`=121837 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80652 AND `Timestamp`=1428456293) OR (`TableHash`=3326241424 AND `RecordID`=1710 AND `Timestamp`=1428456293) OR (`TableHash`=1880017466 AND `RecordID`=4865 AND `Timestamp`=1428456293);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=78734 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=159299 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=152224 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85270 AND `Timestamp`=1428456293) OR (`TableHash`=3326241424 AND `RecordID`=1709 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78989 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=84264 AND `Timestamp`=1428456293) OR (`TableHash`=1344507586 AND `RecordID`=122707 AND `Timestamp`=1428456293) OR (`TableHash`=1344507586 AND `RecordID`=121820 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=83011 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78350 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=133297 AND `Timestamp`=1428456293) OR (`TableHash`=331613093 AND `RecordID`=212293 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78254 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80317 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=90302 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73702 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=148759 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80668 AND `Timestamp`=1428456293) OR (`TableHash`=3326241424 AND `RecordID`=1708 AND `Timestamp`=1428456293) OR (`TableHash`=1344507586 AND `RecordID`=122706 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78404 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80669 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=147181 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=90161 AND `Timestamp`=1428456293);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=78351 AND `Timestamp`=1428456293) OR (`TableHash`=1344507586 AND `RecordID`=120989 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=79824 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78399 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73703 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73504 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80660 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=90305 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73406 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=86788 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85268 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=147186 AND `Timestamp`=1428456293) OR (`TableHash`=1880017466 AND `RecordID`=5182 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=82327 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=147185 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85269 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80246 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78348 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73517 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=79825 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78349 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=140581 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78258 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=130275 AND `Timestamp`=1428456293) OR (`TableHash`=1344507586 AND `RecordID`=122101 AND `Timestamp`=1428456293);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=90200 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78729 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78906 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=79823 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78352 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80658 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=74385 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85266 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80667 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=142312 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85263 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=83756 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=82329 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78259 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=136620 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78346 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=90371 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78256 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78730 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=133455 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=90354 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80244 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=150373 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=130608 AND `Timestamp`=1428456293) OR (`TableHash`=1880017466 AND `RecordID`=3101 AND `Timestamp`=1428456293);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=80659 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85199 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85267 AND `Timestamp`=1428456293) OR (`TableHash`=1344507586 AND `RecordID`=122147 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78670 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=74104 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80653 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=148827 AND `Timestamp`=1428456293) OR (`TableHash`=1821637041 AND `RecordID`=1636 AND `Timestamp`=1428456293) OR (`TableHash`=331613093 AND `RecordID`=185123 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78347 AND `Timestamp`=1428456293) OR (`TableHash`=3322146344 AND `RecordID`=129047 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78353 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=74635 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78990 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78395 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78257 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=79817 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=83012 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=78731 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=80245 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=85264 AND `Timestamp`=1428456293) OR (`TableHash`=3386943305 AND `RecordID`=73419 AND `Timestamp`=1428456293);
INSERT INTO `hotfix_data` (`TableHash`, `RecordID`, `Timestamp`, `Deleted`) VALUES
(3386943305, 80318, 1428456293, 1), -- CreatureDifficulty - 80318 - 80318
(3386943305, 78904, 1428456293, 1), -- CreatureDifficulty - 78904 - 78904
(3386943305, 80654, 1428456293, 1), -- CreatureDifficulty - 80654 - 80654
(666345498, 83983, 1428456293, 1), -- SpellXSpellVisual - 83983 - 83983
(3386943305, 74466, 1428456293, 1), -- CreatureDifficulty - 74466 - 74466
(3386943305, 78991, 1428456293, 1), -- CreatureDifficulty - 78991 - 78991
(3386943305, 78728, 1428456293, 1), -- CreatureDifficulty - 78728 - 78728
(1821637041, 1449, 1428456293, 0), -- BattlePetSpecies - 1449 - 1449
(1344507586, 122154, 1428456293, 0), -- Item - 122154 - 122154
(3386943305, 73994, 1428456293, 1), -- CreatureDifficulty - 73994 - 73994
(3108775943, 28354, 1428456293, 1), -- PlayerCondition - 28354 - 28354
(3386943305, 82328, 1428456293, 1), -- CreatureDifficulty - 82328 - 82328
(3322146344, 148760, 1428456293, 0), -- SpellMisc - 148760 - 148760
(3386943305, 78988, 1428456293, 1), -- CreatureDifficulty - 78988 - 78988
(666345498, 83982, 1428456293, 1), -- SpellXSpellVisual - 83982 - 83982
(3386943305, 85265, 1428456293, 1), -- CreatureDifficulty - 85265 - 85265
(3322146344, 149497, 1428456293, 0), -- SpellMisc - 149497 - 149497
(3386943305, 73546, 1428456293, 1), -- CreatureDifficulty - 73546 - 73546
(3386943305, 73945, 1428456293, 1), -- CreatureDifficulty - 73945 - 73945
(3386943305, 83010, 1428456293, 1), -- CreatureDifficulty - 83010 - 83010
(3322146344, 153925, 1428456293, 0), -- SpellMisc - 153925 - 153925
(1344507586, 121837, 1428456293, 0), -- Item - 121837 - 121837
(3386943305, 80652, 1428456293, 1), -- CreatureDifficulty - 80652 - 80652
(3326241424, 1710, 1428456293, 0), -- ChrUpgradeBucketSpell - 1710 - 1710
(1880017466, 4865, 1428456293, 0), -- CurvePoint - 4865 - 4865
(3386943305, 78734, 1428456293, 1), -- CreatureDifficulty - 78734 - 78734
(3322146344, 159299, 1428456293, 1), -- SpellMisc - 159299 - 159299
(3322146344, 152224, 1428456293, 0), -- SpellMisc - 152224 - 152224
(3386943305, 85270, 1428456293, 1), -- CreatureDifficulty - 85270 - 85270
(3326241424, 1709, 1428456293, 0), -- ChrUpgradeBucketSpell - 1709 - 1709
(3386943305, 78989, 1428456293, 1), -- CreatureDifficulty - 78989 - 78989
(3386943305, 84264, 1428456293, 1), -- CreatureDifficulty - 84264 - 84264
(1344507586, 122707, 1428456293, 0), -- Item - 122707 - 122707
(1344507586, 121820, 1428456293, 0), -- Item - 121820 - 121820
(3386943305, 83011, 1428456293, 1), -- CreatureDifficulty - 83011 - 83011
(3386943305, 78350, 1428456293, 1), -- CreatureDifficulty - 78350 - 78350
(3322146344, 133297, 1428456293, 1), -- SpellMisc - 133297 - 133297
(331613093, 212293, 1428456293, 1), -- GameObjects - 212293 - 212293
(3386943305, 78254, 1428456293, 1), -- CreatureDifficulty - 78254 - 78254
(3386943305, 80317, 1428456293, 1), -- CreatureDifficulty - 80317 - 80317
(3386943305, 90302, 1428456293, 1), -- CreatureDifficulty - 90302 - 90302
(3386943305, 73702, 1428456293, 1), -- CreatureDifficulty - 73702 - 73702
(3322146344, 148759, 1428456293, 0), -- SpellMisc - 148759 - 148759
(3386943305, 80668, 1428456293, 1), -- CreatureDifficulty - 80668 - 80668
(3326241424, 1708, 1428456293, 0), -- ChrUpgradeBucketSpell - 1708 - 1708
(1344507586, 122706, 1428456293, 0), -- Item - 122706 - 122706
(3386943305, 78404, 1428456293, 1), -- CreatureDifficulty - 78404 - 78404
(3386943305, 80669, 1428456293, 1), -- CreatureDifficulty - 80669 - 80669
(3322146344, 147181, 1428456293, 0), -- SpellMisc - 147181 - 147181
(3386943305, 90161, 1428456293, 1), -- CreatureDifficulty - 90161 - 90161
(3386943305, 78351, 1428456293, 1), -- CreatureDifficulty - 78351 - 78351
(1344507586, 120989, 1428456293, 0), -- Item - 120989 - 120989
(3386943305, 79824, 1428456293, 1), -- CreatureDifficulty - 79824 - 79824
(3386943305, 78399, 1428456293, 1), -- CreatureDifficulty - 78399 - 78399
(3386943305, 73703, 1428456293, 1), -- CreatureDifficulty - 73703 - 73703
(3386943305, 73504, 1428456293, 1), -- CreatureDifficulty - 73504 - 73504
(3386943305, 80660, 1428456293, 1), -- CreatureDifficulty - 80660 - 80660
(3386943305, 90305, 1428456293, 1), -- CreatureDifficulty - 90305 - 90305
(3386943305, 73406, 1428456293, 1), -- CreatureDifficulty - 73406 - 73406
(3386943305, 86788, 1428456293, 0), -- CreatureDifficulty - 86788 - 86788
(3386943305, 85268, 1428456293, 1), -- CreatureDifficulty - 85268 - 85268
(3322146344, 147186, 1428456293, 0), -- SpellMisc - 147186 - 147186
(1880017466, 5182, 1428456293, 0), -- CurvePoint - 5182 - 5182
(3386943305, 82327, 1428456293, 1), -- CreatureDifficulty - 82327 - 82327
(3322146344, 147185, 1428456293, 0), -- SpellMisc - 147185 - 147185
(3386943305, 85269, 1428456293, 1), -- CreatureDifficulty - 85269 - 85269
(3386943305, 80246, 1428456293, 1), -- CreatureDifficulty - 80246 - 80246
(3386943305, 78348, 1428456293, 1), -- CreatureDifficulty - 78348 - 78348
(3386943305, 73517, 1428456293, 1), -- CreatureDifficulty - 73517 - 73517
(3386943305, 79825, 1428456293, 1), -- CreatureDifficulty - 79825 - 79825
(3386943305, 78349, 1428456293, 1), -- CreatureDifficulty - 78349 - 78349
(3322146344, 140581, 1428456293, 0), -- SpellMisc - 140581 - 140581
(3386943305, 78258, 1428456293, 0), -- CreatureDifficulty - 78258 - 78258
(3322146344, 130275, 1428456293, 0), -- SpellMisc - 130275 - 130275
(1344507586, 122101, 1428456293, 0), -- Item - 122101 - 122101
(3386943305, 90200, 1428456293, 1), -- CreatureDifficulty - 90200 - 90200
(3386943305, 78729, 1428456293, 1), -- CreatureDifficulty - 78729 - 78729
(3386943305, 78906, 1428456293, 1), -- CreatureDifficulty - 78906 - 78906
(3386943305, 79823, 1428456293, 1), -- CreatureDifficulty - 79823 - 79823
(3386943305, 78352, 1428456293, 1), -- CreatureDifficulty - 78352 - 78352
(3386943305, 80658, 1428456293, 1), -- CreatureDifficulty - 80658 - 80658
(3386943305, 74385, 1428456293, 1), -- CreatureDifficulty - 74385 - 74385
(3386943305, 85266, 1428456293, 1), -- CreatureDifficulty - 85266 - 85266
(3386943305, 80667, 1428456293, 1), -- CreatureDifficulty - 80667 - 80667
(3322146344, 142312, 1428456293, 0), -- SpellMisc - 142312 - 142312
(3386943305, 85263, 1428456293, 1), -- CreatureDifficulty - 85263 - 85263
(3386943305, 83756, 1428456293, 1), -- CreatureDifficulty - 83756 - 83756
(3386943305, 82329, 1428456293, 1), -- CreatureDifficulty - 82329 - 82329
(3386943305, 78259, 1428456293, 0), -- CreatureDifficulty - 78259 - 78259
(3322146344, 136620, 1428456293, 0), -- SpellMisc - 136620 - 136620
(3386943305, 78346, 1428456293, 1), -- CreatureDifficulty - 78346 - 78346
(3386943305, 90371, 1428456293, 1), -- CreatureDifficulty - 90371 - 90371
(3386943305, 78256, 1428456293, 0), -- CreatureDifficulty - 78256 - 78256
(3386943305, 78730, 1428456293, 1), -- CreatureDifficulty - 78730 - 78730
(3322146344, 133455, 1428456293, 0), -- SpellMisc - 133455 - 133455
(3386943305, 90354, 1428456293, 1), -- CreatureDifficulty - 90354 - 90354
(3386943305, 80244, 1428456293, 1), -- CreatureDifficulty - 80244 - 80244
(3322146344, 150373, 1428456293, 0), -- SpellMisc - 150373 - 150373
(3322146344, 130608, 1428456293, 0), -- SpellMisc - 130608 - 130608
(1880017466, 3101, 1428456293, 0), -- CurvePoint - 3101 - 3101
(3386943305, 80659, 1428456293, 1), -- CreatureDifficulty - 80659 - 80659
(3386943305, 85199, 1428456293, 1), -- CreatureDifficulty - 85199 - 85199
(3386943305, 85267, 1428456293, 1), -- CreatureDifficulty - 85267 - 85267
(1344507586, 122147, 1428456293, 0), -- Item - 122147 - 122147
(3386943305, 78670, 1428456293, 1), -- CreatureDifficulty - 78670 - 78670
(3386943305, 74104, 1428456293, 0), -- CreatureDifficulty - 74104 - 74104
(3386943305, 80653, 1428456293, 1), -- CreatureDifficulty - 80653 - 80653
(3322146344, 148827, 1428456293, 0), -- SpellMisc - 148827 - 148827
(1821637041, 1636, 1428456293, 0), -- BattlePetSpecies - 1636 - 1636
(331613093, 185123, 1428456293, 1), -- GameObjects - 185123 - 185123
(3386943305, 78347, 1428456293, 1), -- CreatureDifficulty - 78347 - 78347
(3322146344, 129047, 1428456293, 0), -- SpellMisc - 129047 - 129047
(3386943305, 78353, 1428456293, 1), -- CreatureDifficulty - 78353 - 78353
(3386943305, 74635, 1428456293, 1), -- CreatureDifficulty - 74635 - 74635
(3386943305, 78990, 1428456293, 1), -- CreatureDifficulty - 78990 - 78990
(3386943305, 78395, 1428456293, 1), -- CreatureDifficulty - 78395 - 78395
(3386943305, 78257, 1428456293, 0), -- CreatureDifficulty - 78257 - 78257
(3386943305, 79817, 1428456293, 1), -- CreatureDifficulty - 79817 - 79817
(3386943305, 83012, 1428456293, 1), -- CreatureDifficulty - 83012 - 83012
(3386943305, 78731, 1428456293, 1), -- CreatureDifficulty - 78731 - 78731
(3386943305, 80245, 1428456293, 1), -- CreatureDifficulty - 80245 - 80245
(3386943305, 85264, 1428456293, 1), -- CreatureDifficulty - 85264 - 85264
(3386943305, 73419, 1428456293, 1); -- CreatureDifficulty - 73419 - 73419
UPDATE `creature_difficulty` SET `VerifiedBuild`=19865 WHERE `Id` IN (86788, 78258, 78259);
UPDATE `creature_difficulty` SET `Flags5`=285312000, `VerifiedBuild`=19865 WHERE `Id` IN (78256, 78257, 74104);
@@ -0,0 +1,10 @@
DROP TABLE IF EXISTS `quest_package_item`;
CREATE TABLE `quest_package_item` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`QuestPackageID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemCount` int(10) unsigned NOT NULL DEFAULT '0',
`Unk` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1 @@
ALTER TABLE `quest_package_item` CHANGE `Unk` `FilterType` int(10) unsigned NOT NULL DEFAULT '0';
@@ -0,0 +1,8 @@
DROP TABLE IF EXISTS `spell_effect_group_size`;
CREATE TABLE IF NOT EXISTS `spell_effect_group_size` (
`ID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`SpellEffectID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`Size` FLOAT NOT NULL DEFAULT '0',
`VerifiedBuild` SMALLINT(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MYISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,17 @@
DELETE FROM `hotfix_data` WHERE (`TableHash`=599752208 AND `RecordID`=1789 AND `Timestamp`=1428969324) OR (`TableHash`=599752208 AND `RecordID`=1790 AND `Timestamp`=1428969324) OR (`TableHash`=599752208 AND `RecordID`=1791 AND `Timestamp`=1428969324) OR (`TableHash`=599752208 AND `RecordID`=1792 AND `Timestamp`=1428969324) OR (`TableHash`=599752208 AND `RecordID`=1793 AND `Timestamp`=1428969324) OR (`TableHash`=599752208 AND `RecordID`=1794 AND `Timestamp`=1428969324);
INSERT INTO `hotfix_data` (`TableHash`, `RecordID`, `Timestamp`, `Deleted`) VALUES
(599752208, 1789, 1428969324, 0), -- SpellEffectGroupSize - 1789 - 1789
(599752208, 1790, 1428969324, 0), -- SpellEffectGroupSize - 1790 - 1790
(599752208, 1791, 1428969324, 0), -- SpellEffectGroupSize - 1791 - 1791
(599752208, 1792, 1428969324, 0), -- SpellEffectGroupSize - 1792 - 1792
(599752208, 1793, 1428969324, 0), -- SpellEffectGroupSize - 1793 - 1793
(599752208, 1794, 1428969324, 0); -- SpellEffectGroupSize - 1794 - 1794
DELETE FROM `spell_effect_group_size` WHERE `ID` IN (1789, 1790, 1791, 1792, 1793, 1794);
INSERT INTO `spell_effect_group_size` (`ID`, `SpellEffectID`, `Size`, `VerifiedBuild`) VALUES
(1789, 241861, 1.25, 19865), -- 1789
(1790, 233592, 1.25, 19865), -- 1790
(1791, 229325, 1.43, 19865), -- 1791
(1792, 229326, 1.43, 19865), -- 1792
(1793, 249873, 1.43, 19865), -- 1793
(1794, 249874, 1.43, 19865); -- 1794
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,137 @@
DELETE FROM `item_sparse` WHERE `ID` IN (1905, 1906, 2179, 3364, 4994, 7725, 8164, 9311, 10756, 12290, 13606, 18154, 18566, 19322, 22058, 23074, 23364, 23366, 34771, 38487, 49664, 52052, 60492, 60746, 62484, 63252, 64309, 77451, 80818, 80906, 81320, 81321, 81357, 86600, 88804, 88805, 88849, 88850, 89156, 89157, 92498, 92891, 92892, 93023, 93024, 98056, 98130, 100895, 100899, 101538, 101572, 101751, 101776, 102225, 102457, 102463, 102492, 102493, 102494, 102575, 103994, 104259, 104289, 104312, 104350, 105710, 105928, 107076, 107609, 107849, 107850, 107957, 107958, 107959, 107960, 108532, 108670, 110230, 110231, 110443, 110444, 110723, 110742, 111024, 111532, 111591, 111850, 111931, 111934, 112266, 112372, 112376, 112385, 112386, 113010, 113143, 113191, 113282, 113294, 115802, 120115, 120979, 120989, 120997, 120998, 121814, 121819, 121820, 121822, 121830, 121831, 121832, 121834, 122096, 122098, 122099, 122101, 122102, 122103, 122144, 122145, 122146, 122147, 122150, 122154, 122160, 122161, 122162, 122189, 122466, 122468, 122472, 122473, 122474, 122475);
INSERT INTO `item_sparse` (`ID`, `Quality`, `Flags1`, `Flags2`, `Flags3`, `Unk1`, `Unk2`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `RequiredSpell`, `RequiredHonorRank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `MaxCount`, `Stackable`, `ContainerSlots`, `ItemStatType1`, `ItemStatType2`, `ItemStatType3`, `ItemStatType4`, `ItemStatType5`, `ItemStatType6`, `ItemStatType7`, `ItemStatType8`, `ItemStatType9`, `ItemStatType10`, `ItemStatValue1`, `ItemStatValue2`, `ItemStatValue3`, `ItemStatValue4`, `ItemStatValue5`, `ItemStatValue6`, `ItemStatValue7`, `ItemStatValue8`, `ItemStatValue9`, `ItemStatValue10`, `ItemStatAllocation1`, `ItemStatAllocation2`, `ItemStatAllocation3`, `ItemStatAllocation4`, `ItemStatAllocation5`, `ItemStatAllocation6`, `ItemStatAllocation7`, `ItemStatAllocation8`, `ItemStatAllocation9`, `ItemStatAllocation10`, `ItemStatSocketCostMultiplier1`, `ItemStatSocketCostMultiplier2`, `ItemStatSocketCostMultiplier3`, `ItemStatSocketCostMultiplier4`, `ItemStatSocketCostMultiplier5`, `ItemStatSocketCostMultiplier6`, `ItemStatSocketCostMultiplier7`, `ItemStatSocketCostMultiplier8`, `ItemStatSocketCostMultiplier9`, `ItemStatSocketCostMultiplier10`, `ScalingStatDistribution`, `DamageType`, `Delay`, `RangedModRange`, `Bonding`, `Name`, `Name2`, `Name3`, `Name4`, `Description`, `PageText`, `LanguageID`, `PageMaterial`, `StartQuest`, `LockID`, `Material`, `Sheath`, `RandomProperty`, `RandomSuffix`, `ItemSet`, `Area`, `Map`, `BagFamily`, `TotemCategory`, `SocketColor1`, `SocketColor2`, `SocketColor3`, `SocketBonus`, `GemProperties`, `ArmorDamageModifier`, `Duration`, `ItemLimitCategory`, `HolidayID`, `StatScalingFactor`, `CurrencySubstitutionID`, `CurrencySubstitutionCount`, `ItemNameDescriptionID`, `VerifiedBuild`) VALUES
(1905, 0, 0, 0, 0, 0.9686, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Axe, Metal Basic', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(1906, 0, 0, 0, 0, 0.9723, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Torch', '', '', '', '', 0, 0, 0, 0, 0, 2, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(2179, 0, 0, 0, 0, 1.0242, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Sword, Scimitar Badass', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(3364, 0, 0, 0, 0, 1.032, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Sword, Rapier', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(4994, 0, 0, 0, 0, 0.9875, 1, 1, 12, 2, 21, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Item, Gizmo', '', '', '', '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(7725, 1, 16, 0, 0, 1.0102, 1, 1, 28575, 7143, 19, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Tabard of the Scarlet Crusade DEPRECATED', '', '', '', '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(8164, 1, 0, 0, 0, 1.036, 1, 1, 10, 2, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Test Stationery', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(9311, 1, 0, 0, 0, 0.9512, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Default Stationery', '', '', '', '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(10756, 0, 0, 0, 0, 1.0368, 1, 1, 16, 3, 17, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Mace2H, Smite''s Mighty Hammer', '', '', '', '', 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 19865), -- -Unknown-
(12290, 0, 0, 0, 0, 0.9811, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Axe, Horde Badass Copper 01', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(13606, 0, 0, 0, 0, 0.9814, 1, 1, 0, 0, 23, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Monster - Item, Bucket - Metal Offhand', '', '', '', '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(18154, 1, 0, 0, 0, 0.9635, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Blizzard Stationery', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(18566, 1, 2064, 0, 0, 0.9637, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Essence of the Firelord DEPRECATED', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(19322, 2, 0, 0, 0, 0.9824, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 10, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'zzDEPRECATED Warsong Mark of Honor', '', '', '', 'Proof of winning a battle in Warsong Gulch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(22058, 1, 0, 0, 0, 1.0234, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Valentine''s Day Stationery', '', '', '', '', 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(23074, 1, 2048, 0, 0, 1.0197, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, '[PH] Goblin Tooth', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(23364, 3, 16, 0, 0, 0.9604, 1, 1, 0, 0, 0, 32767, -1, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'zzDEPRECATEDHeart of the Sky', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(23366, 3, 16, 0, 0, 0.9678, 1, 1, 0, 0, 0, 32767, -1, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'zzDEPRECATEDPerfect Diamond', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(34771, 0, 0, 0, 0, 1.0178, 1, 1, 15, 3, 17, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3400, 0, 0, 'Monster - Staff, Wooden Handle Rounded Head High Red Flame', '', '', '', '', 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 19865), -- -Unknown-
(38487, 3, 0, 0, 0, 0.97, 1, 1, 45, 9, 17, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Polearm, Epic D 04', '', '', '', '', 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 19865), -- -Unknown-
(49664, 3, 134250560, 131072, 0, 0.9861, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Enchanted Purple Jade', '', '', '', 'Teaches you how to summon this companion.', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(52052, 0, 0, 0, 0, 0.9941, 1, 1, 9, 1, 26, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 100, 0, 'Monster - Gun, Rifle, Worgen', '', '', '', '', 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(60492, 0, 0, 0, 0, 0.9656, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Axe, 1H Outland Raid D06', '', '', '', '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(60746, 1, 0, 0, 0, 1.0213, 0, 1, 0, 1, 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'No Helmet [Cap Geoset]', '', '', '', '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(62484, 0, 0, 0, 0, 0.9585, 1, 1, 11, 2, 21, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Monster - Item, Shovel (1h)', '', '', '', '', 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(63252, 0, 0, 0, 0, 1.0477, 1, 1, 16, 3, 17, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3300, 0, 0, 'Monster - Axe, 2H Horde D 02', '', '', '', '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 19865), -- -Unknown-
(64309, 1, 0, 0, 0, 0.9738, 0, 1, 0, 1, 8, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'No Shoes', '', '', '', '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(77451, 2, 0, 0, 0, 1.0309, 1, 1, 16, 3, 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 'Art Template Cloth Head - Cloth_SunHat_B_01', '', '', '', '', 0, 0, 0, 0, 0, 7, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(80818, 2, 0, 0, 0, 1.0465, 1, 1, 17, 3, 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 'Art Template Cloth Head - Helm_Misc_Beerhat_A_01', '', '', '', '', 0, 0, 0, 0, 0, 7, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(80906, 0, 0, 0, 0, 1.0017, 0, 1, 0, 1, 17, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Polearm, Invisible', '', '', '', '', 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 19865), -- -Unknown-
(81320, 2, 65536, 0, 0, 1.0093, 1, 1, 31, 6, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 1, 'Right-Handed Invis Knuckles', '', '', '', '', 0, 0, 0, 0, 0, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(81321, 2, 65536, 0, 0, 1.013, 1, 1, 31, 6, 22, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 1, 'Left-Handed Invis Knuckles', '', '', '', '', 0, 0, 0, 0, 0, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(81357, 0, 0, 0, 0, 0.998, 0, 1, 0, 1, 17, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Polearm, Invisible', '', '', '', '', 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 19865), -- -Unknown-
(86600, 0, 0, 0, 0, 0.9955, 1, 1, 15, 3, 17, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Mace, 2H Cataclysm B02 Red (Fire)', '', '', '', '', 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 19865), -- -Unknown-
(88804, 0, 0, 0, 0, 1.0106, 1, 1, 12, 2, 22, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3300, 0, 0, 'Monster - Hand_1H_ShaClaw (left hand)', '', '', '', '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(88805, 0, 0, 0, 0, 1.0142, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Hand_1H_ShaClaw (right hand)', '', '', '', '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(88849, 0, 0, 0, 0, 1.0287, 1, 1, 12, 2, 21, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Cleaver (Bloody)', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(88850, 0, 0, 0, 0, 0.9587, 1, 1, 11, 2, 22, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Cleaver (Bloody)', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(89156, 0, 0, 0, 0, 0.9847, 1, 1, 12, 2, 21, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Axe, Metal Badass (Main Hand)', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(89157, 0, 0, 0, 0, 0.9884, 1, 1, 12, 2, 22, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Axe, Metal Badass (Off Hand)', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(92498, 0, 0, 0, 0, 1.0292, 1, 1, 12, 2, 22, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, 0, 'Monster - Claw Offhand, Invisible', '', '', '', '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(92891, 1, 65536, 0, 0, 1.0332, 1, 1, 10, 2, 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Art Template Generic Head - Helm_Misc_FireworkPartyHat_A_01', '', '', '', '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(92892, 1, 65536, 0, 0, 1.0369, 1, 1, 10, 2, 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Art Template Generic Head - Helm_Misc_FishPartyHat_A_01', '', '', '', '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(93023, 0, 0, 0, 0, 1.0294, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, 0, 'Monster - Fist, Horde PvE, Main Hand, Dark', '', '', '', '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(93024, 0, 0, 0, 0, 1.0331, 1, 1, 12, 2, 22, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, 0, 'Monster - Fist, Horde PvE, Off Hand, Dark', '', '', '', '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(98056, 5, 131072, 0, 0, 0.9855, 1, 1, 100000000, 0, 0, -1, -1, 513, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Crystallized Horror', '', '', '', 'The powers of the last black dragon are yours to wield.', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2456, 0, 0, 207, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(98130, 4, 0, 0, 0, 0.9895, 1, 1, 400869, 80173, 26, -1, -1, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2700, 100, 1, 'Monster - Gun - Outland Raid D04 (Red)', '', '', '', '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(100895, 0, 0, 0, 0, 0.9899, 1, 1, 12, 2, 21, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3300, 0, 0, 'Monster - Axe, 1H Special NPC (Herod) - Main Hand', '', '', '', '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(100899, 1, 65536, 0, 0, 1.0045, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Fallen Frostwolf Artifact', '', '', '', 'Crafted by Frostwolf orcs, this token is an honored remembrance of its fallen owner.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(101538, 3, 69696, 0, 0, 1.0085, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Kukuru''s Cache Key', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(101572, 2, 0, 0, 0, 0.9862, 1, 1, 16, 3, 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 'Art Template Cloth Head - Helm_Robe_B_03earthenring', '', '', '', '', 0, 0, 0, 0, 0, 7, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(101751, 0, 0, 0, 0, 1.0343, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Molten Hammer', '', '', '', '', 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(101776, 1, 67584, 0, 0, 0.979, 1, 1, 0, 0, 0, -1, -1, 90, 0, 0, 0, 0, 0, 0, 0, 0, 60, 50, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Fatty Turtle Steak', '', '', '', 'The marbling on this meat rivals the rings of a tree... a very old tree.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(102225, 1, 2147551232, 0, 0, 0.9679, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Rolo''s Riddle', '', '', '', 'The old piece of tattered parchment has barely survived the test of time.', 0, 0, 0, 32974, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(102457, 1, 65600, 16448, 0, 0.99, 1, 1, 1250000, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Timeless Essence of the Black Dragonflight', '', '', '', 'An undulating sphere of infinite blackness.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(102463, 3, 69632, 0, 0, 1.012, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Fire-Watcher''s Oath', '', '', '', 'Ordon Fire-Watchers carry the ashes of their victims in a special pouch that keeps them smouldering.', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(102492, 0, 0, 0, 0, 0.9713, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2800, 0, 0, 'Monster - Shadowmoon Orc - Shadow Sword', '', '', '', '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(102493, 0, 0, 0, 0, 0.975, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Shadowmoon Orc - Shadowy Glaive', '', '', '', '', 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(102494, 0, 0, 0, 0, 0.9787, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, 0, 'Monster - Shadowmoon Orc - Shadowy Dagger', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(102575, 0, 0, 0, 0, 1.0083, 1, 1, 12, 2, 22, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, 0, 'Monster - Shadowmoon Orc - Shadowy Dagger (Offhand)', '', '', '', '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(103994, 1, 2048, 0, 0, 0.9718, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Wooden Spear', '', '', '', 'Crudely adorned with thorns and twigs.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(104259, 0, 0, 0, 0, 0.9679, 1, 1, 12, 2, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - Mace, Horde Bone Spike Hammer (Living Clay Weapon)', '', '', '', '', 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(104289, 2, 67174400, 65536, 0, 1.031, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Faintly-Glowing Herb', '', '', '', 'This herb appears to be infused with a natural enchantment.', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 86400, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(104312, 2, 67174400, 65536, 0, 0.9683, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 20, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Strange Glowing Mushroom', '', '', '', 'An odd mushroom found deep within the Cavern of Lost Spirits.', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(104350, 1, 2048, 0, 0, 0.9607, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Swamplighter Dust', '', '', '', 'Sparkly.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(105710, 3, 131136, 0, 0, 0.9754, 0, 1, 0, 1, 9, -1, -1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Lasso Bracers, Humanoid', '', '', '', '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(105928, 3, 131136, 0, 0, 1.0461, 0, 1, 0, 1, 1, -1, -1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Magic Bunny Hat', '', '', '', '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(107076, 1, 2112, 0, 0, 1.0386, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Sylene''s Amulet of Illusion', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(107609, 1, 67584, 4096, 0, 0.9946, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Prickly Nopal', '', '', '', 'This looks tasty.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(107849, 2, 65536, 0, 0, 0.9725, 1, 1, 30, 6, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 1, 'No Main Hand Weapon', '', '', '', '', 0, 0, 0, 0, 0, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(107850, 2, 65536, 0, 0, 0.9761, 1, 1, 30, 6, 22, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 1, 'No Off-Hand Weapon', '', '', '', '', 0, 0, 0, 0, 0, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(107957, 1, 133120, 0, 0, 1.0277, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Shadowmoon Rubbing', '', '', '', 'A collection of rubbings from the Shadowmoon Tribal Stones.', 4857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(107958, 1, 133120, 0, 0, 1.0314, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Shadowmoon Rubbing', '', '', '', 'A collection of rubbings from the Shadowmoon Tribal Stones.', 4858, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(107959, 1, 133120, 0, 0, 1.035, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Shadowmoon Rubbing', '', '', '', 'A collection of rubbings from the Shadowmoon Tribal Stones.', 4860, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(107960, 1, 133120, 0, 0, 1.0387, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Shadowmoon Rubbing', '', '', '', 'A collection of rubbings from the Shadowmoon Tribal Stones.', 4863, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(108532, 1, 67584, 4096, 0, 0.9908, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Precisely Severed Pale Eye', '', '', '', 'The cloudy iris of the detached eyeball gives off an ominous glow.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(108670, 1, 2048, 0, 0, 1.0356, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Raw Elekk Steak', '', '', '', '100% organic, free-range, grass-fed, perfectly marbled steak.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(110230, 1, 198656, 0, 0, 1.0283, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Caravan Shipment', '', '', '', 'Weapons, ammunition, chains, hooks, tools, and excavation equipment. Looks like supplies needed for a major excavation.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(110231, 1, 198656, 0, 0, 1.032, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'O''rok''s Head', '', '', '', 'Bloody.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(110443, 1, 65536, 0, 0, 0.9541, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Boiled Ichor', '', '', '', 'The disgusting extract of various jungle creatures.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(110444, 1, 196608, 0, 0, 0.9577, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Fresh Orc Blood', '', '', '', 'Bleeding Hollow, indeed.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(110723, 1, 2048, 0, 0, 1.0317, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Vial of Toad Juice', '', '', '', 'It''s glowing.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(110742, 1, 65536, 0, 0, 0.9543, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Hand-Axe', '', '', '', 'Not an axe held in the hand, but an axe that substitutes for a hand.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(111024, 1, 133120, 0, 0, 1.0393, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Pristine Star Lily', '', '', '', 'The translucent, weightless flower only grows under pure starlight.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(111532, 0, 0, 0, 0, 0.9507, 0, 1, 0, 1, 17, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - 2H Mace, Invisible', '', '', '', '', 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 19865), -- -Unknown-
(111591, 1, 2048, 0, 0, 1.0467, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Clarity Elixir', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(111850, 1, 67584, 0, 0, 1.0207, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Feather of Syth', '', '', '', 'While devotees of Rukhmar prefer cremation, the outcasts have taken to darker last rites.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(111931, 1, 198656, 0, 0, 0.9768, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Wrenchwrecker''s Inventory Report', '', '', '', 'A detailed list of construction materials with very colorful wording on the need for additional lumber.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(111934, 1, 67584, 0, 0, 0.9878, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Ravager Grub', '', '', '', 'Squirmy.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(112266, 1, 67584, 0, 0, 1.0357, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Frozen Plant Matter', '', '', '', 'Surprisingly durable and nearly immune to cold and wind.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(112372, 1, 2048, 0, 0, 1.0099, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Fragment of Anguish', '', '', '', 'A strange symbol is inscribed upon the stone.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(112376, 1, 65600, 0, 0, 1.0246, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 10, 250, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Target Practice Axe', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(112385, 1, 2048, 0, 0, 0.9841, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Star Reading', '', '', '', 'A detailed map of the sky.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(112386, 1, 2112, 0, 0, 0.9878, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Fragment of Anguish', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(113010, 1, 67584, 0, 0, 1.0102, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Lithic''s Gift', '', '', '', 'With Lithic''s blessing, this bangle holds a special connection to Terokk.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(113143, 2, 67174400, 65536, 0, 1.0101, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Glowing Honeycomb', '', '', '', 'The honey inside is faintly iridescent.', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 86400, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(113191, 1, 65600, 0, 0, 0.9656, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Lucifrium Bead', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(113282, 1, 67584, 0, 0, 0.9584, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'The Eye of Anzu', '', '', '', 'A spell focus from Terokk''s darker days.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(113294, 1, 2048, 0, 0, 1.0025, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Sargerei Insignia', '', '', '', 'This burning mark is held only by Socrethar''s most trusted lieutenants.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(115802, 0, 0, 0, 0, 1.0362, 0, 1, 0, 1, 13, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 'Monster - 1H Mace, Invisible', '', '', '', '', 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 19865), -- -Unknown-
(120115, 1, 0, 0, 0, 0.9852, 0, 1, 0, 1, 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'No Helmet [Diving Helm Geoset] - HIDE EVERYTHING', '', '', '', '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(120979, 1, 67584, 0, 0, 0.959, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Gutrek''s Hilt', '', '', '', 'The ordinary appearance of this hilt belies the power of the weapon to which it belongs.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(120989, 1, 196608, 4096, 0, 1.0222, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Goldspade''s Journal', '', '', '', 'A journal detailing the search for Gutrek''s Cleaver.', 5076, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(120997, 1, 67584, 0, 0, 0.978, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Gutrek''s Pommel', '', '', '', 'It seems to be little more than a heavy rock.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(120998, 1, 67584, 0, 0, 0.9817, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Gutrek''s Blade', '', '', '', 'Age has pitted and dulled this blade.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(121814, 1, 67584, 0, 0, 0.9999, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Gutrek''s Cleaver', '', '', '', 'The weapon is dull and aged, yet pulses with the brutal energy of Gutrek''s spirit.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(121819, 1, 67584, 536870912, 0, 1.0448, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Research Notes', '', '', '', 'These notes make mention of the mysterious device in upper Skettis.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(121820, 1, 196608, 4096, 0, 1.0484, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Compiled Research', '', '', '', 'This collection of papers reveals the nature of the mysterious device in upper Skettis.', 5083, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(121822, 1, 67584, 536870912, 0, 0.9557, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Journal Page', '', '', '', 'This seems to be a page from Val Goldspade''s journal.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(121830, 1, 67584, 0, 0, 0.9851, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Precision Blasting Powder', '', '', '', 'As dangerous as this stuff is, you''d think they''d package it more carefully.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(121831, 1, 67584, 0, 0, 0.9887, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'High Voltage Detonator', '', '', '', 'Hopefully this still works.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(121832, 1, 67584, 536870912, 0, 1.0189, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Demon''s Blood', '', '', '', 'Apparently this stuff packs a punch.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(121834, 1, 67584, 0, 0, 1.0263, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Grimoire of the Nameless Void', '', '', '', 'The text of this book is indecipherable, but there is no mistaking the power contained within.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122096, 1, 67584, 0, 0, 1.0113, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Gronnsbane''s Blade', '', '', '', 'This ancient blade is pitted and dull.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122098, 1, 67584, 0, 0, 1.0186, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Gronnsbane''s Haft', '', '', '', 'It''s remarkable that the wooden haft has survived this long.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122099, 1, 67584, 0, 0, 1.0223, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Gronnsbane''s Weight', '', '', '', 'A heavy weight to counterbalance the great blade.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122101, 1, 196608, 4096, 0, 1.0297, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Argoram''s Journal', '', '', '', 'This journal details Argoram''s search for the ancient spear, Gronnsbane.', 5093, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122102, 1, 67584, 0, 0, 1.0333, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Gronnsbane', '', '', '', 'A rather large, albeit plain, spear.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122103, 1, 67584, 0, 0, 1.037, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Empowered Gronnsbane', '', '', '', 'The ancient spear pulses with energy.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122144, 1, 67584, 0, 0, 0.9668, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Bonethorn Vine', '', '', '', 'Tough and prickly.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122145, 1, 67584, 0, 0, 0.9705, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Shadethistle Leaves', '', '', '', 'These leaves seem to absorb the light around them.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122146, 1, 67584, 0, 0, 0.9742, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Steamcap Mushrooms', '', '', '', 'Vibrant and aromatic.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122147, 1, 196608, 4096, 0, 0.9778, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Grinning Tolg''s Journal', '', '', '', 'These writings detail the search for the Laughing Skull legend, Skulltaker.', 5100, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122150, 1, 67584, 0, 0, 0.9889, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'The Silent Skull', '', '', '', 'The cursed skull mask responsible for Skulltaker''s malady.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122154, 1, 196608, 4096, 0, 1.0301, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Artificer Maatun''s Journal', '', '', '', 'An account of the artificer''s quest to reconstruct the Dream of Argus', 5109, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122160, 1, 67584, 0, 0, 0.952, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Rough Crystal Shard', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122161, 1, 67584, 0, 0, 0.9557, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Cracked Crystal Shard', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122162, 1, 67584, 0, 0, 0.9593, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Smooth Crystal Shard', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122189, 1, 198656, 0, 0, 1.0114, 1, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 'Dream of Argus', '', '', '', 'A mysterious and ancient relic of the draenei''s past.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122466, 4, 65600, 0, 0, 0.978, 1, 1, 0, 0, 0, -1, -1, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Heart of Oak', '', '', '', 'Slightly warm, obviously ancient.', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122468, 4, 65600, 0, 0, 0.9853, 1, 1, 0, 0, 0, -1, -1, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Runed Greatstone', '', '', '', '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122472, 4, 65600, 0, 0, 1, 1, 1, 0, 0, 0, -1, -1, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Bloodied Iron Horde Banner', '', '', '', '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122473, 4, 65600, 0, 0, 1.0037, 1, 1, 0, 0, 0, -1, -1, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Legion Beacon', '', '', '', '', 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122474, 4, 65600, 0, 0, 1.0074, 1, 1, 0, 0, 0, -1, -1, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Arcane Highmaul Relic', '', '', '', '', 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865), -- -Unknown-
(122475, 4, 65600, 0, 0, 1.0375, 1, 1, 0, 0, 0, -1, -1, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'Void Prison', '', '', '', '', 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19865); -- -Unknown-
@@ -0,0 +1,220 @@
DELETE FROM `hotfix_data` WHERE (`TableHash`=331613093 AND `RecordID`=185123 AND `Timestamp`=1430365287) OR (`TableHash`=331613093 AND `RecordID`=212293 AND `Timestamp`=1430365287) OR (`TableHash`=599752208 AND `RecordID`=1789 AND `Timestamp`=1430365287) OR (`TableHash`=599752208 AND `RecordID`=1790 AND `Timestamp`=1430365287) OR (`TableHash`=599752208 AND `RecordID`=1791 AND `Timestamp`=1430365287) OR (`TableHash`=599752208 AND `RecordID`=1792 AND `Timestamp`=1430365287) OR (`TableHash`=599752208 AND `RecordID`=1793 AND `Timestamp`=1430365287) OR (`TableHash`=599752208 AND `RecordID`=1794 AND `Timestamp`=1430365287) OR (`TableHash`=666345498 AND `RecordID`=83942 AND `Timestamp`=1430365287) OR (`TableHash`=666345498 AND `RecordID`=83982 AND `Timestamp`=1430365287) OR (`TableHash`=666345498 AND `RecordID`=83983 AND `Timestamp`=1430365287) OR (`TableHash`=666345498 AND `RecordID`=84043 AND `Timestamp`=1430365287) OR (`TableHash`=1344507586 AND `RecordID`=120989 AND `Timestamp`=1430365287) OR (`TableHash`=1344507586 AND `RecordID`=121820 AND `Timestamp`=1430365287) OR (`TableHash`=1344507586 AND `RecordID`=121837 AND `Timestamp`=1430365287) OR (`TableHash`=1344507586 AND `RecordID`=122101 AND `Timestamp`=1430365287) OR (`TableHash`=1344507586 AND `RecordID`=122147 AND `Timestamp`=1430365287) OR (`TableHash`=1344507586 AND `RecordID`=122154 AND `Timestamp`=1430365287) OR (`TableHash`=1344507586 AND `RecordID`=122706 AND `Timestamp`=1430365287) OR (`TableHash`=1344507586 AND `RecordID`=122707 AND `Timestamp`=1430365287) OR (`TableHash`=1627543382 AND `RecordID`=16443 AND `Timestamp`=1430365287) OR (`TableHash`=1821637041 AND `RecordID`=1449 AND `Timestamp`=1430365287) OR (`TableHash`=1821637041 AND `RecordID`=1636 AND `Timestamp`=1430365287) OR (`TableHash`=1880017466 AND `RecordID`=3101 AND `Timestamp`=1430365287) OR (`TableHash`=1880017466 AND `RecordID`=4865 AND `Timestamp`=1430365287);
DELETE FROM `hotfix_data` WHERE (`TableHash`=1880017466 AND `RecordID`=5182 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=6148 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=7498 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=7499 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=7501 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=7743 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=8980 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=8981 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=8989 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=8990 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=8993 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=9915 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=9916 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=9917 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=9918 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=9920 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=9921 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=10265 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=11037 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=12747 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=13736 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=28354 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=34074 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=34075 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=34076 AND `Timestamp`=1430365287);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3108775943 AND `RecordID`=34077 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=34078 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=34079 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=34081 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=34082 AND `Timestamp`=1430365287) OR (`TableHash`=3108775943 AND `RecordID`=34083 AND `Timestamp`=1430365287) OR (`TableHash`=3130494798 AND `RecordID`=10037 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=126057 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=129047 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=129096 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=130275 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=130608 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=133297 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=133455 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=136620 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=137703 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=140581 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=142312 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=147181 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=147185 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=147186 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=148759 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=148760 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=148827 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=149497 AND `Timestamp`=1430365287);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3322146344 AND `RecordID`=150373 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=152224 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=153925 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=158926 AND `Timestamp`=1430365287) OR (`TableHash`=3322146344 AND `RecordID`=159299 AND `Timestamp`=1430365287) OR (`TableHash`=3326241424 AND `RecordID`=1708 AND `Timestamp`=1430365287) OR (`TableHash`=3326241424 AND `RecordID`=1709 AND `Timestamp`=1430365287) OR (`TableHash`=3326241424 AND `RecordID`=1710 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73406 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73419 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73504 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73517 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73546 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73702 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73703 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73945 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=73994 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=74104 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=74385 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=74466 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=74635 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=75757 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=75759 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=75760 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=76334 AND `Timestamp`=1430365287);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=77758 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78254 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78256 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78257 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78258 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78259 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78346 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78347 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78348 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78349 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78350 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78351 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78352 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78353 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78395 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78399 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78404 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78670 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78728 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78729 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78730 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78731 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78734 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78738 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78739 AND `Timestamp`=1430365287);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=78742 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78743 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78746 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78747 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78750 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78751 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78758 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78759 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78904 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78906 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78988 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78989 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78990 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=78991 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=79817 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=79823 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=79824 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=79825 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80244 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80245 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80246 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80317 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80318 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80652 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80653 AND `Timestamp`=1430365287);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=80654 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80658 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80659 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80660 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80667 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80668 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=80669 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=81731 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=82327 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=82328 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=82329 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=83010 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=83011 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=83012 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=83756 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=84264 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85199 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85263 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85264 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85265 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85266 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85267 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85268 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85269 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=85270 AND `Timestamp`=1430365287);
DELETE FROM `hotfix_data` WHERE (`TableHash`=3386943305 AND `RecordID`=86788 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=88104 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=88105 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=88110 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=88111 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=88113 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=88115 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=88116 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=89548 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=89649 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=89660 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=89684 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=90161 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=90200 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=90302 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=90305 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=90354 AND `Timestamp`=1430365287) OR (`TableHash`=3386943305 AND `RecordID`=90371 AND `Timestamp`=1430365287);
INSERT INTO `hotfix_data` (`TableHash`, `RecordID`, `Timestamp`, `Deleted`) VALUES
(331613093, 185123, 1430365287, 1), -- GameObjects - 185123 - 185123
(331613093, 212293, 1430365287, 1), -- GameObjects - 212293 - 212293
(599752208, 1789, 1430365287, 0), -- SpellEffectGroupSize - 1789 - 1789
(599752208, 1790, 1430365287, 0), -- SpellEffectGroupSize - 1790 - 1790
(599752208, 1791, 1430365287, 0), -- SpellEffectGroupSize - 1791 - 1791
(599752208, 1792, 1430365287, 0), -- SpellEffectGroupSize - 1792 - 1792
(599752208, 1793, 1430365287, 0), -- SpellEffectGroupSize - 1793 - 1793
(599752208, 1794, 1430365287, 0), -- SpellEffectGroupSize - 1794 - 1794
(666345498, 83942, 1430365287, 1), -- SpellXSpellVisual - 83942 - 83942
(666345498, 83982, 1430365287, 1), -- SpellXSpellVisual - 83982 - 83982
(666345498, 83983, 1430365287, 1), -- SpellXSpellVisual - 83983 - 83983
(666345498, 84043, 1430365287, 1), -- SpellXSpellVisual - 84043 - 84043
(1344507586, 120989, 1430365287, 0), -- Item - 120989 - 120989
(1344507586, 121820, 1430365287, 0), -- Item - 121820 - 121820
(1344507586, 121837, 1430365287, 0), -- Item - 121837 - 121837
(1344507586, 122101, 1430365287, 0), -- Item - 122101 - 122101
(1344507586, 122147, 1430365287, 0), -- Item - 122147 - 122147
(1344507586, 122154, 1430365287, 0), -- Item - 122154 - 122154
(1344507586, 122706, 1430365287, 0), -- Item - 122706 - 122706
(1344507586, 122707, 1430365287, 0), -- Item - 122707 - 122707
(1627543382, 16443, 1430365287, 0), -- SpellCastingRequirements - 16443 - 16443
(1821637041, 1449, 1430365287, 0), -- BattlePetSpecies - 1449 - 1449
(1821637041, 1636, 1430365287, 0), -- BattlePetSpecies - 1636 - 1636
(1880017466, 3101, 1430365287, 0), -- CurvePoint - 3101 - 3101
(1880017466, 4865, 1430365287, 0), -- CurvePoint - 4865 - 4865
(1880017466, 5182, 1430365287, 0), -- CurvePoint - 5182 - 5182
(3108775943, 6148, 1430365287, 1), -- PlayerCondition - 6148 - 6148
(3108775943, 7498, 1430365287, 1), -- PlayerCondition - 7498 - 7498
(3108775943, 7499, 1430365287, 1), -- PlayerCondition - 7499 - 7499
(3108775943, 7501, 1430365287, 1), -- PlayerCondition - 7501 - 7501
(3108775943, 7743, 1430365287, 1), -- PlayerCondition - 7743 - 7743
(3108775943, 8980, 1430365287, 1), -- PlayerCondition - 8980 - 8980
(3108775943, 8981, 1430365287, 1), -- PlayerCondition - 8981 - 8981
(3108775943, 8989, 1430365287, 1), -- PlayerCondition - 8989 - 8989
(3108775943, 8990, 1430365287, 1), -- PlayerCondition - 8990 - 8990
(3108775943, 8993, 1430365287, 1), -- PlayerCondition - 8993 - 8993
(3108775943, 9915, 1430365287, 1), -- PlayerCondition - 9915 - 9915
(3108775943, 9916, 1430365287, 1), -- PlayerCondition - 9916 - 9916
(3108775943, 9917, 1430365287, 1), -- PlayerCondition - 9917 - 9917
(3108775943, 9918, 1430365287, 1), -- PlayerCondition - 9918 - 9918
(3108775943, 9920, 1430365287, 1), -- PlayerCondition - 9920 - 9920
(3108775943, 9921, 1430365287, 1), -- PlayerCondition - 9921 - 9921
(3108775943, 10265, 1430365287, 1), -- PlayerCondition - 10265 - 10265
(3108775943, 11037, 1430365287, 1), -- PlayerCondition - 11037 - 11037
(3108775943, 12747, 1430365287, 1), -- PlayerCondition - 12747 - 12747
(3108775943, 13736, 1430365287, 1), -- PlayerCondition - 13736 - 13736
(3108775943, 28354, 1430365287, 1), -- PlayerCondition - 28354 - 28354
(3108775943, 34074, 1430365287, 1), -- PlayerCondition - 34074 - 34074
(3108775943, 34075, 1430365287, 1), -- PlayerCondition - 34075 - 34075
(3108775943, 34076, 1430365287, 1), -- PlayerCondition - 34076 - 34076
(3108775943, 34077, 1430365287, 1), -- PlayerCondition - 34077 - 34077
(3108775943, 34078, 1430365287, 1), -- PlayerCondition - 34078 - 34078
(3108775943, 34079, 1430365287, 1), -- PlayerCondition - 34079 - 34079
(3108775943, 34081, 1430365287, 1), -- PlayerCondition - 34081 - 34081
(3108775943, 34082, 1430365287, 1), -- PlayerCondition - 34082 - 34082
(3108775943, 34083, 1430365287, 1), -- PlayerCondition - 34083 - 34083
(3130494798, 10037, 1430365287, 0), -- SpellAuraRestrictions - 10037 - 10037
(3322146344, 126057, 1430365287, 0), -- SpellMisc - 126057 - 126057
(3322146344, 129047, 1430365287, 0), -- SpellMisc - 129047 - 129047
(3322146344, 129096, 1430365287, 0), -- SpellMisc - 129096 - 129096
(3322146344, 130275, 1430365287, 0), -- SpellMisc - 130275 - 130275
(3322146344, 130608, 1430365287, 0), -- SpellMisc - 130608 - 130608
(3322146344, 133297, 1430365287, 1), -- SpellMisc - 133297 - 133297
(3322146344, 133455, 1430365287, 0), -- SpellMisc - 133455 - 133455
(3322146344, 136620, 1430365287, 0), -- SpellMisc - 136620 - 136620
(3322146344, 137703, 1430365287, 0), -- SpellMisc - 137703 - 137703
(3322146344, 140581, 1430365287, 0), -- SpellMisc - 140581 - 140581
(3322146344, 142312, 1430365287, 0), -- SpellMisc - 142312 - 142312
(3322146344, 147181, 1430365287, 0), -- SpellMisc - 147181 - 147181
(3322146344, 147185, 1430365287, 0), -- SpellMisc - 147185 - 147185
(3322146344, 147186, 1430365287, 0), -- SpellMisc - 147186 - 147186
(3322146344, 148759, 1430365287, 0), -- SpellMisc - 148759 - 148759
(3322146344, 148760, 1430365287, 0), -- SpellMisc - 148760 - 148760
(3322146344, 148827, 1430365287, 0), -- SpellMisc - 148827 - 148827
(3322146344, 149497, 1430365287, 0), -- SpellMisc - 149497 - 149497
(3322146344, 150373, 1430365287, 0), -- SpellMisc - 150373 - 150373
(3322146344, 152224, 1430365287, 0), -- SpellMisc - 152224 - 152224
(3322146344, 153925, 1430365287, 0), -- SpellMisc - 153925 - 153925
(3322146344, 158926, 1430365287, 1), -- SpellMisc - 158926 - 158926
(3322146344, 159299, 1430365287, 1), -- SpellMisc - 159299 - 159299
(3326241424, 1708, 1430365287, 0), -- ChrUpgradeBucketSpell - 1708 - 1708
(3326241424, 1709, 1430365287, 0), -- ChrUpgradeBucketSpell - 1709 - 1709
(3326241424, 1710, 1430365287, 0), -- ChrUpgradeBucketSpell - 1710 - 1710
(3386943305, 73406, 1430365287, 1), -- CreatureDifficulty - 73406 - 73406
(3386943305, 73419, 1430365287, 1), -- CreatureDifficulty - 73419 - 73419
(3386943305, 73504, 1430365287, 1), -- CreatureDifficulty - 73504 - 73504
(3386943305, 73517, 1430365287, 1), -- CreatureDifficulty - 73517 - 73517
(3386943305, 73546, 1430365287, 1), -- CreatureDifficulty - 73546 - 73546
(3386943305, 73702, 1430365287, 1), -- CreatureDifficulty - 73702 - 73702
(3386943305, 73703, 1430365287, 1), -- CreatureDifficulty - 73703 - 73703
(3386943305, 73945, 1430365287, 1), -- CreatureDifficulty - 73945 - 73945
(3386943305, 73994, 1430365287, 1), -- CreatureDifficulty - 73994 - 73994
(3386943305, 74104, 1430365287, 0), -- CreatureDifficulty - 74104 - 74104
(3386943305, 74385, 1430365287, 1), -- CreatureDifficulty - 74385 - 74385
(3386943305, 74466, 1430365287, 1), -- CreatureDifficulty - 74466 - 74466
(3386943305, 74635, 1430365287, 1), -- CreatureDifficulty - 74635 - 74635
(3386943305, 75757, 1430365287, 0), -- CreatureDifficulty - 75757 - 75757
(3386943305, 75759, 1430365287, 0), -- CreatureDifficulty - 75759 - 75759
(3386943305, 75760, 1430365287, 0), -- CreatureDifficulty - 75760 - 75760
(3386943305, 76334, 1430365287, 0), -- CreatureDifficulty - 76334 - 76334
(3386943305, 77758, 1430365287, 1), -- CreatureDifficulty - 77758 - 77758
(3386943305, 78254, 1430365287, 1), -- CreatureDifficulty - 78254 - 78254
(3386943305, 78256, 1430365287, 0), -- CreatureDifficulty - 78256 - 78256
(3386943305, 78257, 1430365287, 0), -- CreatureDifficulty - 78257 - 78257
(3386943305, 78258, 1430365287, 0), -- CreatureDifficulty - 78258 - 78258
(3386943305, 78259, 1430365287, 0), -- CreatureDifficulty - 78259 - 78259
(3386943305, 78346, 1430365287, 1), -- CreatureDifficulty - 78346 - 78346
(3386943305, 78347, 1430365287, 1), -- CreatureDifficulty - 78347 - 78347
(3386943305, 78348, 1430365287, 1), -- CreatureDifficulty - 78348 - 78348
(3386943305, 78349, 1430365287, 1), -- CreatureDifficulty - 78349 - 78349
(3386943305, 78350, 1430365287, 1), -- CreatureDifficulty - 78350 - 78350
(3386943305, 78351, 1430365287, 1), -- CreatureDifficulty - 78351 - 78351
(3386943305, 78352, 1430365287, 1), -- CreatureDifficulty - 78352 - 78352
(3386943305, 78353, 1430365287, 1), -- CreatureDifficulty - 78353 - 78353
(3386943305, 78395, 1430365287, 1), -- CreatureDifficulty - 78395 - 78395
(3386943305, 78399, 1430365287, 1), -- CreatureDifficulty - 78399 - 78399
(3386943305, 78404, 1430365287, 1), -- CreatureDifficulty - 78404 - 78404
(3386943305, 78670, 1430365287, 1), -- CreatureDifficulty - 78670 - 78670
(3386943305, 78728, 1430365287, 1), -- CreatureDifficulty - 78728 - 78728
(3386943305, 78729, 1430365287, 1), -- CreatureDifficulty - 78729 - 78729
(3386943305, 78730, 1430365287, 1), -- CreatureDifficulty - 78730 - 78730
(3386943305, 78731, 1430365287, 1), -- CreatureDifficulty - 78731 - 78731
(3386943305, 78734, 1430365287, 1), -- CreatureDifficulty - 78734 - 78734
(3386943305, 78738, 1430365287, 1), -- CreatureDifficulty - 78738 - 78738
(3386943305, 78739, 1430365287, 1), -- CreatureDifficulty - 78739 - 78739
(3386943305, 78742, 1430365287, 1), -- CreatureDifficulty - 78742 - 78742
(3386943305, 78743, 1430365287, 1), -- CreatureDifficulty - 78743 - 78743
(3386943305, 78746, 1430365287, 1), -- CreatureDifficulty - 78746 - 78746
(3386943305, 78747, 1430365287, 1), -- CreatureDifficulty - 78747 - 78747
(3386943305, 78750, 1430365287, 1), -- CreatureDifficulty - 78750 - 78750
(3386943305, 78751, 1430365287, 1), -- CreatureDifficulty - 78751 - 78751
(3386943305, 78758, 1430365287, 1), -- CreatureDifficulty - 78758 - 78758
(3386943305, 78759, 1430365287, 1), -- CreatureDifficulty - 78759 - 78759
(3386943305, 78904, 1430365287, 1), -- CreatureDifficulty - 78904 - 78904
(3386943305, 78906, 1430365287, 1), -- CreatureDifficulty - 78906 - 78906
(3386943305, 78988, 1430365287, 1), -- CreatureDifficulty - 78988 - 78988
(3386943305, 78989, 1430365287, 1), -- CreatureDifficulty - 78989 - 78989
(3386943305, 78990, 1430365287, 1), -- CreatureDifficulty - 78990 - 78990
(3386943305, 78991, 1430365287, 1), -- CreatureDifficulty - 78991 - 78991
(3386943305, 79817, 1430365287, 1), -- CreatureDifficulty - 79817 - 79817
(3386943305, 79823, 1430365287, 1), -- CreatureDifficulty - 79823 - 79823
(3386943305, 79824, 1430365287, 1), -- CreatureDifficulty - 79824 - 79824
(3386943305, 79825, 1430365287, 1), -- CreatureDifficulty - 79825 - 79825
(3386943305, 80244, 1430365287, 1), -- CreatureDifficulty - 80244 - 80244
(3386943305, 80245, 1430365287, 1), -- CreatureDifficulty - 80245 - 80245
(3386943305, 80246, 1430365287, 1), -- CreatureDifficulty - 80246 - 80246
(3386943305, 80317, 1430365287, 1), -- CreatureDifficulty - 80317 - 80317
(3386943305, 80318, 1430365287, 1), -- CreatureDifficulty - 80318 - 80318
(3386943305, 80652, 1430365287, 1), -- CreatureDifficulty - 80652 - 80652
(3386943305, 80653, 1430365287, 1), -- CreatureDifficulty - 80653 - 80653
(3386943305, 80654, 1430365287, 1), -- CreatureDifficulty - 80654 - 80654
(3386943305, 80658, 1430365287, 1), -- CreatureDifficulty - 80658 - 80658
(3386943305, 80659, 1430365287, 1), -- CreatureDifficulty - 80659 - 80659
(3386943305, 80660, 1430365287, 1), -- CreatureDifficulty - 80660 - 80660
(3386943305, 80667, 1430365287, 1), -- CreatureDifficulty - 80667 - 80667
(3386943305, 80668, 1430365287, 1), -- CreatureDifficulty - 80668 - 80668
(3386943305, 80669, 1430365287, 1), -- CreatureDifficulty - 80669 - 80669
(3386943305, 81731, 1430365287, 0), -- CreatureDifficulty - 81731 - 81731
(3386943305, 82327, 1430365287, 1), -- CreatureDifficulty - 82327 - 82327
(3386943305, 82328, 1430365287, 1), -- CreatureDifficulty - 82328 - 82328
(3386943305, 82329, 1430365287, 1), -- CreatureDifficulty - 82329 - 82329
(3386943305, 83010, 1430365287, 1), -- CreatureDifficulty - 83010 - 83010
(3386943305, 83011, 1430365287, 1), -- CreatureDifficulty - 83011 - 83011
(3386943305, 83012, 1430365287, 1), -- CreatureDifficulty - 83012 - 83012
(3386943305, 83756, 1430365287, 1), -- CreatureDifficulty - 83756 - 83756
(3386943305, 84264, 1430365287, 1), -- CreatureDifficulty - 84264 - 84264
(3386943305, 85199, 1430365287, 1), -- CreatureDifficulty - 85199 - 85199
(3386943305, 85263, 1430365287, 1), -- CreatureDifficulty - 85263 - 85263
(3386943305, 85264, 1430365287, 1), -- CreatureDifficulty - 85264 - 85264
(3386943305, 85265, 1430365287, 1), -- CreatureDifficulty - 85265 - 85265
(3386943305, 85266, 1430365287, 1), -- CreatureDifficulty - 85266 - 85266
(3386943305, 85267, 1430365287, 1), -- CreatureDifficulty - 85267 - 85267
(3386943305, 85268, 1430365287, 1), -- CreatureDifficulty - 85268 - 85268
(3386943305, 85269, 1430365287, 1), -- CreatureDifficulty - 85269 - 85269
(3386943305, 85270, 1430365287, 1), -- CreatureDifficulty - 85270 - 85270
(3386943305, 86788, 1430365287, 0), -- CreatureDifficulty - 86788 - 86788
(3386943305, 88104, 1430365287, 1), -- CreatureDifficulty - 88104 - 88104
(3386943305, 88105, 1430365287, 1), -- CreatureDifficulty - 88105 - 88105
(3386943305, 88110, 1430365287, 1), -- CreatureDifficulty - 88110 - 88110
(3386943305, 88111, 1430365287, 1), -- CreatureDifficulty - 88111 - 88111
(3386943305, 88113, 1430365287, 1), -- CreatureDifficulty - 88113 - 88113
(3386943305, 88115, 1430365287, 1), -- CreatureDifficulty - 88115 - 88115
(3386943305, 88116, 1430365287, 1), -- CreatureDifficulty - 88116 - 88116
(3386943305, 89548, 1430365287, 1), -- CreatureDifficulty - 89548 - 89548
(3386943305, 89649, 1430365287, 1), -- CreatureDifficulty - 89649 - 89649
(3386943305, 89660, 1430365287, 1), -- CreatureDifficulty - 89660 - 89660
(3386943305, 89684, 1430365287, 1), -- CreatureDifficulty - 89684 - 89684
(3386943305, 90161, 1430365287, 1), -- CreatureDifficulty - 90161 - 90161
(3386943305, 90200, 1430365287, 1), -- CreatureDifficulty - 90200 - 90200
(3386943305, 90302, 1430365287, 1), -- CreatureDifficulty - 90302 - 90302
(3386943305, 90305, 1430365287, 1), -- CreatureDifficulty - 90305 - 90305
(3386943305, 90354, 1430365287, 1), -- CreatureDifficulty - 90354 - 90354
(3386943305, 90371, 1430365287, 1); -- CreatureDifficulty - 90371 - 90371
UPDATE `battle_pet_species` SET `VerifiedBuild`=19865 WHERE `ID` IN (1449 /*1449*/, 1636 /*1636*/);
UPDATE `creature_difficulty` SET `VerifiedBuild`=19865 WHERE `Id` IN (81731, 86788, 75757, 76334, 75759, 75760, 78256, 78257, 78258, 78259, 74104);
DELETE FROM `spell_aura_restrictions` WHERE `ID`=10037;
INSERT INTO `spell_aura_restrictions` (`ID`, `CasterAuraState`, `TargetAuraState`, `ExcludeCasterAuraState`, `ExcludeTargetAuraState`, `CasterAuraSpell`, `TargetAuraSpell`, `ExcludeCasterAuraSpell`, `ExcludeTargetAuraSpell`, `VerifiedBuild`) VALUES
(10037, 0, 0, 0, 0, 0, 0, 0, 0, 19865); -- 10037
DELETE FROM `spell_casting_requirements` WHERE `ID`=16443;
INSERT INTO `spell_casting_requirements` (`ID`, `FacingCasterFlags`, `MinFactionID`, `MinReputation`, `RequiredAreasID`, `RequiredAuraVision`, `RequiresSpellFocus`, `VerifiedBuild`) VALUES
(16443, 0, 0, 0, 3951, 0, 0, 19865); -- 16443
DELETE FROM `spell_misc` WHERE `ID` IN (126057, 129096, 137703);
INSERT INTO `spell_misc` (`ID`, `Attributes`, `AttributesEx`, `AttributesExB`, `AttributesExC`, `AttributesExD`, `AttributesExE`, `AttributesExF`, `AttributesExG`, `AttributesExH`, `AttributesExI`, `AttributesExJ`, `AttributesExK`, `AttributesExL`, `AttributesExM`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `Speed`, `SpellVisualID1`, `SpellVisualID2`, `SpellIconID`, `ActiveIconID`, `SchoolMask`, `MultistrikeSpeedMod`, `VerifiedBuild`) VALUES
(126057, 2147811344, 1048576, 0, 1024, 8, 0, 65536, 16777216, 4096, 8388608, 512, 0, 0, 1048576, 1, 36, 11, 0, 37013, 0, 9824, 0, 1, 0, 19865), -- 126057
(129096, 67108864, 136, 0, 1048576, 0, 1024, 0, 0, 1073745920, 0, 0, 0, 0, 0, 1, 6, 6, 0, 0, 0, 8880, 0, 1, 0, 19865), -- 129096
(137703, 2147745920, 1024, 0, 0, 0, 0, 0, 0, 4096, 0, 0, 0, 0, 0, 1, 27, 11, 0, 0, 0, 9824, 0, 1, 0, 19865); -- 137703
@@ -0,0 +1,186 @@
--
-- Table structure for table `gameobjects_locale`
--
DROP TABLE IF EXISTS `gameobjects_locale`;
CREATE TABLE `gameobjects_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_building`
--
DROP TABLE IF EXISTS `garr_building`;
CREATE TABLE `garr_building` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`HordeGameObjectID` int(10) unsigned NOT NULL DEFAULT '0',
`AllianceGameObjectID` int(10) unsigned NOT NULL DEFAULT '0',
`Unknown` int(10) unsigned NOT NULL DEFAULT '0',
`Type` int(10) unsigned NOT NULL DEFAULT '0',
`Level` int(10) unsigned NOT NULL DEFAULT '0',
`NameAlliance` text,
`NameHorde` text,
`Description` text,
`Tooltip` text,
`BuildDuration` int(10) unsigned NOT NULL DEFAULT '0',
`CostCurrencyID` int(10) unsigned NOT NULL DEFAULT '0',
`CostCurrencyAmount` int(11) NOT NULL DEFAULT '0',
`HordeTexPrefixKitID` int(10) unsigned NOT NULL DEFAULT '0',
`AllianceTexPrefixKitID` int(10) unsigned NOT NULL DEFAULT '0',
`IconFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`BonusAmount` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`AllianceActivationScenePackageID` int(10) unsigned NOT NULL DEFAULT '0',
`HordeActivationScenePackageID` int(10) unsigned NOT NULL DEFAULT '0',
`MaxShipments` int(10) unsigned NOT NULL DEFAULT '0',
`FollowerRequiredGarrAbilityID` int(10) unsigned NOT NULL DEFAULT '0',
`FollowerGarrAbilityEffectID` int(10) unsigned NOT NULL DEFAULT '0',
`CostMoney` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_building_locale`
--
DROP TABLE IF EXISTS `garr_building_locale`;
CREATE TABLE `garr_building_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`NameAlliance_lang` text,
`NameHorde_lang` text,
`Description_lang` text,
`Tooltip_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_building_plot_inst`
--
DROP TABLE IF EXISTS `garr_building_plot_inst`;
CREATE TABLE `garr_building_plot_inst` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrBuildingID` int(10) unsigned NOT NULL DEFAULT '0',
`UiTextureAtlasMemberID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrSiteLevelPlotInstID` int(10) unsigned NOT NULL DEFAULT '0',
`LandmarkOffsetX` float NOT NULL DEFAULT '0',
`LandmarkOffsetY` float NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_plot`
--
DROP TABLE IF EXISTS `garr_plot`;
CREATE TABLE `garr_plot` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrPlotUICategoryID` int(10) unsigned NOT NULL DEFAULT '0',
`PlotType` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`MinCount` int(10) unsigned NOT NULL DEFAULT '0',
`MaxCount` int(10) unsigned NOT NULL DEFAULT '0',
`AllianceConstructionGameObjectID` int(10) unsigned NOT NULL DEFAULT '0',
`HordeConstructionGameObjectID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_plot_locale`
--
DROP TABLE IF EXISTS `garr_plot_locale`;
CREATE TABLE `garr_plot_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_plot_building`
--
DROP TABLE IF EXISTS `garr_plot_building`;
CREATE TABLE `garr_plot_building` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrPlotID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrBuildingID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_plot_instance`
--
DROP TABLE IF EXISTS `garr_plot_instance`;
CREATE TABLE `garr_plot_instance` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrPlotID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_plot_instance_locale`
--
DROP TABLE IF EXISTS `garr_plot_instance_locale`;
CREATE TABLE `garr_plot_instance_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_site_level`
--
DROP TABLE IF EXISTS `garr_site_level`;
CREATE TABLE `garr_site_level` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Level` int(10) unsigned NOT NULL DEFAULT '0',
`MapID` int(10) unsigned NOT NULL DEFAULT '0',
`SiteID` int(10) unsigned NOT NULL DEFAULT '0',
`UITextureKitID` int(10) unsigned NOT NULL DEFAULT '0',
`TownHallX` float NOT NULL DEFAULT '0',
`TownHallY` float NOT NULL DEFAULT '0',
`MovieID` int(10) unsigned NOT NULL DEFAULT '0',
`Level2` int(10) unsigned NOT NULL DEFAULT '0',
`UpgradeResourceCost` int(10) unsigned NOT NULL DEFAULT '0',
`UpgradeMoneyCost` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_site_level_plot_inst`
--
DROP TABLE IF EXISTS `garr_site_level_plot_inst`;
CREATE TABLE `garr_site_level_plot_inst` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrSiteLevelID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrPlotInstanceID` int(10) unsigned NOT NULL DEFAULT '0',
`LandmarkX` float NOT NULL DEFAULT '0',
`LandmarkY` float NOT NULL DEFAULT '0',
`Unknown` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,205 @@
--
-- Table structure for table `garr_ability`
--
DROP TABLE IF EXISTS `garr_ability`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `garr_ability` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`Description` text,
`IconFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`OtherFactionGarrAbilityID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrAbilityCategoryID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `garr_ability`
--
LOCK TABLES `garr_ability` WRITE;
/*!40000 ALTER TABLE `garr_ability` DISABLE KEYS */;
/*!40000 ALTER TABLE `garr_ability` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `garr_ability_locale`
--
DROP TABLE IF EXISTS `garr_ability_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `garr_ability_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`Description_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `garr_ability_locale`
--
LOCK TABLES `garr_ability_locale` WRITE;
/*!40000 ALTER TABLE `garr_ability_locale` DISABLE KEYS */;
/*!40000 ALTER TABLE `garr_ability_locale` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `garr_class_spec`
--
DROP TABLE IF EXISTS `garr_class_spec`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `garr_class_spec` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`NameMale` text,
`NameFemale` text,
`NameGenderless` text,
`ClassAtlasID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrFollItemSetID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `garr_class_spec`
--
LOCK TABLES `garr_class_spec` WRITE;
/*!40000 ALTER TABLE `garr_class_spec` DISABLE KEYS */;
/*!40000 ALTER TABLE `garr_class_spec` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `garr_class_spec_locale`
--
DROP TABLE IF EXISTS `garr_class_spec_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `garr_class_spec_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`NameMale_lang` text,
`NameFemale_lang` text,
`NameGenderless_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `garr_class_spec_locale`
--
LOCK TABLES `garr_class_spec_locale` WRITE;
/*!40000 ALTER TABLE `garr_class_spec_locale` DISABLE KEYS */;
/*!40000 ALTER TABLE `garr_class_spec_locale` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `garr_follower`
--
DROP TABLE IF EXISTS `garr_follower`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `garr_follower` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`HordeCreatureID` int(10) unsigned NOT NULL DEFAULT '0',
`AllianceCreatureID` int(10) unsigned NOT NULL DEFAULT '0',
`HordeUiAnimRaceInfoID` int(10) unsigned NOT NULL DEFAULT '0',
`AllianceUiAnimRaceInfoID` int(10) unsigned NOT NULL DEFAULT '0',
`Quality` int(10) unsigned NOT NULL DEFAULT '0',
`HordeGarrClassSpecID` int(10) unsigned NOT NULL DEFAULT '0',
`AllianceGarrClassSpecID` int(10) unsigned NOT NULL DEFAULT '0',
`HordeGarrFollItemSetID` int(10) unsigned NOT NULL DEFAULT '0',
`AllianceGarrFollItemSetID` int(10) unsigned NOT NULL DEFAULT '0',
`Level` int(10) unsigned NOT NULL DEFAULT '0',
`ItemLevelWeapon` int(10) unsigned NOT NULL DEFAULT '0',
`ItemLevelArmor` int(10) unsigned NOT NULL DEFAULT '0',
`Unknown1` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`HordeSourceText` text,
`AllianceSourceText` text,
`Unknown2` int(11) NOT NULL DEFAULT '0',
`Unknown3` int(11) NOT NULL DEFAULT '0',
`HordePortraitIconID` int(10) unsigned NOT NULL DEFAULT '0',
`AlliancePortraitIconID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `garr_follower`
--
LOCK TABLES `garr_follower` WRITE;
/*!40000 ALTER TABLE `garr_follower` DISABLE KEYS */;
/*!40000 ALTER TABLE `garr_follower` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `garr_follower_locale`
--
DROP TABLE IF EXISTS `garr_follower_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `garr_follower_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`HordeSourceText_lang` text,
`AllianceSourceText_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `garr_follower_locale`
--
LOCK TABLES `garr_follower_locale` WRITE;
/*!40000 ALTER TABLE `garr_follower_locale` DISABLE KEYS */;
/*!40000 ALTER TABLE `garr_follower_locale` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `garr_follower_x_ability`
--
DROP TABLE IF EXISTS `garr_follower_x_ability`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `garr_follower_x_ability` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrFollowerID` int(10) unsigned NOT NULL DEFAULT '0',
`GarrAbilityID` int(10) unsigned NOT NULL DEFAULT '0',
`FactionIndex` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `garr_follower_x_ability`
--
LOCK TABLES `garr_follower_x_ability` WRITE;
/*!40000 ALTER TABLE `garr_follower_x_ability` DISABLE KEYS */;
/*!40000 ALTER TABLE `garr_follower_x_ability` ENABLE KEYS */;
UNLOCK TABLES;
File diff suppressed because one or more lines are too long
@@ -0,0 +1,24 @@
/*Table structure for table `game_tables` */
DROP TABLE IF EXISTS `game_tables`;
CREATE TABLE `game_tables` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text NOT NULL,
`NumRows` int(10) unsigned NOT NULL DEFAULT '0',
`NumColumns` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(5) NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*Table structure for table `game_tables_locale` */
DROP TABLE IF EXISTS `game_tables_locale`;
CREATE TABLE `game_tables_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text NOT NULL,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,21 @@
DROP TABLE IF EXISTS `toy`;
CREATE TABLE `toy` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`Description` text,
`CategoryFilter` int(10) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `toy_locale`;
CREATE TABLE `toy_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Description_lang` text NOT NULL,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,37 @@
--
-- Table structure for table `names_profanity`
--
DROP TABLE IF EXISTS `names_profanity`;
CREATE TABLE `names_profanity` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`Language` int(10) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `names_reserved`
--
DROP TABLE IF EXISTS `names_reserved`;
CREATE TABLE `names_reserved` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `names_reserved_locale`
--
DROP TABLE IF EXISTS `names_reserved_locale`;
CREATE TABLE `names_reserved_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`LocaleMask` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
File diff suppressed because one or more lines are too long
@@ -0,0 +1,109 @@
--
-- Table structure for table `achievement`
--
DROP TABLE IF EXISTS `achievement`;
CREATE TABLE `achievement` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Faction` int(11) NOT NULL DEFAULT '0',
`MapID` int(11) NOT NULL DEFAULT '0',
`Supercedes` int(10) unsigned NOT NULL DEFAULT '0',
`Title` text,
`Description` text,
`Category` int(10) unsigned NOT NULL DEFAULT '0',
`Points` int(10) unsigned NOT NULL DEFAULT '0',
`UIOrder` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`IconID` int(10) unsigned NOT NULL DEFAULT '0',
`Reward` text,
`MinimumCriteria` int(10) unsigned NOT NULL DEFAULT '0',
`SharesCriteria` int(10) unsigned NOT NULL DEFAULT '0',
`CriteriaTree` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `achievement_locale`
--
DROP TABLE IF EXISTS `achievement_locale`;
CREATE TABLE `achievement_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Title_lang` text,
`Description_lang` text,
`Reward_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `criteria`
--
DROP TABLE IF EXISTS `criteria`;
CREATE TABLE `criteria` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Type` int(10) unsigned NOT NULL DEFAULT '0',
`Asset` int(10) unsigned NOT NULL DEFAULT '0',
`StartEvent` int(10) unsigned NOT NULL DEFAULT '0',
`StartAsset` int(10) unsigned NOT NULL DEFAULT '0',
`StartTimer` int(10) unsigned NOT NULL DEFAULT '0',
`FailEvent` int(10) unsigned NOT NULL DEFAULT '0',
`FailAsset` int(10) unsigned NOT NULL DEFAULT '0',
`ModifierTreeId` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`EligibilityWorldStateID` int(10) unsigned NOT NULL DEFAULT '0',
`EligibilityWorldStateValue` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `criteria_tree`
--
DROP TABLE IF EXISTS `criteria_tree`;
CREATE TABLE `criteria_tree` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`CriteriaID` int(10) unsigned NOT NULL DEFAULT '0',
`Amount` bigint(20) unsigned NOT NULL DEFAULT '0',
`Operator` int(10) unsigned NOT NULL DEFAULT '0',
`Parent` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`Description` text,
`OrderIndex` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `criteria_tree_locale`
--
DROP TABLE IF EXISTS `criteria_tree_locale`;
CREATE TABLE `criteria_tree_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Description_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `modifier_tree`
--
DROP TABLE IF EXISTS `modifier_tree`;
CREATE TABLE `modifier_tree` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Type` int(10) unsigned NOT NULL DEFAULT '0',
`Asset1` int(10) unsigned NOT NULL DEFAULT '0',
`Asset2` int(10) unsigned NOT NULL DEFAULT '0',
`Operator` int(10) unsigned NOT NULL DEFAULT '0',
`Amount` int(10) unsigned NOT NULL DEFAULT '0',
`Parent` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,66 @@
DELETE FROM `battle_pet_species` WHERE `ID` IN (1449,1636); -- already in BattlePetSpecies.db2
--
-- Table structure for table `battle_pet_breed_quality`
--
DROP TABLE IF EXISTS `battle_pet_breed_quality`;
CREATE TABLE `battle_pet_breed_quality` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Quality` int(10) unsigned NOT NULL DEFAULT '0',
`Modifier` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `battle_pet_breed_state`
--
DROP TABLE IF EXISTS `battle_pet_breed_state`;
CREATE TABLE `battle_pet_breed_state` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`BreedID` int(10) unsigned NOT NULL DEFAULT '0',
`State` int(10) unsigned NOT NULL DEFAULT '0',
`Value` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `battle_pet_species_locale`
--
DROP TABLE IF EXISTS `battle_pet_species_locale`;
CREATE TABLE `battle_pet_species_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`SourceText` text,
`Description` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `battle_pet_species_state`
--
DROP TABLE IF EXISTS `battle_pet_species_state`;
CREATE TABLE `battle_pet_species_state` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SpeciesID` int(10) unsigned NOT NULL DEFAULT '0',
`State` int(10) unsigned NOT NULL DEFAULT '0',
`Value` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `item_to_battle_pet_species`
--
DROP TABLE IF EXISTS `item_to_battle_pet_species`;
CREATE TABLE `item_to_battle_pet_species` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`BattlePetSpeciesID` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1 @@
ALTER TABLE `battle_pet_breed_quality` CHANGE COLUMN `Modifier` `Modifier` float NOT NULL DEFAULT '0';
File diff suppressed because one or more lines are too long
@@ -0,0 +1,32 @@
DROP TABLE IF EXISTS `heirloom`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `heirloom` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`SourceText` text,
`Source` int(10) unsigned NOT NULL DEFAULT '0',
`OldItem1` int(10) unsigned NOT NULL DEFAULT '0',
`OldItem2` int(10) unsigned NOT NULL DEFAULT '0',
`NextDifficultyItemID` int(10) unsigned NOT NULL DEFAULT '0',
`UpgradeItemID1` int(10) unsigned NOT NULL DEFAULT '0',
`UpgradeItemID2` int(10) unsigned NOT NULL DEFAULT '0',
`ItemBonusListID1` int(10) unsigned NOT NULL DEFAULT '0',
`ItemBonusListID2` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `heirloom_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `heirloom_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`SourceText_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -0,0 +1 @@
UPDATE `updates` SET `state`='ARCHIVED';
@@ -0,0 +1,160 @@
--
-- Table structure for table `player_condition`
--
DROP TABLE IF EXISTS `player_condition`;
CREATE TABLE `player_condition` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`MinLevel` int(10) unsigned NOT NULL DEFAULT '0',
`MaxLevel` int(10) unsigned NOT NULL DEFAULT '0',
`RaceMask` int(10) unsigned NOT NULL DEFAULT '0',
`ClassMask` int(10) unsigned NOT NULL DEFAULT '0',
`Gender` int(11) NOT NULL DEFAULT '0',
`NativeGender` int(11) NOT NULL DEFAULT '0',
`SkillID1` int(10) unsigned NOT NULL DEFAULT '0',
`SkillID2` int(10) unsigned NOT NULL DEFAULT '0',
`SkillID3` int(10) unsigned NOT NULL DEFAULT '0',
`SkillID4` int(10) unsigned NOT NULL DEFAULT '0',
`MinSkill1` int(11) NOT NULL DEFAULT '0',
`MinSkill2` int(11) NOT NULL DEFAULT '0',
`MinSkill3` int(11) NOT NULL DEFAULT '0',
`MinSkill4` int(11) NOT NULL DEFAULT '0',
`MaxSkill1` int(11) NOT NULL DEFAULT '0',
`MaxSkill2` int(11) NOT NULL DEFAULT '0',
`MaxSkill3` int(11) NOT NULL DEFAULT '0',
`MaxSkill4` int(11) NOT NULL DEFAULT '0',
`SkillLogic` int(10) unsigned NOT NULL DEFAULT '0',
`LanguageID` int(10) unsigned NOT NULL DEFAULT '0',
`MinLanguage` int(10) unsigned NOT NULL DEFAULT '0',
`MaxLanguage` int(10) unsigned NOT NULL DEFAULT '0',
`MinFactionID1` int(10) unsigned NOT NULL DEFAULT '0',
`MinFactionID2` int(10) unsigned NOT NULL DEFAULT '0',
`MinFactionID3` int(10) unsigned NOT NULL DEFAULT '0',
`MaxFactionID` int(10) unsigned NOT NULL DEFAULT '0',
`MinReputation1` int(10) unsigned NOT NULL DEFAULT '0',
`MinReputation2` int(10) unsigned NOT NULL DEFAULT '0',
`MinReputation3` int(10) unsigned NOT NULL DEFAULT '0',
`MaxReputation` int(10) unsigned NOT NULL DEFAULT '0',
`ReputationLogic` int(10) unsigned NOT NULL DEFAULT '0',
`Unknown1` int(10) unsigned NOT NULL DEFAULT '0',
`MinPVPRank` int(10) unsigned NOT NULL DEFAULT '0',
`MaxPVPRank` int(10) unsigned NOT NULL DEFAULT '0',
`PvpMedal` int(10) unsigned NOT NULL DEFAULT '0',
`PrevQuestLogic` int(10) unsigned NOT NULL DEFAULT '0',
`PrevQuestID1` int(10) unsigned NOT NULL DEFAULT '0',
`PrevQuestID2` int(10) unsigned NOT NULL DEFAULT '0',
`PrevQuestID3` int(10) unsigned NOT NULL DEFAULT '0',
`PrevQuestID4` int(10) unsigned NOT NULL DEFAULT '0',
`CurrQuestLogic` int(10) unsigned NOT NULL DEFAULT '0',
`CurrQuestID1` int(10) unsigned NOT NULL DEFAULT '0',
`CurrQuestID2` int(10) unsigned NOT NULL DEFAULT '0',
`CurrQuestID3` int(10) unsigned NOT NULL DEFAULT '0',
`CurrQuestID4` int(10) unsigned NOT NULL DEFAULT '0',
`CurrentCompletedQuestLogic` int(10) unsigned NOT NULL DEFAULT '0',
`CurrentCompletedQuestID1` int(10) unsigned NOT NULL DEFAULT '0',
`CurrentCompletedQuestID2` int(10) unsigned NOT NULL DEFAULT '0',
`CurrentCompletedQuestID3` int(10) unsigned NOT NULL DEFAULT '0',
`CurrentCompletedQuestID4` int(10) unsigned NOT NULL DEFAULT '0',
`SpellLogic` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID1` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID2` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID3` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID4` int(10) unsigned NOT NULL DEFAULT '0',
`ItemLogic` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID1` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID2` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID3` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID4` int(10) unsigned NOT NULL DEFAULT '0',
`ItemCount1` int(10) unsigned NOT NULL DEFAULT '0',
`ItemCount2` int(10) unsigned NOT NULL DEFAULT '0',
`ItemCount3` int(10) unsigned NOT NULL DEFAULT '0',
`ItemCount4` int(10) unsigned NOT NULL DEFAULT '0',
`ItemFlags` int(10) unsigned NOT NULL DEFAULT '0',
`Explored1` int(10) unsigned NOT NULL DEFAULT '0',
`Explored2` int(10) unsigned NOT NULL DEFAULT '0',
`Time1` int(10) unsigned NOT NULL DEFAULT '0',
`Time2` int(10) unsigned NOT NULL DEFAULT '0',
`AuraSpellLogic` int(10) unsigned NOT NULL DEFAULT '0',
`AuraSpellID1` int(10) unsigned NOT NULL DEFAULT '0',
`AuraSpellID2` int(10) unsigned NOT NULL DEFAULT '0',
`AuraSpellID3` int(10) unsigned NOT NULL DEFAULT '0',
`AuraSpellID4` int(10) unsigned NOT NULL DEFAULT '0',
`WorldStateExpressionID` int(10) unsigned NOT NULL DEFAULT '0',
`WeatherID` int(10) unsigned NOT NULL DEFAULT '0',
`PartyStatus` int(10) unsigned NOT NULL DEFAULT '0',
`LifetimeMaxPVPRank` int(10) unsigned NOT NULL DEFAULT '0',
`AchievementLogic` int(10) unsigned NOT NULL DEFAULT '0',
`Achievement1` int(10) unsigned NOT NULL DEFAULT '0',
`Achievement2` int(10) unsigned NOT NULL DEFAULT '0',
`Achievement3` int(10) unsigned NOT NULL DEFAULT '0',
`Achievement4` int(10) unsigned NOT NULL DEFAULT '0',
`LfgLogic` int(10) unsigned NOT NULL DEFAULT '0',
`LfgStatus1` int(10) unsigned NOT NULL DEFAULT '0',
`LfgStatus2` int(10) unsigned NOT NULL DEFAULT '0',
`LfgStatus3` int(10) unsigned NOT NULL DEFAULT '0',
`LfgStatus4` int(10) unsigned NOT NULL DEFAULT '0',
`LfgCompare1` int(10) unsigned NOT NULL DEFAULT '0',
`LfgCompare2` int(10) unsigned NOT NULL DEFAULT '0',
`LfgCompare3` int(10) unsigned NOT NULL DEFAULT '0',
`LfgCompare4` int(10) unsigned NOT NULL DEFAULT '0',
`LfgValue1` int(10) unsigned NOT NULL DEFAULT '0',
`LfgValue2` int(10) unsigned NOT NULL DEFAULT '0',
`LfgValue3` int(10) unsigned NOT NULL DEFAULT '0',
`LfgValue4` int(10) unsigned NOT NULL DEFAULT '0',
`AreaLogic` int(10) unsigned NOT NULL DEFAULT '0',
`AreaID1` int(10) unsigned NOT NULL DEFAULT '0',
`AreaID2` int(10) unsigned NOT NULL DEFAULT '0',
`AreaID3` int(10) unsigned NOT NULL DEFAULT '0',
`AreaID4` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyLogic` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyID1` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyID2` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyID3` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyID4` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyCount1` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyCount2` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyCount3` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyCount4` int(10) unsigned NOT NULL DEFAULT '0',
`QuestKillID` int(10) unsigned NOT NULL DEFAULT '0',
`QuestKillLogic` int(10) unsigned NOT NULL DEFAULT '0',
`QuestKillMonster1` int(10) unsigned NOT NULL DEFAULT '0',
`QuestKillMonster2` int(10) unsigned NOT NULL DEFAULT '0',
`QuestKillMonster3` int(10) unsigned NOT NULL DEFAULT '0',
`QuestKillMonster4` int(10) unsigned NOT NULL DEFAULT '0',
`MinExpansionLevel` int(11) NOT NULL DEFAULT '0',
`MaxExpansionLevel` int(11) NOT NULL DEFAULT '0',
`MinExpansionTier` int(11) NOT NULL DEFAULT '0',
`MaxExpansionTier` int(11) NOT NULL DEFAULT '0',
`MinGuildLevel` int(10) unsigned NOT NULL DEFAULT '0',
`MaxGuildLevel` int(10) unsigned NOT NULL DEFAULT '0',
`PhaseUseFlags` int(10) unsigned NOT NULL DEFAULT '0',
`PhaseID` int(10) unsigned NOT NULL DEFAULT '0',
`PhaseGroupID` int(10) unsigned NOT NULL DEFAULT '0',
`MinAvgItemLevel` int(10) unsigned NOT NULL DEFAULT '0',
`MaxAvgItemLevel` int(10) unsigned NOT NULL DEFAULT '0',
`MinAvgEquippedItemLevel` int(10) unsigned NOT NULL DEFAULT '0',
`MaxAvgEquippedItemLevel` int(10) unsigned NOT NULL DEFAULT '0',
`ChrSpecializationIndex` int(11) NOT NULL DEFAULT '0',
`ChrSpecializationRole` int(11) NOT NULL DEFAULT '0',
`FailureDescription` text,
`PowerType` int(11) NOT NULL DEFAULT '0',
`PowerTypeComp` int(11) NOT NULL DEFAULT '0',
`PowerTypeValue` int(11) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `player_condition_locale`
--
DROP TABLE IF EXISTS `player_condition_locale`;
CREATE TABLE `player_condition_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`FailureDescription_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1 @@
DROP TABLE IF EXISTS `area_group`;
@@ -0,0 +1 @@
UPDATE `updates` SET `state`='ARCHIVED';
@@ -0,0 +1 @@
ALTER TABLE `creature_display_info` CHANGE `Unknown620` `PlayerModelScale` float NOT NULL DEFAULT '0';
@@ -0,0 +1,19 @@
ALTER TABLE `battle_pet_species_locale`
CHANGE `SourceText` `SourceText_lang` text,
CHANGE `Description` `Description_lang` text;
ALTER TABLE `creature_display_info_locale`
CHANGE `TextureVariation_lang1` `TextureVariation1_lang` text,
CHANGE `TextureVariation_lang2` `TextureVariation2_lang` text,
CHANGE `TextureVariation_lang3` `TextureVariation3_lang` text;
ALTER TABLE `gameobjects` CHANGE `Data7` `Data8` int(10) NOT NULL DEFAULT '0' AFTER `Data6`;
ALTER TABLE `gameobjects` CHANGE `Data6` `Data7` int(10) NOT NULL DEFAULT '0' AFTER `Data5`;
ALTER TABLE `gameobjects` CHANGE `Data5` `Data6` int(10) NOT NULL DEFAULT '0' AFTER `Data4`;
ALTER TABLE `gameobjects` CHANGE `Data4` `Data5` int(10) NOT NULL DEFAULT '0' AFTER `Data3`;
ALTER TABLE `gameobjects` CHANGE `Data3` `Data4` int(10) NOT NULL DEFAULT '0' AFTER `Data2`;
ALTER TABLE `gameobjects` CHANGE `Data2` `Data3` int(10) NOT NULL DEFAULT '0' AFTER `Data1`;
ALTER TABLE `gameobjects` CHANGE `Data1` `Data2` int(10) NOT NULL DEFAULT '0' AFTER `Data0`;
ALTER TABLE `gameobjects` CHANGE `Data0` `Data1` int(10) NOT NULL DEFAULT '0' AFTER `Type`;
ALTER TABLE `phase_group` RENAME `phase_x_phase_group`;
@@ -0,0 +1,26 @@
--
-- Table structure for table `spell_procs_per_minute`
--
DROP TABLE IF EXISTS `spell_procs_per_minute`;
CREATE TABLE `spell_procs_per_minute` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`BaseProcRate` float NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `spell_procs_per_minute_mod`
--
DROP TABLE IF EXISTS `spell_procs_per_minute_mod`;
CREATE TABLE `spell_procs_per_minute_mod` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Type` int(10) unsigned NOT NULL DEFAULT '0',
`Param` int(10) unsigned NOT NULL DEFAULT '0',
`Coeff` float NOT NULL DEFAULT '0',
`SpellProcsPerMinuteID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,27 @@
--
-- Table structure for table `item_upgrade`
--
DROP TABLE IF EXISTS `item_upgrade`;
CREATE TABLE `item_upgrade` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemUpgradePathID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemLevelBonus` int(10) unsigned NOT NULL DEFAULT '0',
`PrevItemUpgradeID` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyID` int(10) unsigned NOT NULL DEFAULT '0',
`CurrencyCost` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `ruleset_item_upgrade`
--
DROP TABLE IF EXISTS `ruleset_item_upgrade`;
CREATE TABLE `ruleset_item_upgrade` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`RulesetID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemUpgradeID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,341 @@
--
-- Table structure for table `chat_channels`
--
DROP TABLE IF EXISTS `chat_channels`;
CREATE TABLE `chat_channels` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`Shortcut` text,
`FactionGroup` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `chat_channels_locale`
--
DROP TABLE IF EXISTS `chat_channels_locale`;
CREATE TABLE `chat_channels_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`Shortcut_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `chr_specialization`
--
DROP TABLE IF EXISTS `chr_specialization`;
CREATE TABLE `chr_specialization` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`MasterySpellID1` int(10) unsigned NOT NULL DEFAULT '0',
`MasterySpellID2` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`AnimReplacementSetID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`Name2` text,
`Description` text,
`BackgroundFile` text,
`SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ClassID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
`PetTalentType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Role` tinyint(3) unsigned NOT NULL DEFAULT '0',
`PrimaryStatOrder` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `chr_specialization_locale`
--
DROP TABLE IF EXISTS `chr_specialization_locale`;
CREATE TABLE `chr_specialization_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`Name2_lang` text,
`Description_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `creature_display_info_extra`
--
ALTER TABLE `creature_display_info_extra`
DROP `NPCItemDisplay1`,
DROP `NPCItemDisplay2`,
DROP `NPCItemDisplay3`,
DROP `NPCItemDisplay4`,
DROP `NPCItemDisplay5`,
DROP `NPCItemDisplay6`,
DROP `NPCItemDisplay7`,
DROP `NPCItemDisplay8`,
DROP `NPCItemDisplay9`,
DROP `NPCItemDisplay10`;
--
-- Table structure for table `emotes`
--
DROP TABLE IF EXISTS `emotes`;
CREATE TABLE `emotes` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`EmoteSlashCommand` text,
`SpellVisualKitID` int(10) unsigned NOT NULL DEFAULT '0',
`EmoteFlags` int(10) unsigned NOT NULL DEFAULT '0',
`AnimID` smallint(5) unsigned NOT NULL DEFAULT '0',
`EmoteSoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
`EmoteSpecProc` tinyint(3) unsigned NOT NULL DEFAULT '0',
`EmoteSpecProcParam` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `gameobject_display_info`
--
ALTER TABLE `gameobject_display_info`
DROP `Sound1`,
DROP `Sound2`,
DROP `Sound3`,
DROP `Sound4`,
DROP `Sound5`,
DROP `Sound6`,
DROP `Sound7`,
DROP `Sound8`,
DROP `Sound9`,
DROP `Sound10`;
--
-- Table structure for table `garr_class_spec`
--
ALTER TABLE `garr_class_spec` ADD COLUMN `Unknown700` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrFollItemSetID`;
--
-- Table structure for table `gem_properties`
--
DROP TABLE IF EXISTS `gem_properties`;
CREATE TABLE `gem_properties` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Type` int(10) unsigned NOT NULL DEFAULT '0',
`EnchantID` smallint(5) unsigned NOT NULL DEFAULT '0',
`MinItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
`MaxCountInv` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxCountItem` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `glyph_properties`
--
DROP TABLE IF EXISTS `glyph_properties`;
CREATE TABLE `glyph_properties` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
`SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0',
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`GlyphExclusiveCategoryID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `item_set`
--
DROP TABLE IF EXISTS `item_set`;
CREATE TABLE `item_set` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`ItemID1` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID2` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID3` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID4` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID5` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID6` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID7` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID8` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID9` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID10` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID11` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID12` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID13` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID14` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID15` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID16` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID17` int(10) unsigned NOT NULL DEFAULT '0',
`RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0',
`RequiredSkill` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `item_set_locale`
--
DROP TABLE IF EXISTS `item_set_locale`;
CREATE TABLE `item_set_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `lock`
--
DROP TABLE IF EXISTS `lock`;
CREATE TABLE `lock` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Index1` int(10) unsigned NOT NULL DEFAULT '0',
`Index2` int(10) unsigned NOT NULL DEFAULT '0',
`Index3` int(10) unsigned NOT NULL DEFAULT '0',
`Index4` int(10) unsigned NOT NULL DEFAULT '0',
`Index5` int(10) unsigned NOT NULL DEFAULT '0',
`Index6` int(10) unsigned NOT NULL DEFAULT '0',
`Index7` int(10) unsigned NOT NULL DEFAULT '0',
`Index8` int(10) unsigned NOT NULL DEFAULT '0',
`Skill1` smallint(5) unsigned NOT NULL DEFAULT '0',
`Skill2` smallint(5) unsigned NOT NULL DEFAULT '0',
`Skill3` smallint(5) unsigned NOT NULL DEFAULT '0',
`Skill4` smallint(5) unsigned NOT NULL DEFAULT '0',
`Skill5` smallint(5) unsigned NOT NULL DEFAULT '0',
`Skill6` smallint(5) unsigned NOT NULL DEFAULT '0',
`Skill7` smallint(5) unsigned NOT NULL DEFAULT '0',
`Skill8` smallint(5) unsigned NOT NULL DEFAULT '0',
`Type1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type3` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type4` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type5` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type6` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type7` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type8` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Action1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Action2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Action3` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Action4` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Action5` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Action6` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Action7` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Action8` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `pvp_difficulty`
--
DROP TABLE IF EXISTS `pvp_difficulty`;
CREATE TABLE `pvp_difficulty` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`BracketID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `spell_levels`
--
ALTER TABLE `spell_levels` ADD COLUMN `MaxUsableLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`;
--
-- Table structure for table `summon_properties`
--
DROP TABLE IF EXISTS `summon_properties`;
CREATE TABLE `summon_properties` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Category` int(10) unsigned NOT NULL DEFAULT '0',
`Faction` int(10) unsigned NOT NULL DEFAULT '0',
`Type` int(10) unsigned NOT NULL DEFAULT '0',
`Slot` int(11) NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `vehicle_seat`
--
DROP TABLE IF EXISTS `vehicle_seat`;
CREATE TABLE `vehicle_seat` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags1` int(10) unsigned NOT NULL DEFAULT '0',
`Flags2` int(10) unsigned NOT NULL DEFAULT '0',
`Flags3` int(10) unsigned NOT NULL DEFAULT '0',
`AttachmentOffsetX` float NOT NULL DEFAULT '0',
`AttachmentOffsetY` float NOT NULL DEFAULT '0',
`AttachmentOffsetZ` float NOT NULL DEFAULT '0',
`EnterPreDelay` float NOT NULL DEFAULT '0',
`EnterSpeed` float NOT NULL DEFAULT '0',
`EnterGravity` float NOT NULL DEFAULT '0',
`EnterMinDuration` float NOT NULL DEFAULT '0',
`EnterMaxDuration` float NOT NULL DEFAULT '0',
`EnterMinArcHeight` float NOT NULL DEFAULT '0',
`EnterMaxArcHeight` float NOT NULL DEFAULT '0',
`ExitPreDelay` float NOT NULL DEFAULT '0',
`ExitSpeed` float NOT NULL DEFAULT '0',
`ExitGravity` float NOT NULL DEFAULT '0',
`ExitMinDuration` float NOT NULL DEFAULT '0',
`ExitMaxDuration` float NOT NULL DEFAULT '0',
`ExitMinArcHeight` float NOT NULL DEFAULT '0',
`ExitMaxArcHeight` float NOT NULL DEFAULT '0',
`PassengerYaw` float NOT NULL DEFAULT '0',
`PassengerPitch` float NOT NULL DEFAULT '0',
`PassengerRoll` float NOT NULL DEFAULT '0',
`VehicleEnterAnimDelay` float NOT NULL DEFAULT '0',
`VehicleExitAnimDelay` float NOT NULL DEFAULT '0',
`CameraEnteringDelay` float NOT NULL DEFAULT '0',
`CameraEnteringDuration` float NOT NULL DEFAULT '0',
`CameraExitingDelay` float NOT NULL DEFAULT '0',
`CameraExitingDuration` float NOT NULL DEFAULT '0',
`CameraOffsetX` float NOT NULL DEFAULT '0',
`CameraOffsetY` float NOT NULL DEFAULT '0',
`CameraOffsetZ` float NOT NULL DEFAULT '0',
`CameraPosChaseRate` float NOT NULL DEFAULT '0',
`CameraFacingChaseRate` float NOT NULL DEFAULT '0',
`CameraEnteringZoom` float NOT NULL DEFAULT '0',
`CameraSeatZoomMin` float NOT NULL DEFAULT '0',
`CameraSeatZoomMax` float NOT NULL DEFAULT '0',
`UISkinFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`EnterAnimStart` smallint(6) NOT NULL DEFAULT '0',
`EnterAnimLoop` smallint(6) NOT NULL DEFAULT '0',
`RideAnimStart` smallint(6) NOT NULL DEFAULT '0',
`RideAnimLoop` smallint(6) NOT NULL DEFAULT '0',
`RideUpperAnimStart` smallint(6) NOT NULL DEFAULT '0',
`RideUpperAnimLoop` smallint(6) NOT NULL DEFAULT '0',
`ExitAnimStart` smallint(6) NOT NULL DEFAULT '0',
`ExitAnimLoop` smallint(6) NOT NULL DEFAULT '0',
`ExitAnimEnd` smallint(6) NOT NULL DEFAULT '0',
`VehicleEnterAnim` smallint(6) NOT NULL DEFAULT '0',
`VehicleExitAnim` smallint(6) NOT NULL DEFAULT '0',
`VehicleRideAnimLoop` smallint(6) NOT NULL DEFAULT '0',
`EnterUISoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ExitUISoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
`EnterAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
`RideAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ExitAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VehicleEnterAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VehicleRideAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VehicleExitAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
`CameraModeID` smallint(5) unsigned NOT NULL DEFAULT '0',
`AttachmentID` tinyint(4) NOT NULL DEFAULT '0',
`PassengerAttachmentID` tinyint(4) NOT NULL DEFAULT '0',
`VehicleEnterAnimBone` tinyint(4) NOT NULL DEFAULT '0',
`VehicleExitAnimBone` tinyint(4) NOT NULL DEFAULT '0',
`VehicleRideAnimLoopBone` tinyint(4) NOT NULL DEFAULT '0',
`VehicleAbilityDisplay` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,280 @@
--
-- Table structure for table `area_table`
--
DROP TABLE IF EXISTS `area_table`;
CREATE TABLE `area_table` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags1` int(10) unsigned NOT NULL DEFAULT '0',
`Flags2` int(10) unsigned NOT NULL DEFAULT '0',
`ZoneName` text,
`AmbientMultiplier` float NOT NULL DEFAULT '0',
`AreaName` text,
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ParentAreaID` smallint(5) unsigned NOT NULL DEFAULT '0',
`AreaBit` smallint(6) NOT NULL DEFAULT '0',
`AmbienceID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ZoneMusic` smallint(5) unsigned NOT NULL DEFAULT '0',
`IntroSound` smallint(5) unsigned NOT NULL DEFAULT '0',
`LiquidTypeID1` smallint(5) unsigned NOT NULL DEFAULT '0',
`LiquidTypeID2` smallint(5) unsigned NOT NULL DEFAULT '0',
`LiquidTypeID3` smallint(5) unsigned NOT NULL DEFAULT '0',
`LiquidTypeID4` smallint(5) unsigned NOT NULL DEFAULT '0',
`UWZoneMusic` smallint(5) unsigned NOT NULL DEFAULT '0',
`UWAmbience` smallint(5) unsigned NOT NULL DEFAULT '0',
`PvPCombastWorldStateID` smallint(5) unsigned NOT NULL DEFAULT '0',
`SoundProviderPref` tinyint(3) unsigned NOT NULL DEFAULT '0',
`SoundProviderPrefUnderwater` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ExplorationLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`FactionGroupMask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MountFlags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`UWIntroMusic` tinyint(3) unsigned NOT NULL DEFAULT '0',
`WildBattlePetLevelMin` tinyint(3) unsigned NOT NULL DEFAULT '0',
`WildBattlePetLevelMax` tinyint(3) unsigned NOT NULL DEFAULT '0',
`WindSettingsID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `area_table_locale`
--
DROP TABLE IF EXISTS `area_table_locale`;
CREATE TABLE `area_table_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`AreaName_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `area_trigger`
--
DROP TABLE IF EXISTS `area_trigger`;
CREATE TABLE `area_trigger` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`PosX` float NOT NULL DEFAULT '0',
`PosY` float NOT NULL DEFAULT '0',
`PosZ` float NOT NULL DEFAULT '0',
`Radius` float NOT NULL DEFAULT '0',
`BoxLength` float NOT NULL DEFAULT '0',
`BoxWidth` float NOT NULL DEFAULT '0',
`BoxHeight` float NOT NULL DEFAULT '0',
`BoxYaw` float NOT NULL DEFAULT '0',
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`PhaseID` smallint(5) unsigned NOT NULL DEFAULT '0',
`PhaseGroupID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ShapeID` smallint(5) unsigned NOT NULL DEFAULT '0',
`AreaTriggerActionSetID` smallint(5) unsigned NOT NULL DEFAULT '0',
`PhaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ShapeType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flag` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `char_titles`
--
DROP TABLE IF EXISTS `char_titles`;
CREATE TABLE `char_titles` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`NameMale` text,
`NameFemale` text,
`ConditionID` smallint(5) unsigned NOT NULL DEFAULT '0',
`MaskID` smallint(5) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `char_titles_locale`
--
DROP TABLE IF EXISTS `char_titles_locale`;
CREATE TABLE `char_titles_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`NameMale_lang` text,
`NameFemale_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `creature_family`
--
DROP TABLE IF EXISTS `creature_family`;
CREATE TABLE `creature_family` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`MinScale` float NOT NULL DEFAULT '0',
`MaxScale` float NOT NULL DEFAULT '0',
`Name` text,
`IconFile` text,
`SkillLine1` smallint(5) unsigned NOT NULL DEFAULT '0',
`SkillLine2` smallint(5) unsigned NOT NULL DEFAULT '0',
`PetFoodMask` smallint(5) unsigned NOT NULL DEFAULT '0',
`MinScaleLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxScaleLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`PetTalentType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`CategoryEnumID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `creature_family_locale`
--
DROP TABLE IF EXISTS `creature_family_locale`;
CREATE TABLE `creature_family_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `difficulty`
--
DROP TABLE IF EXISTS `difficulty`;
CREATE TABLE `difficulty` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`FallbackDifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`InstanceType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MinPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
`OldEnumValue` tinyint(4) NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ToggleDifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`GroupSizeHealthCurveID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`GroupSizeDmgCurveID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`GroupSizeSpellPointsCurveID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ItemBonusTreeModID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `difficulty_locale`
--
DROP TABLE IF EXISTS `difficulty_locale`;
CREATE TABLE `difficulty_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `dungeon_encounter`
--
DROP TABLE IF EXISTS `dungeon_encounter`;
CREATE TABLE `dungeon_encounter` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`CreatureDisplayID` int(10) unsigned NOT NULL DEFAULT '0',
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`OrderIndex` smallint(5) unsigned NOT NULL DEFAULT '0',
`SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0',
`DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Bit` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `dungeon_encounter_locale`
--
DROP TABLE IF EXISTS `dungeon_encounter_locale`;
CREATE TABLE `dungeon_encounter_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `emotes_text`
--
DROP TABLE IF EXISTS `emotes_text`;
CREATE TABLE `emotes_text` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`EmoteID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `emotes_text_locale`
--
DROP TABLE IF EXISTS `emotes_text_locale`;
CREATE TABLE `emotes_text_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `map`
--
DROP TABLE IF EXISTS `map`;
CREATE TABLE `map` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Directory` text,
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`MapType` int(10) unsigned NOT NULL DEFAULT '0',
`MinimapIconScale` float NOT NULL DEFAULT '0',
`CorpsePosX` float NOT NULL DEFAULT '0',
`CorpsePosY` float NOT NULL DEFAULT '0',
`RaidOffset` int(10) unsigned NOT NULL DEFAULT '0',
`MapName` text,
`MapDescription0` text,
`MapDescription1` text,
`AreaTableID` smallint(5) unsigned NOT NULL DEFAULT '0',
`LoadingScreenID` smallint(5) unsigned NOT NULL DEFAULT '0',
`CorpseMapID` smallint(6) NOT NULL DEFAULT '0',
`TimeOfDayOverride` smallint(5) unsigned NOT NULL DEFAULT '0',
`ParentMapID` smallint(6) NOT NULL DEFAULT '0',
`CosmeticParentMapID` smallint(6) NOT NULL DEFAULT '0',
`InstanceType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`unk5` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ExpansionID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
`TimeOffset` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `map_locale`
--
DROP TABLE IF EXISTS `map_locale`;
CREATE TABLE `map_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`MapName_lang` text,
`MapDescription0_lang` text,
`MapDescription1_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `phase`
--
DROP TABLE IF EXISTS `phase`;
CREATE TABLE `phase` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,801 @@
--
-- Table structure for table `area_table`
--
ALTER TABLE `area_table` CHANGE `UWIntroMusic` `UWIntroMusic` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LiquidTypeID4`;
--
-- Table structure for table `banned_addons`
--
DROP TABLE IF EXISTS `banned_addons`;
CREATE TABLE `banned_addons` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`Version` text,
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `battlemaster_list`
--
DROP TABLE IF EXISTS `battlemaster_list`;
CREATE TABLE `battlemaster_list` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`IconFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`GameType` text,
`MapID1` smallint(6) NOT NULL DEFAULT '0',
`MapID2` smallint(6) NOT NULL DEFAULT '0',
`MapID3` smallint(6) NOT NULL DEFAULT '0',
`MapID4` smallint(6) NOT NULL DEFAULT '0',
`MapID5` smallint(6) NOT NULL DEFAULT '0',
`MapID6` smallint(6) NOT NULL DEFAULT '0',
`MapID7` smallint(6) NOT NULL DEFAULT '0',
`MapID8` smallint(6) NOT NULL DEFAULT '0',
`MapID9` smallint(6) NOT NULL DEFAULT '0',
`MapID10` smallint(6) NOT NULL DEFAULT '0',
`MapID11` smallint(6) NOT NULL DEFAULT '0',
`MapID12` smallint(6) NOT NULL DEFAULT '0',
`MapID13` smallint(6) NOT NULL DEFAULT '0',
`MapID14` smallint(6) NOT NULL DEFAULT '0',
`MapID15` smallint(6) NOT NULL DEFAULT '0',
`MapID16` smallint(6) NOT NULL DEFAULT '0',
`HolidayWorldState` smallint(5) unsigned NOT NULL DEFAULT '0',
`PlayerConditionID` smallint(5) unsigned NOT NULL DEFAULT '0',
`InstanceType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`GroupsAllowed` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxGroupSize` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`RatedPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MinPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `battlemaster_list_locale`
--
DROP TABLE IF EXISTS `battlemaster_list_locale`;
CREATE TABLE `battlemaster_list_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`GameType_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `char_sections`
--
DROP TABLE IF EXISTS `char_sections`;
CREATE TABLE `char_sections` (
`Id` int(10) unsigned NOT NULL DEFAULT '0',
`TextureFileDataID1` int(10) unsigned NOT NULL DEFAULT '0',
`TextureFileDataID2` int(10) unsigned NOT NULL DEFAULT '0',
`TextureFileDataID3` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
`Race` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Gender` tinyint(3) unsigned NOT NULL DEFAULT '0',
`GenType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Color` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `chr_classes`
--
DROP TABLE IF EXISTS `chr_classes`;
CREATE TABLE `chr_classes` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`PowerType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`PetNameToken` text,
`Name` text,
`NameFemale` text,
`NameMale` text,
`Filename` text,
`CreateScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`SelectScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`LowResScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
`CinematicSequenceID` smallint(5) unsigned NOT NULL DEFAULT '0',
`DefaultSpec` smallint(5) unsigned NOT NULL DEFAULT '0',
`SpellClassSet` tinyint(3) unsigned NOT NULL DEFAULT '0',
`AttackPowerPerStrength` tinyint(3) unsigned NOT NULL DEFAULT '0',
`AttackPowerPerAgility` tinyint(3) unsigned NOT NULL DEFAULT '0',
`RangedAttackPowerPerAgility` tinyint(3) unsigned NOT NULL DEFAULT '0',
`IconFileDataID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Unk1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `chr_classes_locale`
--
DROP TABLE IF EXISTS `chr_classes_locale`;
CREATE TABLE `chr_classes_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`NameFemale_lang` text,
`NameMale_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `chr_races`
--
ALTER TABLE `chr_races` ADD `ItemAppearanceFrameRaceID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NeutralRaceID`;
--
-- Table structure for table `creature_display_info`
--
ALTER TABLE `creature_display_info` ADD `InstanceOtherPlayerPetScale` float NOT NULL DEFAULT '0' AFTER `StateSpellVisualKitID`;
--
-- Table structure for table `creature_model_data`
--
DROP TABLE IF EXISTS `creature_model_data`;
CREATE TABLE `creature_model_data` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`FileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`ModelScale` float NOT NULL DEFAULT '0',
`FootprintTextureLength` float NOT NULL DEFAULT '0',
`FootprintTextureWidth` float NOT NULL DEFAULT '0',
`FootprintParticleScale` float NOT NULL DEFAULT '0',
`CollisionWidth` float NOT NULL DEFAULT '0',
`CollisionHeight` float NOT NULL DEFAULT '0',
`MountHeight` float NOT NULL DEFAULT '0',
`GeoBoxMin1` float NOT NULL DEFAULT '0',
`GeoBoxMin2` float NOT NULL DEFAULT '0',
`GeoBoxMin3` float NOT NULL DEFAULT '0',
`GeoBoxMax1` float NOT NULL DEFAULT '0',
`GeoBoxMax2` float NOT NULL DEFAULT '0',
`GeoBoxMax3` float NOT NULL DEFAULT '0',
`WorldEffectScale` float NOT NULL DEFAULT '0',
`AttachedEffectScale` float NOT NULL DEFAULT '0',
`MissileCollisionRadius` float NOT NULL DEFAULT '0',
`MissileCollisionPush` float NOT NULL DEFAULT '0',
`MissileCollisionRaise` float NOT NULL DEFAULT '0',
`OverrideLootEffectScale` float NOT NULL DEFAULT '0',
`OverrideNameScale` float NOT NULL DEFAULT '0',
`OverrideSelectionRadius` float NOT NULL DEFAULT '0',
`TamedPetBaseScale` float NOT NULL DEFAULT '0',
`HoverHeight` float NOT NULL DEFAULT '0',
`SoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
`CreatureGeosetDataID` smallint(5) unsigned NOT NULL DEFAULT '0',
`SizeClass` tinyint(3) unsigned NOT NULL DEFAULT '0',
`BloodID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`FootprintTextureID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`FoleyMaterialID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Unk700_1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Unk700_2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`FootstepShakeSize` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DeathThudShakeSize` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `emotes`
--
ALTER TABLE `emotes`
ADD `Unk703_1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EmoteFlags`,
ADD `Unk703_2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Unk703_1`,
CHANGE `EmoteSpecProcParam` `EmoteSpecProcParam` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AnimID`;
--
-- Table structure for table `faction`
--
DROP TABLE IF EXISTS `faction`;
CREATE TABLE `faction` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ReputationRaceMask1` int(10) unsigned NOT NULL DEFAULT '0',
`ReputationRaceMask2` int(10) unsigned NOT NULL DEFAULT '0',
`ReputationRaceMask3` int(10) unsigned NOT NULL DEFAULT '0',
`ReputationRaceMask4` int(10) unsigned NOT NULL DEFAULT '0',
`ReputationBase1` int(11) NOT NULL DEFAULT '0',
`ReputationBase2` int(11) NOT NULL DEFAULT '0',
`ReputationBase3` int(11) NOT NULL DEFAULT '0',
`ReputationBase4` int(11) NOT NULL DEFAULT '0',
`ParentFactionModIn` float NOT NULL DEFAULT '0',
`ParentFactionModOut` float NOT NULL DEFAULT '0',
`Name` text,
`Description` text,
`ReputationIndex` smallint(6) NOT NULL DEFAULT '0',
`ReputationClassMask1` smallint(5) unsigned NOT NULL DEFAULT '0',
`ReputationClassMask2` smallint(5) unsigned NOT NULL DEFAULT '0',
`ReputationClassMask3` smallint(5) unsigned NOT NULL DEFAULT '0',
`ReputationClassMask4` smallint(5) unsigned NOT NULL DEFAULT '0',
`ReputationFlags1` smallint(5) unsigned NOT NULL DEFAULT '0',
`ReputationFlags2` smallint(5) unsigned NOT NULL DEFAULT '0',
`ReputationFlags3` smallint(5) unsigned NOT NULL DEFAULT '0',
`ReputationFlags4` smallint(5) unsigned NOT NULL DEFAULT '0',
`ParentFactionID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ParentFactionCapIn` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ParentFactionCapOut` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Expansion` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`FriendshipRepID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `faction_locale`
--
DROP TABLE IF EXISTS `faction_locale`;
CREATE TABLE `faction_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`Description_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `faction_template`
--
DROP TABLE IF EXISTS `faction_template`;
CREATE TABLE `faction_template` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Faction` smallint(5) unsigned NOT NULL DEFAULT '0',
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
`Enemies1` smallint(5) unsigned NOT NULL DEFAULT '0',
`Enemies2` smallint(5) unsigned NOT NULL DEFAULT '0',
`Enemies3` smallint(5) unsigned NOT NULL DEFAULT '0',
`Enemies4` smallint(5) unsigned NOT NULL DEFAULT '0',
`Friends1` smallint(5) unsigned NOT NULL DEFAULT '0',
`Friends2` smallint(5) unsigned NOT NULL DEFAULT '0',
`Friends3` smallint(5) unsigned NOT NULL DEFAULT '0',
`Friends4` smallint(5) unsigned NOT NULL DEFAULT '0',
`Mask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`FriendMask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`EnemyMask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `garr_ability`
--
ALTER TABLE `garr_ability` CHANGE `Flags` `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`;
--
-- Table structure for table `garr_ability`
--
ALTER TABLE `garr_class_spec`
ADD `Limit` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrFollItemSetID`,
CHANGE `Unknown700` `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Limit`;
--
-- Table structure for table `garr_follower`
--
ALTER TABLE `garr_follower`
ADD `MaxDurability` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrTypeID`,
ADD `Class` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxDurability`;
--
-- Table structure for table `garr_plot`
--
ALTER TABLE `garr_plot` CHANGE `MinCount` `MinCount` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeConstructionGameObjectID`;
ALTER TABLE `garr_plot` CHANGE `MaxCount` `MaxCount` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MinCount`;
--
-- Table structure for table `gem_properties`
--
ALTER TABLE `gem_properties`
DROP `MaxCountInv`,
DROP COLUMN `MaxCountItem`;
--
-- Table structure for table `glyph_slot`
--
ALTER TABLE `glyph_slot` MODIFY COLUMN `Tooltip` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
--
-- Table structure for table `guild_perk_spells`
--
ALTER TABLE `guild_perk_spells` DROP COLUMN `GuildLevel`;
--
-- Table structure for table `item_appearance`
--
ALTER TABLE `item_appearance` ADD COLUMN `UIOrder` int(10) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`;
--
-- Table structure for table `item_modified_appearance`
--
ALTER TABLE `item_modified_appearance` ADD COLUMN `SourceType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Index`;
--
-- Table structure for table `item_set`
--
ALTER TABLE `item_set` ADD COLUMN `Unknown703` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemID17`;
--
-- Table structure for table `item_sparse`
--
ALTER TABLE `item_sparse` ADD COLUMN `RequiredExpansion` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ArtifactID`;
--
-- Table structure for table `lfg_dungeons`
--
DROP TABLE IF EXISTS `lfg_dungeons`;
CREATE TABLE `lfg_dungeons` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`TextureFilename` text,
`Description` text,
`MaxLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
`TargetLevelMax` smallint(5) unsigned NOT NULL DEFAULT '0',
`MapID` smallint(6) NOT NULL DEFAULT '0',
`RandomID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ScenarioID` smallint(5) unsigned NOT NULL DEFAULT '0',
`LastBossJournalEncounterID` smallint(5) unsigned NOT NULL DEFAULT '0',
`BonusReputationAmount` smallint(5) unsigned NOT NULL DEFAULT '0',
`MentorItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
`MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`TargetLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`TargetLevelMin` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Faction` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Expansion` tinyint(3) unsigned NOT NULL DEFAULT '0',
`OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
`GroupID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`CountTank` tinyint(3) unsigned NOT NULL DEFAULT '0',
`CountHealer` tinyint(3) unsigned NOT NULL DEFAULT '0',
`CountDamage` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MinCountTank` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MinCountHealer` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MinCountDamage` tinyint(3) unsigned NOT NULL DEFAULT '0',
`SubType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MentorCharLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `lfg_dungeons_locale`
--
DROP TABLE IF EXISTS `lfg_dungeons_locale`;
CREATE TABLE `lfg_dungeons_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`Description_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `light`
--
DROP TABLE IF EXISTS `light`;
CREATE TABLE `light` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`PosX` float NOT NULL DEFAULT '0',
`PosY` float NOT NULL DEFAULT '0',
`PosZ` float NOT NULL DEFAULT '0',
`FalloffStart` float NOT NULL DEFAULT '0',
`FalloffEnd` float NOT NULL DEFAULT '0',
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`LightParamsID1` smallint(5) unsigned NOT NULL DEFAULT '0',
`LightParamsID2` smallint(5) unsigned NOT NULL DEFAULT '0',
`LightParamsID3` smallint(5) unsigned NOT NULL DEFAULT '0',
`LightParamsID4` smallint(5) unsigned NOT NULL DEFAULT '0',
`LightParamsID5` smallint(5) unsigned NOT NULL DEFAULT '0',
`LightParamsID6` smallint(5) unsigned NOT NULL DEFAULT '0',
`LightParamsID7` smallint(5) unsigned NOT NULL DEFAULT '0',
`LightParamsID8` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `liquid_type`
--
DROP TABLE IF EXISTS `liquid_type`;
CREATE TABLE `liquid_type` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
`MaxDarkenDepth` float NOT NULL DEFAULT '0',
`FogDarkenIntensity` float NOT NULL DEFAULT '0',
`AmbDarkenIntensity` float NOT NULL DEFAULT '0',
`DirDarkenIntensity` float NOT NULL DEFAULT '0',
`ParticleScale` float NOT NULL DEFAULT '0',
`Texture1` text,
`Texture2` text,
`Texture3` text,
`Texture4` text,
`Texture5` text,
`Texture6` text,
`Color1` int(10) unsigned NOT NULL DEFAULT '0',
`Color2` int(10) unsigned NOT NULL DEFAULT '0',
`Float1` float NOT NULL DEFAULT '0',
`Float2` float NOT NULL DEFAULT '0',
`Float3` float NOT NULL DEFAULT '0',
`Float4` float NOT NULL DEFAULT '0',
`Float5` float NOT NULL DEFAULT '0',
`Float6` float NOT NULL DEFAULT '0',
`Float7` float NOT NULL DEFAULT '0',
`Float8` float NOT NULL DEFAULT '0',
`Float9` float NOT NULL DEFAULT '0',
`Float10` float NOT NULL DEFAULT '0',
`Float11` float NOT NULL DEFAULT '0',
`Float12` float NOT NULL DEFAULT '0',
`Float13` float NOT NULL DEFAULT '0',
`Float14` float NOT NULL DEFAULT '0',
`Float15` float NOT NULL DEFAULT '0',
`Float16` float NOT NULL DEFAULT '0',
`Float17` float NOT NULL DEFAULT '0',
`Float18` float NOT NULL DEFAULT '0',
`Int1` int(10) unsigned NOT NULL DEFAULT '0',
`Int2` int(10) unsigned NOT NULL DEFAULT '0',
`Int3` int(10) unsigned NOT NULL DEFAULT '0',
`Int4` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
`SoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`LightID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ParticleMovement` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ParticleTexSlots` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaterialID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DepthTexCount1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DepthTexCount2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DepthTexCount3` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DepthTexCount4` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DepthTexCount5` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DepthTexCount6` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `liquid_type_locale`
--
DROP TABLE IF EXISTS `liquid_type_locale`;
CREATE TABLE `liquid_type_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `map`
--
ALTER TABLE `map` DROP `RaidOffset`;
--
-- Table structure for table `map_difficulty`
--
DROP TABLE IF EXISTS `map_difficulty`;
CREATE TABLE `map_difficulty` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Message` text,
`Context` int(10) unsigned NOT NULL DEFAULT '0',
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`RaidDurationType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
`LockID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ItemBonusTreeModID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `map_difficulty_locale`
--
DROP TABLE IF EXISTS `map_difficulty_locale`;
CREATE TABLE `map_difficulty_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Message_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `mount_capability`
--
ALTER TABLE `mount_capability` MODIFY COLUMN `RequiredAura` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
--
-- Table structure for table `quest_sort`
--
ALTER TABLE `quest_sort` ADD COLUMN `SortOrder` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SortName`;
--
-- Table structure for table `rand_prop_points`
--
ALTER TABLE `rand_prop_points`
CHANGE `EpicPropertiesPoints1` `EpicPropertiesPoints1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
CHANGE `EpicPropertiesPoints2` `EpicPropertiesPoints2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints1`,
CHANGE `EpicPropertiesPoints3` `EpicPropertiesPoints3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints2`,
CHANGE `EpicPropertiesPoints4` `EpicPropertiesPoints4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints3`,
CHANGE `EpicPropertiesPoints5` `EpicPropertiesPoints5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints4`,
CHANGE `RarePropertiesPoints1` `RarePropertiesPoints1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints5`,
CHANGE `RarePropertiesPoints2` `RarePropertiesPoints2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints1`,
CHANGE `RarePropertiesPoints3` `RarePropertiesPoints3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints2`,
CHANGE `RarePropertiesPoints4` `RarePropertiesPoints4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints3`,
CHANGE `RarePropertiesPoints5` `RarePropertiesPoints5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints4`,
CHANGE `UncommonPropertiesPoints1` `UncommonPropertiesPoints1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints5`,
CHANGE `UncommonPropertiesPoints2` `UncommonPropertiesPoints2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UncommonPropertiesPoints1`,
CHANGE `UncommonPropertiesPoints3` `UncommonPropertiesPoints3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UncommonPropertiesPoints2`,
CHANGE `UncommonPropertiesPoints4` `UncommonPropertiesPoints4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UncommonPropertiesPoints3`,
CHANGE `UncommonPropertiesPoints5` `UncommonPropertiesPoints5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UncommonPropertiesPoints4`;
--
-- Table structure for table `skill_race_class_info`
--
ALTER TABLE `skill_race_class_info` MODIFY COLUMN `ClassMask` int(11) NOT NULL DEFAULT '0' AFTER `RaceMask`;
--
-- Table structure for table `sound_kit`
--
ALTER TABLE `sound_kit`
CHANGE `BusOverwriteID` `BusOverwriteID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SoundEntriesAdvancedID`,
CHANGE `SoundType` `SoundType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `BusOverwriteID`;
--
-- Table structure for table `spell_category`
--
ALTER TABLE `spell_category` ADD COLUMN `Unk703` int(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `ChargeRecoveryTime`;
--
-- Table structure for table `spell_item_enchantment`
--
DROP TABLE IF EXISTS `spell_item_enchantment`;
CREATE TABLE `spell_item_enchantment` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`EffectSpellID1` int(10) unsigned NOT NULL DEFAULT '0',
`EffectSpellID2` int(10) unsigned NOT NULL DEFAULT '0',
`EffectSpellID3` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`EffectScalingPoints1` float NOT NULL DEFAULT '0',
`EffectScalingPoints2` float NOT NULL DEFAULT '0',
`EffectScalingPoints3` float NOT NULL DEFAULT '0',
`PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0',
`TransmogCost` int(10) unsigned NOT NULL DEFAULT '0',
`TextureFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
`EffectPointsMin1` smallint(5) unsigned NOT NULL DEFAULT '0',
`EffectPointsMin2` smallint(5) unsigned NOT NULL DEFAULT '0',
`EffectPointsMin3` smallint(5) unsigned NOT NULL DEFAULT '0',
`ItemVisual` smallint(5) unsigned NOT NULL DEFAULT '0',
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
`RequiredSkillID` smallint(5) unsigned NOT NULL DEFAULT '0',
`RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0',
`ItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
`Charges` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Effect1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Effect2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Effect3` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ConditionID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ScalingClass` tinyint(4) NOT NULL DEFAULT '0',
`ScalingClassRestricted` tinyint(4) NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `spell_item_enchantment_locale`
--
DROP TABLE IF EXISTS `spell_item_enchantment_locale`;
CREATE TABLE `spell_item_enchantment_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `spell_scaling`
--
ALTER TABLE `spell_scaling` ADD COLUMN `MinScalingLevel` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `ScalingClass`;
--
-- Table structure for table `talent`
--
DROP TABLE IF EXISTS `talent`;
CREATE TABLE `talent` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
`OverridesSpellID` int(10) unsigned NOT NULL DEFAULT '0',
`Description` text,
`SpecID` smallint(5) unsigned NOT NULL DEFAULT '0',
`TierID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ColumnIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`CategoryMask1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`CategoryMask2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ClassID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `talent_locale`
--
DROP TABLE IF EXISTS `talent_locale`;
CREATE TABLE `talent_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Description_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `vehicle`
--
DROP TABLE IF EXISTS `vehicle`;
CREATE TABLE `vehicle` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
`TurnSpeed` float NOT NULL DEFAULT '0',
`PitchSpeed` float NOT NULL DEFAULT '0',
`PitchMin` float NOT NULL DEFAULT '0',
`PitchMax` float NOT NULL DEFAULT '0',
`MouseLookOffsetPitch` float NOT NULL DEFAULT '0',
`CameraFadeDistScalarMin` float NOT NULL DEFAULT '0',
`CameraFadeDistScalarMax` float NOT NULL DEFAULT '0',
`CameraPitchOffset` float NOT NULL DEFAULT '0',
`FacingLimitRight` float NOT NULL DEFAULT '0',
`FacingLimitLeft` float NOT NULL DEFAULT '0',
`MsslTrgtTurnLingering` float NOT NULL DEFAULT '0',
`MsslTrgtPitchLingering` float NOT NULL DEFAULT '0',
`MsslTrgtMouseLingering` float NOT NULL DEFAULT '0',
`MsslTrgtEndOpacity` float NOT NULL DEFAULT '0',
`MsslTrgtArcSpeed` float NOT NULL DEFAULT '0',
`MsslTrgtArcRepeat` float NOT NULL DEFAULT '0',
`MsslTrgtArcWidth` float NOT NULL DEFAULT '0',
`MsslTrgtImpactRadius1` float NOT NULL DEFAULT '0',
`MsslTrgtImpactRadius2` float NOT NULL DEFAULT '0',
`MsslTrgtArcTexture` text,
`MsslTrgtImpactTexture` text,
`MsslTrgtImpactModel1` text,
`MsslTrgtImpactModel2` text,
`CameraYawOffset` float NOT NULL DEFAULT '0',
`MsslTrgtImpactTexRadius` float NOT NULL DEFAULT '0',
`SeatID1` smallint(5) unsigned NOT NULL DEFAULT '0',
`SeatID2` smallint(5) unsigned NOT NULL DEFAULT '0',
`SeatID3` smallint(5) unsigned NOT NULL DEFAULT '0',
`SeatID4` smallint(5) unsigned NOT NULL DEFAULT '0',
`SeatID5` smallint(5) unsigned NOT NULL DEFAULT '0',
`SeatID6` smallint(5) unsigned NOT NULL DEFAULT '0',
`SeatID7` smallint(5) unsigned NOT NULL DEFAULT '0',
`SeatID8` smallint(5) unsigned NOT NULL DEFAULT '0',
`VehicleUIIndicatorID` smallint(5) unsigned NOT NULL DEFAULT '0',
`PowerDisplayID1` smallint(5) unsigned NOT NULL DEFAULT '0',
`PowerDisplayID2` smallint(5) unsigned NOT NULL DEFAULT '0',
`PowerDisplayID3` smallint(5) unsigned NOT NULL DEFAULT '0',
`FlagsB` tinyint(3) unsigned NOT NULL DEFAULT '0',
`UILocomotionType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `vehicle_seat`
--
ALTER TABLE `vehicle_seat`
CHANGE `EnterUISoundID` `EnterUISoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `VehicleExitAnimDelay`,
CHANGE `ExitUISoundID` `ExitUISoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EnterUISoundID`;
--
-- Table structure for table `wmo_area_table`
--
DROP TABLE IF EXISTS `wmo_area_table`;
CREATE TABLE `wmo_area_table` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`WMOGroupID` int(11) NOT NULL DEFAULT '0',
`AreaName` text,
`WMOID` smallint(6) NOT NULL DEFAULT '0',
`AmbienceID` int(10) unsigned NOT NULL DEFAULT '0',
`ZoneMusic` int(10) unsigned NOT NULL DEFAULT '0',
`IntroSound` int(10) unsigned NOT NULL DEFAULT '0',
`AreaTableID` int(10) unsigned NOT NULL DEFAULT '0',
`UWIntroSound` int(10) unsigned NOT NULL DEFAULT '0',
`UWAmbience` int(10) unsigned NOT NULL DEFAULT '0',
`NameSet` tinyint(4) NOT NULL DEFAULT '0',
`SoundProviderPref` tinyint(3) unsigned NOT NULL DEFAULT '0',
`SoundProviderPrefUnderwater` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`UWZoneMusic` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `wmo_area_table_locale`
--
DROP TABLE IF EXISTS `wmo_area_table_locale`;
CREATE TABLE `wmo_area_table_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`AreaName_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `world_map_area`
--
DROP TABLE IF EXISTS `world_map_area`;
CREATE TABLE `world_map_area` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`AreaName` text,
`LocLeft` float NOT NULL DEFAULT '0',
`LocRight` float NOT NULL DEFAULT '0',
`LocTop` float NOT NULL DEFAULT '0',
`LocBottom` float NOT NULL DEFAULT '0',
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`AreaID` smallint(5) unsigned NOT NULL DEFAULT '0',
`DisplayMapID` smallint(6) NOT NULL DEFAULT '0',
`DefaultDungeonFloor` smallint(6) NOT NULL DEFAULT '0',
`ParentWorldMapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
`PlayerConditionID` smallint(5) unsigned NOT NULL DEFAULT '0',
`LevelRangeMin` tinyint(3) unsigned NOT NULL DEFAULT '0',
`LevelRangeMax` tinyint(3) unsigned NOT NULL DEFAULT '0',
`BountySetID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`BountyBoardLocation` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `world_map_overlay`
--
ALTER TABLE `world_map_overlay` ADD `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionID`;
--
-- Table structure for table `world_safe_locs`
--
DROP TABLE IF EXISTS `world_safe_locs`;
CREATE TABLE `world_safe_locs` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`LocX` float NOT NULL DEFAULT '0',
`LocY` float NOT NULL DEFAULT '0',
`LocZ` float NOT NULL DEFAULT '0',
`Facing` float NOT NULL DEFAULT '0',
`AreaName` text,
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `world_safe_locs_locale`
--
DROP TABLE IF EXISTS `world_safe_locs_locale`;
CREATE TABLE `world_safe_locs_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`AreaName_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE `game_tables`;
DROP TABLE `game_tables_locale`;
DROP TABLE `item_to_battle_pet_species`;
@@ -0,0 +1,854 @@
ALTER TABLE `achievement`
MODIFY `Title` text NULL FIRST,
MODIFY `Description` text NULL AFTER `Title`,
MODIFY `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
MODIFY `Reward` text NULL AFTER `Flags`,
MODIFY `MapID` smallint(6) NOT NULL DEFAULT '0' AFTER `Reward`,
MODIFY `Supercedes` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `Category` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Supercedes`,
MODIFY `UIOrder` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Category`,
MODIFY `IconID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UIOrder`,
MODIFY `SharesCriteria` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IconID`,
MODIFY `CriteriaTree` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SharesCriteria`,
MODIFY `Faction` tinyint(4) NOT NULL DEFAULT '0' AFTER `CriteriaTree`,
MODIFY `Points` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Faction`,
MODIFY `MinimumCriteria` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Points`;
ALTER TABLE `area_table`
CHANGE `PvPCombastWorldStateID` `PvPCombatWorldStateID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UWAmbience`,
CHANGE `UWIntroMusic` `UWIntroSound` int(10) unsigned NOT NULL DEFAULT '0' AFTER `WindSettingsID`;
ALTER TABLE `area_trigger`
MODIFY `PosX` float NOT NULL DEFAULT '0' FIRST,
MODIFY `PosY` float NOT NULL DEFAULT '0' AFTER `PosX`,
MODIFY `PosZ` float NOT NULL DEFAULT '0' AFTER `PosY`,
MODIFY `Radius` float NOT NULL DEFAULT '0' AFTER `PosZ`,
MODIFY `BoxLength` float NOT NULL DEFAULT '0' AFTER `Radius`,
MODIFY `BoxWidth` float NOT NULL DEFAULT '0' AFTER `BoxLength`,
MODIFY `BoxHeight` float NOT NULL DEFAULT '0' AFTER `BoxWidth`,
MODIFY `BoxYaw` float NOT NULL DEFAULT '0' AFTER `BoxHeight`,
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `BoxYaw`,
MODIFY `PhaseID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `PhaseGroupID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PhaseID`,
MODIFY `ShapeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PhaseGroupID`,
MODIFY `AreaTriggerActionSetID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ShapeID`,
MODIFY `PhaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AreaTriggerActionSetID`,
MODIFY `ShapeType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PhaseUseFlags`,
MODIFY `Flag` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ShapeType`;
ALTER TABLE `barber_shop_style`
MODIFY `DisplayName` text NULL FIRST,
MODIFY `Description` text NULL AFTER `DisplayName`,
MODIFY `CostModifier` float NOT NULL DEFAULT '0' AFTER `Description`,
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CostModifier`,
MODIFY `Race` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
MODIFY `Sex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Race`,
MODIFY `Data` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Sex`;
ALTER TABLE `battle_pet_species`
MODIFY `CreatureID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `IconFileID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CreatureID`,
MODIFY `SummonSpellID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `IconFileID`,
MODIFY `SourceText` text NULL AFTER `SummonSpellID`,
MODIFY `Description` text NULL AFTER `SourceText`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
MODIFY `PetType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `Source` tinyint(4) NOT NULL DEFAULT '0' AFTER `PetType`;
ALTER TABLE `broadcast_text`
CHANGE `SoundID` `SoundID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
ADD `SoundID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SoundID1`,
ADD `PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SoundID2`;
ALTER TABLE `chr_classes`
MODIFY `PetNameToken` text NULL FIRST,
MODIFY `Name` text NULL AFTER `PetNameToken`,
MODIFY `NameFemale` text NULL AFTER `Name`,
MODIFY `NameMale` text NULL AFTER `NameFemale`,
MODIFY `Filename` text NULL AFTER `NameMale`,
MODIFY `CreateScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Filename`,
MODIFY `SelectScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CreateScreenFileDataID`,
MODIFY `LowResScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SelectScreenFileDataID`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LowResScreenFileDataID`,
MODIFY `CinematicSequenceID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `DefaultSpec` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CinematicSequenceID`,
MODIFY `PowerType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DefaultSpec`,
MODIFY `SpellClassSet` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PowerType`,
MODIFY `AttackPowerPerStrength` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellClassSet`,
MODIFY `AttackPowerPerAgility` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AttackPowerPerStrength`,
MODIFY `RangedAttackPowerPerAgility` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AttackPowerPerAgility`,
MODIFY `IconFileDataID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RangedAttackPowerPerAgility`,
MODIFY `Unk1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`;
ALTER TABLE `chr_races`
MODIFY `Unk` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UAFemaleCreatureSoundDataID`,
MODIFY `BaseLanguage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unk`,
MODIFY `CreatureType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `BaseLanguage`,
MODIFY `TeamID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CreatureType`,
MODIFY `RaceRelated` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TeamID`,
MODIFY `UnalteredVisualRaceID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RaceRelated`,
MODIFY `CharComponentTextureLayoutID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `UnalteredVisualRaceID`,
MODIFY `DefaultClassID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CharComponentTextureLayoutID`,
MODIFY `NeutralRaceID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DefaultClassID`,
MODIFY `ItemAppearanceFrameRaceID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NeutralRaceID`,
MODIFY `CharComponentTexLayoutHiResID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemAppearanceFrameRaceID`,
MODIFY `HighResMaleDisplayID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CharComponentTexLayoutHiResID`,
MODIFY `HighResFemaleDisplayID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HighResMaleDisplayID`;
ALTER TABLE `chr_specialization`
MODIFY `MasterySpellID1` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `MasterySpellID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MasterySpellID1`,
MODIFY `Name` text NULL AFTER `MasterySpellID2`,
MODIFY `Name2` text NULL AFTER `Name`,
MODIFY `Description` text NULL AFTER `Name2`,
MODIFY `BackgroundFile` text NULL AFTER `Description`,
MODIFY `SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `BackgroundFile`,
MODIFY `ClassID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellIconID`,
MODIFY `OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ClassID`,
MODIFY `PetTalentType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `OrderIndex`,
MODIFY `Role` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PetTalentType`,
MODIFY `PrimaryStatOrder` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Role`;
ALTER TABLE `creature_model_data`
MODIFY `ModelScale` float NOT NULL DEFAULT '0' AFTER `ID`,
MODIFY `FootprintTextureLength` float NOT NULL DEFAULT '0' AFTER `ModelScale`,
MODIFY `FootprintTextureWidth` float NOT NULL DEFAULT '0' AFTER `FootprintTextureLength`,
MODIFY `FootprintParticleScale` float NOT NULL DEFAULT '0' AFTER `FootprintTextureWidth`,
MODIFY `CollisionWidth` float NOT NULL DEFAULT '0' AFTER `FootprintParticleScale`,
MODIFY `CollisionHeight` float NOT NULL DEFAULT '0' AFTER `CollisionWidth`,
MODIFY `MountHeight` float NOT NULL DEFAULT '0' AFTER `CollisionHeight`,
MODIFY `GeoBoxMin1` float NOT NULL DEFAULT '0' AFTER `MountHeight`,
MODIFY `GeoBoxMin2` float NOT NULL DEFAULT '0' AFTER `GeoBoxMin1`,
MODIFY `GeoBoxMin3` float NOT NULL DEFAULT '0' AFTER `GeoBoxMin2`,
MODIFY `GeoBoxMax1` float NOT NULL DEFAULT '0' AFTER `GeoBoxMin3`,
MODIFY `GeoBoxMax2` float NOT NULL DEFAULT '0' AFTER `GeoBoxMax1`,
MODIFY `GeoBoxMax3` float NOT NULL DEFAULT '0' AFTER `GeoBoxMax2`,
MODIFY `WorldEffectScale` float NOT NULL DEFAULT '0' AFTER `GeoBoxMax3`,
MODIFY `AttachedEffectScale` float NOT NULL DEFAULT '0' AFTER `WorldEffectScale`,
MODIFY `MissileCollisionRadius` float NOT NULL DEFAULT '0' AFTER `AttachedEffectScale`,
MODIFY `MissileCollisionPush` float NOT NULL DEFAULT '0' AFTER `MissileCollisionRadius`,
MODIFY `MissileCollisionRaise` float NOT NULL DEFAULT '0' AFTER `MissileCollisionPush`,
MODIFY `OverrideLootEffectScale` float NOT NULL DEFAULT '0' AFTER `MissileCollisionRaise`,
MODIFY `OverrideNameScale` float NOT NULL DEFAULT '0' AFTER `OverrideLootEffectScale`,
MODIFY `OverrideSelectionRadius` float NOT NULL DEFAULT '0' AFTER `OverrideNameScale`,
MODIFY `TamedPetBaseScale` float NOT NULL DEFAULT '0' AFTER `OverrideSelectionRadius`,
MODIFY `HoverHeight` float NOT NULL DEFAULT '0' AFTER `TamedPetBaseScale`,
MODIFY `SizeClass` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID`,
MODIFY `BloodID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SizeClass`,
MODIFY `FootprintTextureID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `BloodID`,
MODIFY `FoleyMaterialID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FootprintTextureID`,
CHANGE `Unk700_1` `FootstepEffectID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FoleyMaterialID`,
CHANGE `Unk700_2` `DeathThudEffectID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FootstepEffectID`,
MODIFY `FootstepShakeSize` int(10) unsigned NOT NULL DEFAULT '0' AFTER `DeathThudEffectID`,
MODIFY `DeathThudShakeSize` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FootstepShakeSize`,
MODIFY `SoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `DeathThudShakeSize`,
MODIFY `CreatureGeosetDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SoundID`;
ALTER TABLE `criteria_tree`
MODIFY `CriteriaID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
MODIFY `Operator` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `OrderIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Operator`;
ALTER TABLE `currency_types`
MODIFY `SpellCategory` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CategoryID`,
MODIFY `Quality` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellCategory`,
MODIFY `SpellWeight` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Quality`;
ALTER TABLE `dungeon_encounter`
MODIFY `SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellIconID`,
MODIFY `Bit` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Bit`,
MODIFY `OrderIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Flags`;
ALTER TABLE `emotes`
MODIFY `EmoteSpecProc` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AnimID`,
MODIFY `EmoteSpecProcParam` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EmoteSpecProc`,
MODIFY `EmoteSoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EmoteSpecProcParam`,
CHANGE `Unk703_1` `ClassMask` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EmoteSoundID`,
CHANGE `Unk703_2` `RaceMask` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ClassMask`;
ALTER TABLE `emotes_text_sound`
MODIFY `RaceId` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `EmotesTextId`,
MODIFY `SexId` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RaceId`,
MODIFY `ClassId` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SexId`,
MODIFY `SoundId` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ClassId`;
ALTER TABLE `faction`
ADD `ReputationMax1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
ADD `ReputationMax2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ReputationMax1`,
ADD `ReputationMax3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ReputationMax2`,
ADD `ReputationMax4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ReputationMax3`;
ALTER TABLE `gameobjects`
MODIFY `PositionX` float NOT NULL DEFAULT '0' FIRST,
MODIFY `PositionY` float NOT NULL DEFAULT '0' AFTER `PositionX`,
MODIFY `PositionZ` float NOT NULL DEFAULT '0' AFTER `PositionY`,
MODIFY `RotationX` float NOT NULL DEFAULT '0' AFTER `PositionZ`,
MODIFY `RotationY` float NOT NULL DEFAULT '0' AFTER `RotationX`,
MODIFY `RotationZ` float NOT NULL DEFAULT '0' AFTER `RotationY`,
MODIFY `RotationW` float NOT NULL DEFAULT '0' AFTER `RotationZ`,
MODIFY `Size` float NOT NULL DEFAULT '0' AFTER `RotationW`,
MODIFY `Data1` int(11) NOT NULL DEFAULT '0' AFTER `Size`,
MODIFY `Data2` int(11) NOT NULL DEFAULT '0' AFTER `Data1`,
MODIFY `Data3` int(11) NOT NULL DEFAULT '0' AFTER `Data2`,
MODIFY `Data4` int(11) NOT NULL DEFAULT '0' AFTER `Data3`,
MODIFY `Data5` int(11) NOT NULL DEFAULT '0' AFTER `Data4`,
MODIFY `Data6` int(11) NOT NULL DEFAULT '0' AFTER `Data5`,
MODIFY `Data7` int(11) NOT NULL DEFAULT '0' AFTER `Data6`,
MODIFY `Data8` int(11) NOT NULL DEFAULT '0' AFTER `Data7`,
MODIFY `Name` text NULL AFTER `Data8`,
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Name`,
MODIFY `DisplayID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `PhaseID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `DisplayID`,
MODIFY `PhaseGroupID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PhaseID`,
MODIFY `PhaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PhaseGroupID`,
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PhaseUseFlags`;
ALTER TABLE `garr_ability`
MODIFY `Name` text NULL FIRST,
MODIFY `Description` text NULL AFTER `Name`,
MODIFY `IconFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`,
MODIFY `OtherFactionGarrAbilityID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `GarrAbilityCategoryID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `OtherFactionGarrAbilityID`,
MODIFY `FollowerTypeID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrAbilityCategoryID`;
ALTER TABLE `garr_building`
MODIFY `CostCurrencyID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`,
MODIFY `HordeTexPrefixKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CostCurrencyID`,
MODIFY `AllianceTexPrefixKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeTexPrefixKitID`,
MODIFY `AllianceActivationScenePackageID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AllianceTexPrefixKitID`,
MODIFY `HordeActivationScenePackageID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AllianceActivationScenePackageID`,
MODIFY `FollowerRequiredGarrAbilityID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeActivationScenePackageID`,
MODIFY `FollowerGarrAbilityEffectID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `FollowerRequiredGarrAbilityID`,
MODIFY `CostMoney` smallint(6) NOT NULL DEFAULT '0' AFTER `FollowerGarrAbilityEffectID`,
MODIFY `Unknown` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CostMoney`,
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unknown`,
MODIFY `Level` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Level`,
MODIFY `MaxShipments` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `GarrTypeID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxShipments`,
MODIFY `BuildDuration` int(10) unsigned NOT NULL DEFAULT '0' AFTER `GarrTypeID`,
MODIFY `CostCurrencyAmount` int(11) NOT NULL DEFAULT '0' AFTER `BuildDuration`,
MODIFY `BonusAmount` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CostCurrencyAmount`;
ALTER TABLE `garr_building_plot_inst`
MODIFY `LandmarkOffsetX` float NOT NULL DEFAULT '0' FIRST,
MODIFY `LandmarkOffsetY` float NOT NULL DEFAULT '0' AFTER `LandmarkOffsetX`,
MODIFY `UiTextureAtlasMemberID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LandmarkOffsetY`,
MODIFY `GarrSiteLevelPlotInstID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UiTextureAtlasMemberID`,
MODIFY `GarrBuildingID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrSiteLevelPlotInstID`;
ALTER TABLE `garr_class_spec`
MODIFY `NameMale` text NULL FIRST,
MODIFY `NameFemale` text NULL AFTER `NameMale`,
MODIFY `NameGenderless` text NULL AFTER `NameFemale`,
MODIFY `ClassAtlasID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `NameGenderless`,
MODIFY `GarrFollItemSetID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ClassAtlasID`,
MODIFY `Limit` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrFollItemSetID`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Limit`;
ALTER TABLE `garr_follower`
MODIFY `HordeCreatureID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `AllianceCreatureID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HordeCreatureID`,
MODIFY `HordeSourceText` text NULL AFTER `AllianceCreatureID`,
MODIFY `AllianceSourceText` text NULL AFTER `HordeSourceText`,
MODIFY `HordePortraitIconID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AllianceSourceText`,
MODIFY `AlliancePortraitIconID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HordePortraitIconID`,
ADD `HordeAddedBroadcastTextID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AlliancePortraitIconID`,
ADD `AllianceAddedBroadcastTextID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HordeAddedBroadcastTextID`,
MODIFY `HordeGarrFollItemSetID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AllianceAddedBroadcastTextID`,
MODIFY `AllianceGarrFollItemSetID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeGarrFollItemSetID`,
MODIFY `ItemLevelWeapon` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AllianceGarrFollItemSetID`,
MODIFY `ItemLevelArmor` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemLevelWeapon`,
MODIFY `HordeListPortraitTextureKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemLevelArmor`,
MODIFY `AllianceListPortraitTextureKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeListPortraitTextureKitID`,
MODIFY `FollowerTypeID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AllianceListPortraitTextureKitID`,
MODIFY `HordeUiAnimRaceInfoID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `FollowerTypeID`,
MODIFY `AllianceUiAnimRaceInfoID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HordeUiAnimRaceInfoID`,
MODIFY `Quality` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AllianceUiAnimRaceInfoID`,
MODIFY `HordeGarrClassSpecID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Quality`,
MODIFY `AllianceGarrClassSpecID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HordeGarrClassSpecID`,
MODIFY `Level` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AllianceGarrClassSpecID`,
MODIFY `Unknown1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Level`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unknown1`,
MODIFY `Unknown2` tinyint(4) NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `Unknown3` tinyint(4) NOT NULL DEFAULT '0' AFTER `Unknown2`,
MODIFY `GarrTypeID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unknown3`,
MODIFY `MaxDurability` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrTypeID`,
MODIFY `Class` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxDurability`,
ADD `HordeFlavorTextGarrStringID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Class`,
ADD `AllianceFlavorTextGarrStringID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HordeFlavorTextGarrStringID`;
ALTER TABLE `garr_plot`
MODIFY `GarrPlotUICategoryID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HordeConstructionGameObjectID`,
MODIFY `PlotType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrPlotUICategoryID`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlotType`,
MODIFY `MinCount` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `MaxCount` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinCount`;
ALTER TABLE `garr_site_level` MODIFY `SiteID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`;
ALTER TABLE `heirloom`
MODIFY `ItemID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `SourceText` text NULL AFTER `ItemID`,
MODIFY `OldItem1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SourceText`,
MODIFY `OldItem2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `OldItem1`,
MODIFY `NextDifficultyItemID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `OldItem2`,
MODIFY `UpgradeItemID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `NextDifficultyItemID`,
MODIFY `UpgradeItemID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UpgradeItemID1`,
MODIFY `ItemBonusListID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UpgradeItemID2`,
MODIFY `ItemBonusListID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemBonusListID1`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemBonusListID2`,
MODIFY `Source` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`;
ALTER TABLE `item_extended_cost` DROP `RequiredMoney`;
ALTER TABLE `item_modified_appearance`
MODIFY `ItemID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `AppearanceID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemID`,
MODIFY `AppearanceModID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AppearanceID`,
MODIFY `Index` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AppearanceModID`,
MODIFY `SourceType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Index`;
ALTER TABLE `item_set`
MODIFY `RequiredSkill` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSkillRank`,
CHANGE `Unknown703` `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSkill`;
ALTER TABLE `lfg_dungeons`
MODIFY `Name` text NULL FIRST,
MODIFY `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Name`,
MODIFY `TextureFilename` text NULL AFTER `Flags`,
MODIFY `Description` text NULL AFTER `TextureFilename`,
MODIFY `MaxLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
MODIFY `TargetLevelMax` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxLevel`,
MODIFY `MapID` smallint(6) NOT NULL DEFAULT '0' AFTER `TargetLevelMax`,
MODIFY `RandomID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `ScenarioID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RandomID`,
MODIFY `LastBossJournalEncounterID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ScenarioID`,
MODIFY `BonusReputationAmount` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LastBossJournalEncounterID`,
MODIFY `MentorItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `BonusReputationAmount`,
MODIFY `MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MentorItemLevel`,
MODIFY `TargetLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinLevel`,
MODIFY `TargetLevelMin` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TargetLevel`,
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TargetLevelMin`,
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
MODIFY `Faction` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
MODIFY `Expansion` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Faction`,
MODIFY `OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Expansion`,
MODIFY `GroupID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `OrderIndex`,
MODIFY `CountTank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GroupID`,
MODIFY `CountHealer` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CountTank`,
MODIFY `CountDamage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CountHealer`,
MODIFY `MinCountTank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CountDamage`,
MODIFY `MinCountHealer` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinCountTank`,
MODIFY `MinCountDamage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinCountHealer`,
MODIFY `SubType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinCountDamage`,
MODIFY `MentorCharLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SubType`;
ALTER TABLE `liquid_type`
MODIFY `LightID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LightID`,
MODIFY `ParticleMovement` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
MODIFY `ParticleTexSlots` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ParticleMovement`,
MODIFY `MaterialID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ParticleTexSlots`,
MODIFY `DepthTexCount1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaterialID`,
MODIFY `DepthTexCount2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount1`,
MODIFY `DepthTexCount3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount2`,
MODIFY `DepthTexCount4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount3`,
MODIFY `DepthTexCount5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount4`,
MODIFY `DepthTexCount6` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount5`,
MODIFY `SoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount6`;
ALTER TABLE `map_difficulty`
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Message`,
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `RaidDurationType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
MODIFY `MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RaidDurationType`,
MODIFY `LockID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxPlayers`,
MODIFY `ItemBonusTreeModID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LockID`;
ALTER TABLE `mount`
MODIFY `SpellId` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `DisplayId` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellId`,
MODIFY `Name` text NULL AFTER `DisplayId`,
MODIFY `Description` text NULL AFTER `Name`,
MODIFY `SourceDescription` text NULL AFTER `Description`,
ADD `CameraPivotMultiplier` float NOT NULL DEFAULT '0' AFTER `SourceDescription`,
MODIFY `MountTypeId` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CameraPivotMultiplier`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MountTypeId`,
MODIFY `PlayerConditionId` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `Source` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionId`;
ALTER TABLE `mount_capability`
MODIFY `RequiredSpell` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `SpeedModSpell` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSpell`,
MODIFY `RequiredRidingSkill` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SpeedModSpell`,
MODIFY `RequiredArea` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RequiredRidingSkill`,
MODIFY `RequiredMap` smallint(6) NOT NULL DEFAULT '0' AFTER `RequiredArea`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RequiredMap`;
ALTER TABLE `player_condition`
MODIFY `ItemLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellLogic`,
MODIFY `Time1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemLogic`,
MODIFY `Time2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Time1`,
MODIFY `AuraSpellLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Time2`,
MODIFY `AuraSpellID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellLogic`,
MODIFY `AuraSpellID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellID1`,
MODIFY `AuraSpellID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellID2`,
MODIFY `AuraSpellID4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellID3`,
MODIFY `AchievementLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellID4`,
MODIFY `AreaLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AchievementLogic`,
MODIFY `QuestKillLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaLogic`,
MODIFY `FailureDescription` text NULL AFTER `QuestKillLogic`,
MODIFY `MinLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `FailureDescription`,
MODIFY `MaxLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MinLevel`,
MODIFY `SkillID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxLevel`,
MODIFY `SkillID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillID1`,
MODIFY `SkillID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillID2`,
MODIFY `SkillID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillID3`,
MODIFY `MinSkill1` smallint(6) NOT NULL DEFAULT '0' AFTER `SkillID4`,
MODIFY `MinSkill2` smallint(6) NOT NULL DEFAULT '0' AFTER `MinSkill1`,
MODIFY `MinSkill3` smallint(6) NOT NULL DEFAULT '0' AFTER `MinSkill2`,
MODIFY `MinSkill4` smallint(6) NOT NULL DEFAULT '0' AFTER `MinSkill3`,
MODIFY `MaxSkill1` smallint(6) NOT NULL DEFAULT '0' AFTER `MinSkill4`,
MODIFY `MaxSkill2` smallint(6) NOT NULL DEFAULT '0' AFTER `MaxSkill1`,
MODIFY `MaxSkill3` smallint(6) NOT NULL DEFAULT '0' AFTER `MaxSkill2`,
MODIFY `MaxSkill4` smallint(6) NOT NULL DEFAULT '0' AFTER `MaxSkill3`,
MODIFY `MaxFactionID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxSkill4`,
MODIFY `PrevQuestID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxFactionID`,
MODIFY `PrevQuestID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevQuestID1`,
MODIFY `PrevQuestID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevQuestID2`,
MODIFY `PrevQuestID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevQuestID3`,
MODIFY `CurrQuestID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevQuestID4`,
MODIFY `CurrQuestID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrQuestID1`,
MODIFY `CurrQuestID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrQuestID2`,
MODIFY `CurrQuestID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrQuestID3`,
MODIFY `CurrentCompletedQuestID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrQuestID4`,
MODIFY `CurrentCompletedQuestID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrentCompletedQuestID1`,
MODIFY `CurrentCompletedQuestID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrentCompletedQuestID2`,
MODIFY `CurrentCompletedQuestID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrentCompletedQuestID3`,
MODIFY `Explored1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrentCompletedQuestID4`,
MODIFY `Explored2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Explored1`,
MODIFY `WorldStateExpressionID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Explored2`,
MODIFY `Achievement1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `WorldStateExpressionID`,
MODIFY `Achievement2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Achievement1`,
MODIFY `Achievement3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Achievement2`,
MODIFY `Achievement4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Achievement3`,
MODIFY `AreaID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Achievement4`,
MODIFY `AreaID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaID1`,
MODIFY `AreaID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaID2`,
MODIFY `AreaID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaID3`,
MODIFY `QuestKillID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaID4`,
MODIFY `PhaseID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `QuestKillID`,
MODIFY `MinAvgEquippedItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PhaseID`,
MODIFY `MaxAvgEquippedItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MinAvgEquippedItemLevel`,
MODIFY `ModifierTreeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxAvgEquippedItemLevel`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ModifierTreeID`,
MODIFY `Gender` tinyint(4) NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `NativeGender` tinyint(4) NOT NULL DEFAULT '0' AFTER `Gender`,
MODIFY `MinLanguage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NativeGender`,
MODIFY `MaxLanguage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinLanguage`,
MODIFY `MinReputation1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxLanguage`,
MODIFY `MinReputation2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinReputation1`,
MODIFY `MinReputation3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinReputation2`,
MODIFY `MaxReputation` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinReputation3`,
MODIFY `Unknown1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxReputation`,
MODIFY `MinPVPRank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unknown1`,
MODIFY `MaxPVPRank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinPVPRank`,
MODIFY `PvpMedal` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxPVPRank`,
MODIFY `ItemFlags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PvpMedal`,
MODIFY `AuraCount1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemFlags`,
MODIFY `AuraCount2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AuraCount1`,
MODIFY `AuraCount3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AuraCount2`,
MODIFY `AuraCount4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AuraCount3`,
MODIFY `WeatherID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AuraCount4`,
MODIFY `PartyStatus` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `WeatherID`,
MODIFY `LifetimeMaxPVPRank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PartyStatus`,
MODIFY `LfgStatus1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LifetimeMaxPVPRank`,
MODIFY `LfgStatus2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgStatus1`,
MODIFY `LfgStatus3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgStatus2`,
MODIFY `LfgStatus4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgStatus3`,
MODIFY `LfgCompare1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgStatus4`,
MODIFY `LfgCompare2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgCompare1`,
MODIFY `LfgCompare3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgCompare2`,
MODIFY `LfgCompare4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgCompare3`,
MODIFY `CurrencyCount1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgCompare4`,
MODIFY `CurrencyCount2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyCount1`,
MODIFY `CurrencyCount3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyCount2`,
MODIFY `CurrencyCount4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyCount3`,
MODIFY `MinExpansionLevel` tinyint(4) NOT NULL DEFAULT '0' AFTER `CurrencyCount4`,
MODIFY `MaxExpansionLevel` tinyint(4) NOT NULL DEFAULT '0' AFTER `MinExpansionLevel`,
MODIFY `MinExpansionTier` tinyint(4) NOT NULL DEFAULT '0' AFTER `MaxExpansionLevel`,
MODIFY `MaxExpansionTier` tinyint(4) NOT NULL DEFAULT '0' AFTER `MinExpansionTier`,
MODIFY `MinGuildLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxExpansionTier`,
MODIFY `MaxGuildLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinGuildLevel`,
MODIFY `PhaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxGuildLevel`,
MODIFY `ChrSpecializationIndex` tinyint(4) NOT NULL DEFAULT '0' AFTER `PhaseUseFlags`,
MODIFY `ChrSpecializationRole` tinyint(4) NOT NULL DEFAULT '0' AFTER `ChrSpecializationIndex`,
MODIFY `PowerType` tinyint(4) NOT NULL DEFAULT '0' AFTER `ChrSpecializationRole`,
MODIFY `PowerTypeComp` tinyint(4) NOT NULL DEFAULT '0' AFTER `PowerType`,
MODIFY `PowerTypeValue` tinyint(4) NOT NULL DEFAULT '0' AFTER `PowerTypeComp`,
MODIFY `ClassMask` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PowerTypeValue`,
MODIFY `LanguageID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ClassMask`,
MODIFY `MinFactionID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LanguageID`,
MODIFY `MinFactionID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinFactionID1`,
MODIFY `MinFactionID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinFactionID2`,
MODIFY `ItemCount1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemID4`,
MODIFY `ItemCount2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemCount1`,
MODIFY `ItemCount3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemCount2`,
MODIFY `ItemCount4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemCount3`,
MODIFY `LfgLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemCount4`,
MODIFY `LfgValue1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgLogic`,
MODIFY `LfgValue2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgValue1`,
MODIFY `LfgValue3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgValue2`,
MODIFY `LfgValue4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgValue3`,
MODIFY `CurrencyLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgValue4`,
MODIFY `CurrencyID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyLogic`,
MODIFY `CurrencyID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyID1`,
MODIFY `CurrencyID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyID2`,
MODIFY `CurrencyID4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyID3`,
MODIFY `PhaseGroupID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `QuestKillMonster6`,
MODIFY `MinAvgItemLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PhaseGroupID`,
MODIFY `MaxAvgItemLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinAvgItemLevel`,
MODIFY `Unknown700_1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MaxAvgItemLevel`,
MODIFY `Unknown700_2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Unknown700_1`;
ALTER TABLE `scaling_stat_distribution`
MODIFY `MinLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemLevelCurveID`,
MODIFY `MaxLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinLevel`;
ALTER TABLE `skill_line` MODIFY `ParentSkillLineID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CanLink`;
ALTER TABLE `skill_line_ability`
MODIFY `SupercedesSpell` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RaceMask`,
ADD `Unknown703` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SupercedesSpell`,
MODIFY `SkillLine` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Unknown703`,
MODIFY `MinSkillLineRank` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillLine`,
MODIFY `TrivialSkillLineRankHigh` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MinSkillLineRank`,
MODIFY `TrivialSkillLineRankLow` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TrivialSkillLineRankHigh`,
MODIFY `UniqueBit` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TrivialSkillLineRankLow`,
MODIFY `TradeSkillCategoryID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UniqueBit`,
MODIFY `AquireMethod` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TradeSkillCategoryID`,
MODIFY `NumSkillUps` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AquireMethod`;
ALTER TABLE `skill_race_class_info`
MODIFY `SkillID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RaceMask`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillID`,
MODIFY `SkillTierID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `Availability` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SkillTierID`,
MODIFY `MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Availability`;
ALTER TABLE `sound_kit`
MODIFY `Name` text NULL FIRST,
MODIFY `VolumeFloat` float NOT NULL DEFAULT '0' AFTER `Name`,
MODIFY `MinDistance` float NOT NULL DEFAULT '0' AFTER `VolumeFloat`,
MODIFY `DistanceCutoff` float NOT NULL DEFAULT '0' AFTER `MinDistance`,
MODIFY `VolumeVariationPlus` float NOT NULL DEFAULT '0' AFTER `DistanceCutoff`,
MODIFY `VolumeVariationMinus` float NOT NULL DEFAULT '0' AFTER `VolumeVariationPlus`,
MODIFY `PitchVariationPlus` float NOT NULL DEFAULT '0' AFTER `VolumeVariationMinus`,
MODIFY `PitchVariationMinus` float NOT NULL DEFAULT '0' AFTER `PitchVariationPlus`,
MODIFY `PitchAdjust` float NOT NULL DEFAULT '0' AFTER `PitchVariationMinus`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PitchAdjust`,
MODIFY `SoundEntriesAdvancedID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `BusOverwriteID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SoundEntriesAdvancedID`,
MODIFY `SoundType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `BusOverwriteID`,
MODIFY `EAXDef` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SoundType`,
MODIFY `DialogType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `EAXDef`,
MODIFY `Unk700` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DialogType`;
ALTER TABLE `specialization_spells`
MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `OverridesSpellID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellID`,
MODIFY `Description` text NULL AFTER `OverridesSpellID`,
MODIFY `SpecID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
MODIFY `OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpecID`;
ALTER TABLE `spell`
MODIFY `Name` text NULL FIRST,
MODIFY `NameSubtext` text NULL AFTER `Name`,
MODIFY `Description` text NULL AFTER `NameSubtext`,
MODIFY `AuraDescription` text NULL AFTER `Description`,
MODIFY `MiscID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraDescription`,
MODIFY `DescriptionVariablesID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
ALTER TABLE `spell_category`
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ChargeRecoveryTime`,
MODIFY `UsesPerWeek` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `MaxCharges` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `UsesPerWeek`;
ALTER TABLE `spell_class_options`
MODIFY `SpellClassSet` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellClassMask4`,
MODIFY `ModalNextSpell` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellClassSet`;
ALTER TABLE `spell_effect`
MODIFY `EffectAmplitude` float NOT NULL DEFAULT '0' FIRST,
MODIFY `EffectBonusCoefficient` float NOT NULL DEFAULT '0' AFTER `EffectAmplitude`,
MODIFY `EffectChainAmplitude` float NOT NULL DEFAULT '0' AFTER `EffectBonusCoefficient`,
MODIFY `EffectPointsPerResource` float NOT NULL DEFAULT '0' AFTER `EffectChainAmplitude`,
MODIFY `EffectRealPointsPerLevel` float NOT NULL DEFAULT '0' AFTER `EffectPointsPerResource`,
MODIFY `EffectSpellClassMask1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectRealPointsPerLevel`,
MODIFY `EffectSpellClassMask2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectSpellClassMask1`,
MODIFY `EffectSpellClassMask3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectSpellClassMask2`,
MODIFY `EffectSpellClassMask4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectSpellClassMask3`,
MODIFY `EffectPosFacing` float NOT NULL DEFAULT '0' AFTER `EffectSpellClassMask4`,
MODIFY `BonusCoefficientFromAP` float NOT NULL DEFAULT '0' AFTER `EffectPosFacing`,
MODIFY `DifficultyID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
MODIFY `Effect` int(10) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
MODIFY `EffectAura` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Effect`,
MODIFY `EffectChainTargets` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectBasePoints`,
MODIFY `EffectMechanic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectItemType`,
MODIFY `EffectRadiusIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectMiscValueB`,
MODIFY `EffectRadiusMaxIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectRadiusIndex`,
MODIFY `ImplicitTarget1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectTriggerSpell`,
MODIFY `ImplicitTarget2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ImplicitTarget1`,
MODIFY `EffectIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellID`;
ALTER TABLE `spell_item_enchantment`
MODIFY `TransmogCost` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectScalingPoints3`,
MODIFY `TextureFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `TransmogCost`,
MODIFY `EffectPointsMin1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TextureFileDataID`,
MODIFY `EffectPointsMin2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EffectPointsMin1`,
MODIFY `EffectPointsMin3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EffectPointsMin2`,
MODIFY `ItemVisual` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EffectPointsMin3`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemVisual`,
MODIFY `RequiredSkillID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSkillID`,
MODIFY `ItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSkillRank`,
MODIFY `Charges` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemLevel`,
MODIFY `Effect1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Charges`,
MODIFY `Effect2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Effect1`,
MODIFY `Effect3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Effect2`,
MODIFY `ConditionID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Effect3`,
MODIFY `MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ConditionID`,
MODIFY `MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinLevel`,
MODIFY `ScalingClass` tinyint(4) NOT NULL DEFAULT '0' AFTER `MaxLevel`,
MODIFY `ScalingClassRestricted` tinyint(4) NOT NULL DEFAULT '0' AFTER `ScalingClass`;
ALTER TABLE `spell_item_enchantment_condition`
MODIFY `Operator1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LTOperandType5`,
MODIFY `Operator2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator1`,
MODIFY `Operator3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator2`,
MODIFY `Operator4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator3`,
MODIFY `Operator5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator4`,
MODIFY `RTOperandType1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator5`,
MODIFY `RTOperandType2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType1`,
MODIFY `RTOperandType3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType2`,
MODIFY `RTOperandType4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType3`,
MODIFY `RTOperandType5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType4`,
MODIFY `RTOperand1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType5`,
MODIFY `RTOperand2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand1`,
MODIFY `RTOperand3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand2`,
MODIFY `RTOperand4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand3`,
MODIFY `RTOperand5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand4`,
MODIFY `Logic1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand5`,
MODIFY `Logic2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Logic1`,
MODIFY `Logic3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Logic2`,
MODIFY `Logic4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Logic3`,
MODIFY `Logic5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Logic4`,
MODIFY `LTOperand1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Logic5`,
MODIFY `LTOperand2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LTOperand1`,
MODIFY `LTOperand3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LTOperand2`,
MODIFY `LTOperand4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LTOperand3`,
MODIFY `LTOperand5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LTOperand4`;
ALTER TABLE `spell_power`
MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `ManaCost` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellID`,
MODIFY `ManaCostPercentage` float NOT NULL DEFAULT '0' AFTER `ManaCost`,
MODIFY `ManaCostPercentagePerSecond` float NOT NULL DEFAULT '0' AFTER `ManaCostPercentage`,
MODIFY `RequiredAura` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ManaCostPercentagePerSecond`,
MODIFY `HealthCostPercentage` float NOT NULL DEFAULT '0' AFTER `RequiredAura`,
MODIFY `PowerIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HealthCostPercentage`,
MODIFY `PowerType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PowerIndex`,
MODIFY `ManaCostPerLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
MODIFY `ManaCostPerSecond` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ManaCostPerLevel`,
MODIFY `ManaCostAdditional` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ManaCostPerSecond`,
MODIFY `PowerDisplayID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ManaCostAdditional`,
MODIFY `UnitPowerBarID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PowerDisplayID`;
ALTER TABLE `spell_power_difficulty` CHANGE `SpellPowerID` `ID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PowerIndex`;
ALTER TABLE `spell_scaling`
MODIFY `MinScalingLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ScalesFromItemLevel`,
MODIFY `MaxScalingLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinScalingLevel`,
MODIFY `ScalingClass` int(11) NOT NULL DEFAULT '0' AFTER `MaxScalingLevel`;
ALTER TABLE `spell_shapeshift_form` MODIFY `MountTypeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PresetSpellID8`;
ALTER TABLE `spell_target_restrictions`
MODIFY `TargetCreatureType` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Targets`,
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TargetCreatureType`,
MODIFY `MaxAffectedTargets` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
MODIFY `MaxTargetLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MaxAffectedTargets`;
ALTER TABLE `spell_totems`
MODIFY `RequiredTotemCategoryID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Totem2`,
MODIFY `RequiredTotemCategoryID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RequiredTotemCategoryID1`;
ALTER TABLE `spell_x_spell_visual`
MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `Unk620` float NOT NULL DEFAULT '0' AFTER `SpellID`,
MODIFY `SpellVisualID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Unk620`,
MODIFY `SpellVisualID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SpellVisualID1`,
MODIFY `PlayerConditionID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SpellVisualID2`,
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionID`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`;
ALTER TABLE `taxi_nodes`
MODIFY `PosX` float NOT NULL DEFAULT '0' FIRST,
MODIFY `PosY` float NOT NULL DEFAULT '0' AFTER `PosX`,
MODIFY `PosZ` float NOT NULL DEFAULT '0' AFTER `PosY`,
MODIFY `Name` text NULL AFTER `PosZ`,
MODIFY `MountCreatureID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Name`,
MODIFY `MountCreatureID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MountCreatureID1`,
MODIFY `MapOffsetX` float NOT NULL DEFAULT '0' AFTER `MountCreatureID2`,
MODIFY `MapOffsetY` float NOT NULL DEFAULT '0' AFTER `MapOffsetX`,
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapOffsetY`,
MODIFY `ConditionID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `LearnableIndex` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ConditionID`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LearnableIndex`;
ALTER TABLE `taxi_path`
MODIFY `From` smallint(5) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `To` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `From`,
MODIFY `Cost` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
ALTER TABLE `taxi_path_node`
MODIFY `LocX` float NOT NULL DEFAULT '0' FIRST,
MODIFY `LocY` float NOT NULL DEFAULT '0' AFTER `LocX`,
MODIFY `LocZ` float NOT NULL DEFAULT '0' AFTER `LocY`,
MODIFY `Delay` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LocZ`,
MODIFY `PathID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Delay`,
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PathID`,
MODIFY `ArrivalEventID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `DepartureEventID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ArrivalEventID`,
MODIFY `NodeIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepartureEventID`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NodeIndex`;
ALTER TABLE `toy`
MODIFY `ItemID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
MODIFY `Description` text NULL AFTER `ItemID`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
MODIFY `CategoryFilter` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`;
ALTER TABLE `unit_power_bar`
MODIFY `RegenerationPeace` float NOT NULL DEFAULT '0' AFTER `ID`,
MODIFY `RegenerationCombat` float NOT NULL DEFAULT '0' AFTER `RegenerationPeace`,
MODIFY `FileDataID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RegenerationCombat`,
MODIFY `FileDataID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID1`,
MODIFY `FileDataID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID2`,
MODIFY `FileDataID4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID3`,
MODIFY `FileDataID5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID4`,
MODIFY `FileDataID6` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID5`,
MODIFY `Color1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID6`,
MODIFY `Color2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color1`,
MODIFY `Color3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color2`,
MODIFY `Color4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color3`,
MODIFY `Color5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color4`,
MODIFY `Color6` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color5`,
MODIFY `Name` text NULL AFTER `Color6`,
MODIFY `Cost` text NULL AFTER `Name`,
MODIFY `OutOfError` text NULL AFTER `Cost`,
MODIFY `ToolTip` text NULL AFTER `OutOfError`,
MODIFY `StartInset` float NOT NULL DEFAULT '0' AFTER `ToolTip`,
MODIFY `EndInset` float NOT NULL DEFAULT '0' AFTER `StartInset`,
MODIFY `StartPower` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EndInset`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `StartPower`,
MODIFY `CenterPower` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `BarType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CenterPower`,
MODIFY `MinPower` int(10) unsigned NOT NULL DEFAULT '0' AFTER `BarType`;
ALTER TABLE `vehicle_seat`
MODIFY `CameraEnteringDelay` float NOT NULL DEFAULT '0' AFTER `VehicleExitAnimDelay`,
MODIFY `CameraEnteringDuration` float NOT NULL DEFAULT '0' AFTER `CameraEnteringDelay`,
MODIFY `CameraExitingDelay` float NOT NULL DEFAULT '0' AFTER `CameraEnteringDuration`,
MODIFY `CameraExitingDuration` float NOT NULL DEFAULT '0' AFTER `CameraExitingDelay`,
MODIFY `CameraOffsetX` float NOT NULL DEFAULT '0' AFTER `CameraExitingDuration`,
MODIFY `CameraOffsetY` float NOT NULL DEFAULT '0' AFTER `CameraOffsetX`,
MODIFY `CameraOffsetZ` float NOT NULL DEFAULT '0' AFTER `CameraOffsetY`,
MODIFY `CameraPosChaseRate` float NOT NULL DEFAULT '0' AFTER `CameraOffsetZ`,
MODIFY `CameraFacingChaseRate` float NOT NULL DEFAULT '0' AFTER `CameraPosChaseRate`,
MODIFY `CameraEnteringZoom` float NOT NULL DEFAULT '0' AFTER `CameraFacingChaseRate`,
MODIFY `CameraSeatZoomMin` float NOT NULL DEFAULT '0' AFTER `CameraEnteringZoom`,
MODIFY `CameraSeatZoomMax` float NOT NULL DEFAULT '0' AFTER `CameraSeatZoomMin`,
MODIFY `UISkinFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CameraSeatZoomMax`,
MODIFY `EnterAnimStart` smallint(6) NOT NULL DEFAULT '0' AFTER `UISkinFileDataID`,
MODIFY `EnterAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `EnterAnimStart`,
MODIFY `RideAnimStart` smallint(6) NOT NULL DEFAULT '0' AFTER `EnterAnimLoop`,
MODIFY `RideAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `RideAnimStart`,
MODIFY `RideUpperAnimStart` smallint(6) NOT NULL DEFAULT '0' AFTER `RideAnimLoop`,
MODIFY `RideUpperAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `RideUpperAnimStart`,
MODIFY `ExitAnimStart` smallint(6) NOT NULL DEFAULT '0' AFTER `RideUpperAnimLoop`,
MODIFY `ExitAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `ExitAnimStart`,
MODIFY `ExitAnimEnd` smallint(6) NOT NULL DEFAULT '0' AFTER `ExitAnimLoop`,
MODIFY `VehicleEnterAnim` smallint(6) NOT NULL DEFAULT '0' AFTER `ExitAnimEnd`,
MODIFY `VehicleExitAnim` smallint(6) NOT NULL DEFAULT '0' AFTER `VehicleEnterAnim`,
MODIFY `VehicleRideAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `VehicleExitAnim`,
MODIFY `EnterAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `VehicleRideAnimLoop`,
MODIFY `RideAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EnterAnimKitID`,
MODIFY `ExitAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RideAnimKitID`,
MODIFY `VehicleEnterAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ExitAnimKitID`,
MODIFY `VehicleRideAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `VehicleEnterAnimKitID`,
MODIFY `VehicleExitAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `VehicleRideAnimKitID`,
MODIFY `CameraModeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `VehicleExitAnimKitID`,
MODIFY `AttachmentID` tinyint(4) NOT NULL DEFAULT '0' AFTER `CameraModeID`,
MODIFY `PassengerAttachmentID` tinyint(4) NOT NULL DEFAULT '0' AFTER `AttachmentID`,
MODIFY `VehicleEnterAnimBone` tinyint(4) NOT NULL DEFAULT '0' AFTER `PassengerAttachmentID`,
MODIFY `VehicleExitAnimBone` tinyint(4) NOT NULL DEFAULT '0' AFTER `VehicleEnterAnimBone`,
MODIFY `VehicleRideAnimLoopBone` tinyint(4) NOT NULL DEFAULT '0' AFTER `VehicleExitAnimBone`,
MODIFY `VehicleAbilityDisplay` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `VehicleRideAnimLoopBone`;
ALTER TABLE `wmo_area_table`
MODIFY `WMOGroupID` int(11) NOT NULL DEFAULT '0' FIRST,
MODIFY `AreaName` text NULL AFTER `WMOGroupID`,
MODIFY `WMOID` smallint(6) NOT NULL DEFAULT '0' AFTER `AreaName`,
MODIFY `AmbienceID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `WMOID`,
MODIFY `ZoneMusic` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AmbienceID`,
MODIFY `IntroSound` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ZoneMusic`,
MODIFY `AreaTableID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IntroSound`,
MODIFY `UWIntroSound` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaTableID`,
MODIFY `UWAmbience` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UWIntroSound`,
MODIFY `NameSet` tinyint(4) NOT NULL DEFAULT '0' AFTER `UWAmbience`,
MODIFY `SoundProviderPref` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NameSet`,
MODIFY `SoundProviderPrefUnderwater` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SoundProviderPref`,
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SoundProviderPrefUnderwater`,
MODIFY `UWZoneMusic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
ALTER TABLE `world_map_area`
MODIFY `AreaName` text NULL FIRST,
MODIFY `LocLeft` float NOT NULL DEFAULT '0' AFTER `AreaName`,
MODIFY `LocRight` float NOT NULL DEFAULT '0' AFTER `LocLeft`,
MODIFY `LocTop` float NOT NULL DEFAULT '0' AFTER `LocRight`,
MODIFY `LocBottom` float NOT NULL DEFAULT '0' AFTER `LocTop`,
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LocBottom`,
MODIFY `AreaID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
MODIFY `DisplayMapID` smallint(6) NOT NULL DEFAULT '0' AFTER `AreaID`,
MODIFY `DefaultDungeonFloor` smallint(6) NOT NULL DEFAULT '0' AFTER `DisplayMapID`,
MODIFY `ParentWorldMapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `DefaultDungeonFloor`,
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ParentWorldMapID`,
MODIFY `LevelRangeMin` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
MODIFY `LevelRangeMax` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LevelRangeMin`,
MODIFY `BountySetID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LevelRangeMax`,
MODIFY `BountyBoardLocation` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `BountySetID`,
MODIFY `PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
ALTER TABLE `world_map_overlay`
MODIFY `TextureWidth` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TextureName`,
MODIFY `TextureHeight` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TextureWidth`,
MODIFY `MapAreaID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `TextureHeight`,
MODIFY `AreaID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MapAreaID`,
MODIFY `AreaID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaID1`,
MODIFY `AreaID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaID2`,
MODIFY `AreaID4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaID3`,
MODIFY `OffsetX` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaID4`,
MODIFY `OffsetY` int(10) unsigned NOT NULL DEFAULT '0' AFTER `OffsetX`,
MODIFY `HitRectTop` int(10) unsigned NOT NULL DEFAULT '0' AFTER `OffsetY`,
MODIFY `HitRectLeft` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HitRectTop`,
MODIFY `HitRectBottom` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HitRectLeft`,
MODIFY `HitRectRight` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HitRectBottom`,
MODIFY `PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HitRectRight`,
MODIFY `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionID`;
DROP TABLE `glyph_slot`;
@@ -0,0 +1,12 @@
ALTER TABLE `lfg_dungeons` ADD `PlayerConditionID` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Description`;
ALTER TABLE `map`
CHANGE `Flags` `Flags1` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Directory`,
CHANGE `MapType` `Flags2` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Flags1`,
ADD `WindSettingsID` smallint(5) unsigned NOT NULL DEFAULT 0 AFTER `CosmeticParentMapID`;
ALTER TABLE `player_condition`
CHANGE `Unknown700_1` `Unknown7001` int(10) unsigned NOT NULL DEFAULT 0 AFTER `MaxAvgItemLevel`,
CHANGE `Unknown700_2` `Unknown7002` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Unknown7001`;
ALTER TABLE `world_map_transforms` ADD `AreaID` smallint(5) unsigned NOT NULL DEFAULT 0 AFTER `MapID`;
@@ -0,0 +1,10 @@
ALTER TABLE `char_sections` CHANGE `Id` `ID` int(10) unsigned NOT NULL DEFAULT 0 FIRST;
ALTER TABLE `chr_races`
CHANGE `Unk` `Unk1` int(10) unsigned NOT NULL DEFAULT 0 AFTER `HighResFemaleDisplayID`,
ADD `Unk2` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Unk1`,
ADD `Unk3` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Unk2`;
ALTER TABLE `spell_scaling`
CHANGE `MinScalingLevel` `MinScalingLevel` int(10) unsigned NOT NULL DEFAULT 0 AFTER `ScalingClass`,
CHANGE `MaxScalingLevel` `MaxScalingLevel` int(10) unsigned NOT NULL DEFAULT 0 AFTER `MinScalingLevel`;
@@ -0,0 +1,2 @@
ALTER TABLE `item_random_suffix` DROP `InternalName`;
ALTER TABLE `item_random_suffix_locale` DROP `InternalName_lang`;
@@ -0,0 +1,2 @@
ALTER TABLE `char_titles` DROP `ConditionID`;
ALTER TABLE `creature_family` DROP `CategoryEnumID`;
@@ -0,0 +1,37 @@
--
-- Table structure for table `item_search_name`
--
DROP TABLE IF EXISTS `item_search_name`;
CREATE TABLE `item_search_name` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`Flags1` int(10) unsigned NOT NULL DEFAULT '0',
`Flags2` int(10) unsigned NOT NULL DEFAULT '0',
`Flags3` int(10) unsigned NOT NULL DEFAULT '0',
`AllowableRace` int(10) unsigned NOT NULL DEFAULT '0',
`RequiredSpell` int(10) unsigned NOT NULL DEFAULT '0',
`RequiredReputationFaction` smallint(5) unsigned NOT NULL DEFAULT '0',
`RequiredSkill` smallint(5) unsigned NOT NULL DEFAULT '0',
`RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0',
`ItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
`Quality` tinyint(3) unsigned NOT NULL DEFAULT '0',
`RequiredExpansion` tinyint(3) unsigned NOT NULL DEFAULT '0',
`RequiredReputationRank` tinyint(3) unsigned NOT NULL DEFAULT '0',
`RequiredLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`AllowableClass` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `item_search_name_locale`
--
DROP TABLE IF EXISTS `item_search_name_locale`;
CREATE TABLE `item_search_name_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,13 @@
ALTER TABLE `item_upgrade`
CHANGE `CurrencyCost` `CurrencyCost` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
CHANGE `PrevItemUpgradeID` `PrevItemUpgradeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyCost`,
CHANGE `CurrencyID` `CurrencyID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevItemUpgradeID`,
CHANGE `ItemUpgradePathID` `ItemUpgradePathID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyID`,
CHANGE `ItemLevelBonus` `ItemLevelBonus` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemUpgradePathID`;
ALTER TABLE `ruleset_item_upgrade`
CHANGE `ItemID` `ItemID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
CHANGE `ItemUpgradeID` `ItemUpgradeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemID`,
DROP `RulesetID`;
ALTER TABLE `skill_line_ability` CHANGE `AquireMethod` `AcquireMethod` tinyint(3) unsigned NOT NULL DEFAULT '0';
@@ -0,0 +1,12 @@
--
-- Table structure for table `item_child_equipment`
--
DROP TABLE IF EXISTS `item_child_equipment`;
CREATE TABLE `item_child_equipment` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemID` int(10) unsigned NOT NULL DEFAULT '0',
`AltItemID` int(10) unsigned NOT NULL DEFAULT '0',
`AltEquipmentSlot` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,11 @@
--
-- Table structure for table `curve`
--
DROP TABLE IF EXISTS `curve`;
CREATE TABLE `curve` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Unused` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,182 @@
--
-- Table structure for table `artifact`
--
DROP TABLE IF EXISTS `artifact`;
CREATE TABLE `artifact` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`BarConnectedColor` int(10) unsigned NOT NULL DEFAULT '0',
`BarDisconnectedColor` int(10) unsigned NOT NULL DEFAULT '0',
`TitleColor` int(10) unsigned NOT NULL DEFAULT '0',
`ClassUiTextureKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
`SpecID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ArtifactCategoryID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_locale`
--
DROP TABLE IF EXISTS `artifact_locale`;
CREATE TABLE `artifact_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_appearance`
--
DROP TABLE IF EXISTS `artifact_appearance`;
CREATE TABLE `artifact_appearance` (
`Name` text,
`SwatchColor` int(10) unsigned NOT NULL DEFAULT '0',
`ModelDesaturation` float NOT NULL DEFAULT '0',
`ModelAlpha` float NOT NULL DEFAULT '0',
`ShapeshiftDisplayID` int(10) unsigned NOT NULL DEFAULT '0',
`ArtifactAppearanceSetID` smallint(5) unsigned NOT NULL DEFAULT '0',
`PlayerConditionID` smallint(5) unsigned NOT NULL DEFAULT '0',
`Unknown` smallint(5) unsigned NOT NULL DEFAULT '0',
`DisplayIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
`AppearanceModID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ModifiesShapeshiftFormDisplay` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ItemAppearanceID` int(10) unsigned NOT NULL DEFAULT '0',
`AltItemAppearanceID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_appearance_locale`
--
DROP TABLE IF EXISTS `artifact_appearance_locale`;
CREATE TABLE `artifact_appearance_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_appearance_set`
--
DROP TABLE IF EXISTS `artifact_appearance_set`;
CREATE TABLE `artifact_appearance_set` (
`Name` text,
`Name2` text,
`UiCameraID` smallint(5) unsigned NOT NULL DEFAULT '0',
`AltHandUICameraID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ArtifactID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`DisplayIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
`AttachmentPoint` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_appearance_set_locale`
--
DROP TABLE IF EXISTS `artifact_appearance_set_locale`;
CREATE TABLE `artifact_appearance_set_locale` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`locale` varchar(4) NOT NULL,
`Name_lang` text,
`Name2_lang` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_category`
--
DROP TABLE IF EXISTS `artifact_category`;
CREATE TABLE `artifact_category` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`ArtifactKnowledgeCurrencyID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ArtifactKnowledgeMultiplierCurveID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_power`
--
DROP TABLE IF EXISTS `artifact_power`;
CREATE TABLE `artifact_power` (
`PosX` float NOT NULL DEFAULT '0',
`PosY` float NOT NULL DEFAULT '0',
`ArtifactID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
`MaxRank` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`RelicType` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_power_link`
--
DROP TABLE IF EXISTS `artifact_power_link`;
CREATE TABLE `artifact_power_link` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`FromArtifactPowerID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ToArtifactPowerID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_power_rank`
--
DROP TABLE IF EXISTS `artifact_power_rank`;
CREATE TABLE `artifact_power_rank` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
`Value` float NOT NULL DEFAULT '0',
`ArtifactPowerID` smallint(5) unsigned NOT NULL DEFAULT '0',
`Unknown` smallint(5) unsigned NOT NULL DEFAULT '0',
`Rank` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `artifact_quest_xp`
--
DROP TABLE IF EXISTS `artifact_quest_xp`;
CREATE TABLE `artifact_quest_xp` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Exp1` int(10) unsigned NOT NULL DEFAULT '0',
`Exp2` int(10) unsigned NOT NULL DEFAULT '0',
`Exp3` int(10) unsigned NOT NULL DEFAULT '0',
`Exp4` int(10) unsigned NOT NULL DEFAULT '0',
`Exp5` int(10) unsigned NOT NULL DEFAULT '0',
`Exp6` int(10) unsigned NOT NULL DEFAULT '0',
`Exp7` int(10) unsigned NOT NULL DEFAULT '0',
`Exp8` int(10) unsigned NOT NULL DEFAULT '0',
`Exp9` int(10) unsigned NOT NULL DEFAULT '0',
`Exp10` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `item_bonus_list_level_delta`
--
DROP TABLE IF EXISTS `item_bonus_list_level_delta`;
CREATE TABLE `item_bonus_list_level_delta` (
`Delta` smallint(6) NOT NULL DEFAULT '0',
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,23 @@
--
-- Table structure for table `glyph_bindable_spell`
--
DROP TABLE IF EXISTS `glyph_bindable_spell`;
CREATE TABLE `glyph_bindable_spell` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
`GlyphPropertiesID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `glyph_required_spec`
--
DROP TABLE IF EXISTS `glyph_required_spec`;
CREATE TABLE `glyph_required_spec` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`GlyphPropertiesID` smallint(5) unsigned NOT NULL DEFAULT '0',
`ChrSpecializationID` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,26 @@
--
-- Table structure for table `tact_key`
--
DROP TABLE IF EXISTS `tact_key`;
CREATE TABLE `tact_key` (
`Id` int(10) unsigned NOT NULL DEFAULT '0',
`Key1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key3` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key4` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key5` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key6` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key7` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key8` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key9` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key10` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key11` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key12` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key13` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key14` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key15` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Key16` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,35 @@
DELETE FROM `tact_key` WHERE `Id` IN (58,59,62,66,69,70,71);
INSERT INTO `tact_key` (`Id`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES
(58, 209, 172, 32, 253, 20, 149, 127, 171, 194, 113, 150, 233, 246, 231, 2, 74, 22522),
(59, 198, 197, 246, 199, 247, 53, 215, 217, 76, 135, 38, 127, 164, 153, 77, 69, 22522),
(62, 194, 80, 26, 114, 101, 75, 150, 248, 99, 80, 197, 169, 39, 150, 47, 122, 22522),
(66, 77, 208, 220, 130, 177, 1, 200, 10, 186, 192, 164, 213, 126, 103, 248, 89, 22522),
(69, 138, 206, 141, 177, 105, 226, 249, 138, 195, 106, 213, 44, 8, 142, 119, 193, 22522),
(70, 154, 137, 204, 126, 58, 203, 41, 207, 20, 198, 11, 193, 59, 30, 70, 22, 22522),
(71, 151, 43, 110, 116, 66, 14, 197, 25, 230, 249, 217, 125, 89, 74, 163, 124, 22522);
DELETE FROM hotfix_data WHERE `TableHash`=3744420815;
INSERT INTO hotfix_data (`TableHash`, `RecordID`, `Timestamp`, `Deleted`) VALUES
(3744420815, 75, 1472329303, 1),
(3744420815, 74, 1472329303, 1),
(3744420815, 72, 1472329303, 1),
(3744420815, 71, 1472329303, 0),
(3744420815, 70, 1472329303, 0),
(3744420815, 69, 1472329303, 0),
(3744420815, 67, 1472329303, 1),
(3744420815, 66, 1472329303, 0),
(3744420815, 65, 1472329303, 1),
(3744420815, 64, 1472329303, 1),
(3744420815, 63, 1472329303, 1),
(3744420815, 62, 1472329303, 0),
(3744420815, 61, 1472329303, 1),
(3744420815, 60, 1472329303, 1),
(3744420815, 59, 1472329303, 0),
(3744420815, 58, 1472329303, 0),
(3744420815, 73, 1472329303, 1),
(3744420815, 57, 1472329303, 1),
(3744420815, 56, 1472329303, 1),
(3744420815, 55, 1472329303, 1),
(3744420815, 51, 1472329303, 1),
(3744420815, 41, 1472329303, 1),
(3744420815, 25, 1472329303, 1);
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,5 @@
ALTER TABLE `creature`
CHANGE `Type` `Type` MEDIUMINT(3) UNSIGNED DEFAULT 0 NOT NULL AFTER `FemaleSubName`,
ADD COLUMN `Family` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL AFTER `Type`,
CHANGE `Rank` `Classification` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL,
CHANGE `InhabitType` `InhabitType` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL;
@@ -0,0 +1,12 @@
ALTER TABLE `creature_difficulty`
CHANGE `Flags1` `Flags1` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `CreatureID`,
CHANGE `Flags2` `Flags2` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags1`,
CHANGE `Flags3` `Flags3` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags2`,
CHANGE `Flags4` `Flags4` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags3`,
CHANGE `Flags5` `Flags5` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags4`,
ADD COLUMN `Flags6` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags5`,
ADD COLUMN `Flags7` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags6`,
CHANGE `FactionID` `FactionTemplateID` SMALLINT(5) UNSIGNED DEFAULT 0 NOT NULL,
CHANGE `Expansion` `Expansion` TINYINT(4) DEFAULT 0 NOT NULL,
CHANGE `MinLevel` `MinLevel` TINYINT(4) DEFAULT 0 NOT NULL,
CHANGE `MaxLevel` `MaxLevel` TINYINT(4) DEFAULT 0 NOT NULL;
@@ -0,0 +1,21 @@
--
-- Table structure for table `power_type`
--
DROP TABLE IF EXISTS `power_type`;
CREATE TABLE `power_type` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`PowerTypeToken` text,
`PowerCostToken` text,
`RegenerationPeace` float NOT NULL DEFAULT '0',
`RegenerationCombat` float NOT NULL DEFAULT '0',
`MaxPower` smallint(6) NOT NULL DEFAULT '0',
`RegenerationDelay` smallint(5) unsigned NOT NULL DEFAULT '0',
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
`PowerTypeEnum` tinyint(3) unsigned NOT NULL DEFAULT '0',
`RegenerationMin` tinyint(4) NOT NULL DEFAULT '0',
`RegenerationCenter` tinyint(4) NOT NULL DEFAULT '0',
`RegenerationMax` tinyint(4) NOT NULL DEFAULT '0',
`UIModifier` tinyint(3) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1,24 @@
--
-- Table structure for table `scene_script`
--
DROP TABLE IF EXISTS `scene_script`;
CREATE TABLE `scene_script` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`Script` text,
`PrevScriptId` smallint(5) unsigned NOT NULL DEFAULT '0',
`NextScriptId` smallint(5) unsigned NOT NULL DEFAULT '0',
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `scene_script_package`
--
DROP TABLE IF EXISTS `scene_script_package`;
CREATE TABLE `scene_script_package` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Name` text,
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
@@ -0,0 +1 @@
ALTER TABLE `summon_properties` CHANGE `Flags` `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
@@ -0,0 +1,25 @@
ALTER TABLE `artifact_power` MODIFY `RelicType` int(11) NOT NULL DEFAULT '0' AFTER `ID`;
ALTER TABLE `criteria_tree` MODIFY `OrderIndex` int(11) NOT NULL DEFAULT '0' AFTER `Operator`;
ALTER TABLE `dungeon_encounter` MODIFY `OrderIndex` int(11) NOT NULL DEFAULT '0' AFTER `Flags`;
ALTER TABLE `emotes` MODIFY `ClassMask` int(11) NOT NULL DEFAULT '0' AFTER `EmoteSoundID`;
ALTER TABLE `emotes` MODIFY `RaceMask` int(11) NOT NULL DEFAULT '0' AFTER `ClassMask`;
ALTER TABLE `garr_building` MODIFY `BuildDuration` int(11) NOT NULL DEFAULT '0' AFTER `GarrTypeID`;
ALTER TABLE `garr_building` MODIFY `BonusAmount` int(11) NOT NULL DEFAULT '0' AFTER `CostCurrencyAmount`;
ALTER TABLE `item_search_name` MODIFY `AllowableClass` int(11) NOT NULL DEFAULT '0' AFTER `RequiredLevel`;
ALTER TABLE `player_condition` MODIFY `ClassMask` int(11) NOT NULL DEFAULT '0' AFTER `PowerTypeValue`;
ALTER TABLE `player_condition` MODIFY `Unknown7001` int(11) NOT NULL DEFAULT '0' AFTER `MaxAvgItemLevel`;
ALTER TABLE `player_condition` MODIFY `Unknown7002` int(11) NOT NULL DEFAULT '0' AFTER `Unknown7001`;
ALTER TABLE `skill_line_ability` MODIFY `ClassMask` int(11) NOT NULL DEFAULT '0' AFTER `NumSkillUps`;
ALTER TABLE `spell_category` CHANGE `Unk703` `ChargeCategoryType` int(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `MaxCharges`;
ALTER TABLE `spell_effect` MODIFY `EffectBasePoints` int(11) NOT NULL DEFAULT '0' AFTER `EffectAuraPeriod`;
ALTER TABLE `spell_effect` MODIFY `EffectDieSides` int(11) NOT NULL DEFAULT '0' AFTER `EffectChainTargets`;
ALTER TABLE `spell_power` MODIFY `ManaCostPerLevel` int(11) NOT NULL DEFAULT '0' AFTER `ID`;
ALTER TABLE `spell_power` MODIFY `ManaCostPerSecond` int(11) NOT NULL DEFAULT '0' AFTER `ManaCostPerLevel`;
ALTER TABLE `summon_properties` MODIFY `Type` int(11) NOT NULL DEFAULT '0' AFTER `Faction`;
ALTER TABLE `tact_key` CHANGE `Id` `ID` int(10) UNSIGNED NOT NULL DEFAULT '0' FIRST ;
ALTER TABLE `world_map_overlay` MODIFY `OffsetX` int(11) NOT NULL DEFAULT '0' AFTER `AreaID4`;
ALTER TABLE `world_map_overlay` MODIFY `OffsetY` int(11) NOT NULL DEFAULT '0' AFTER `OffsetX`;
ALTER TABLE `world_map_overlay` MODIFY `HitRectTop` int(11) NOT NULL DEFAULT '0' AFTER `OffsetY`;
ALTER TABLE `world_map_overlay` MODIFY `HitRectLeft` int(11) NOT NULL DEFAULT '0' AFTER `HitRectTop`;
ALTER TABLE `world_map_overlay` MODIFY `HitRectBottom` int(11) NOT NULL DEFAULT '0' AFTER `HitRectLeft`;
ALTER TABLE `world_map_overlay` MODIFY `HitRectRight` int(11) NOT NULL DEFAULT '0' AFTER `HitRectBottom`;