diff --git a/setup/db_structure.sql b/setup/db_structure.sql index adf11de3..c7eb3bb2 100644 --- a/setup/db_structure.sql +++ b/setup/db_structure.sql @@ -3185,7 +3185,7 @@ UNLOCK TABLES; LOCK TABLES `aowow_dbversion` WRITE; /*!40000 ALTER TABLE `aowow_dbversion` DISABLE KEYS */; -INSERT INTO `aowow_dbversion` VALUES (1679679566,0,NULL,NULL); +INSERT INTO `aowow_dbversion` VALUES (1680717297,0,NULL,NULL); /*!40000 ALTER TABLE `aowow_dbversion` ENABLE KEYS */; UNLOCK TABLES; diff --git a/setup/tools/filegen/templates/power.js.in b/setup/tools/filegen/templates/power.js.in index bbed17b4..fd04099e 100644 --- a/setup/tools/filegen/templates/power.js.in +++ b/setup/tools/filegen/templates/power.js.in @@ -68,12 +68,12 @@ if (typeof $WowheadPower == "undefined") { CURSOR_VSPACE = 15, _LANG = { - 0: { achievementComplete: "Achievement earned by $1 on $2/$3/$4", loading: "Loading…", noResponse: "No response from server :(", notFound: "%s Not Found" }, - 2: { achievementComplete: "Haut-fait reçu par $1 le $2/$3/$4", loading: "Chargement…", noResponse: "Pas de réponse du serveur :(", notFound: "%s non trouvé" }, - 3: { achievementComplete: "Erfolg wurde von $1 am $3.$2.$4 errungen", loading: "Lädt…", noResponse: "Keine Antwort vom Server :(", notFound: "%s nicht gefunden" }, - 4: { achievementComplete: "$1在$2/$3/$4上获得成就", loading: "正在载入…", noResponse: "服务器没有响应 :(", notFound: "%s未找到" }, - 8: { achievementComplete: "$1 получил(а) это достижение $2/$3/$4", loading: "Загрузка…", noResponse: "Нет ответа от сервера :(", notFound: "%s не найдено" }, - 6: { achievementComplete: "Logro conseguido por $1 el $2/$3/$4", loading: "Cargando…", noResponse: "No hay respuesta del servidor :(", notFound: "%s no encontrado/a" }, + 0: { achievementComplete: "Achievement earned by $1 on $2/$3/$4", loading: "Loading…", noResponse: "No response from server :(", notFound: "$1 Not Found" }, + 2: { achievementComplete: "Haut-fait reçu par $1 le $2/$3/$4", loading: "Chargement…", noResponse: "Pas de réponse du serveur :(", notFound: "$1 non trouvé" }, + 3: { achievementComplete: "Erfolg wurde von $1 am $3.$2.$4 errungen", loading: "Lädt…", noResponse: "Keine Antwort vom Server :(", notFound: "$1 nicht gefunden" }, + 4: { achievementComplete: "$1在$2/$3/$4上获得成就", loading: "正在载入…", noResponse: "服务器没有响应 :(", notFound: "$1未找到" }, + 8: { achievementComplete: "$1 получил(а) это достижение $2/$3/$4", loading: "Загрузка…", noResponse: "Нет ответа от сервера :(", notFound: "$1 не найдено" }, + 6: { achievementComplete: "Logro conseguido por $1 el $2/$3/$4", loading: "Cargando…", noResponse: "No hay respuesta del servidor :(", notFound: "$1 no encontrado/a" }, }, LOOKUPS = { 1: [npcs, "npc", "NPC" ], @@ -877,4 +877,5 @@ if (typeof $WowheadPower == "undefined") { init(); } -}; \ No newline at end of file +}; + diff --git a/setup/updates/1679679565_01.sql b/setup/updates/1679679565_01.sql index c42d3f9e..391f0ab8 100644 --- a/setup/updates/1679679565_01.sql +++ b/setup/updates/1679679565_01.sql @@ -1 +1 @@ -UPDATE `aowow_dbversion` SET `build` = CONCAT(IFNULL(`sql`, ''), ' spell'); +UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' spell'); diff --git a/setup/updates/1680717296_01.sql b/setup/updates/1680717296_01.sql new file mode 100644 index 00000000..0ef56225 --- /dev/null +++ b/setup/updates/1680717296_01.sql @@ -0,0 +1 @@ +UPDATE `aowow_dbversion` SET `build` = CONCAT(IFNULL(`build`, ''), ' power'); diff --git a/static/js/basic.js b/static/js/basic.js index 27415ba3..5c747e33 100644 --- a/static/js/basic.js +++ b/static/js/basic.js @@ -1912,7 +1912,7 @@ $WH.Tooltip = { set: function(text, text2) { var _ = $WH.Tooltip.tooltip; - _.style.maxWidth = '350px'; + _.style.maxWidth = '320px'; // _.style.width = '550px'; _.style.left = '-2323px'; _.style.top = '-2323px'; @@ -1933,7 +1933,7 @@ $WH.Tooltip = { $WH.Tooltip.showSecondary = true; var _ = $WH.Tooltip.tooltip2; - _.style.maxWidth = '350px'; + _.style.maxWidth = '320px'; // _.style.width = '550px'; _.style.left = '-2323px'; _.style.top = '-2323px';