-
``` sql
-- 10226 Extracción de energía elemental
-- https://es.wowhead.com/quest=10226
SET @ID := 10226;
DELETE FROM `quest_request_items_locale` WHERE `id` = @ID AND `locale` IN('esES', 'esMX');
…
-
-
``` sql
-- 49 Dulce ámbar
-- https://es.classic.wowhead.com/quest=49
SET @ID := 49;
DELETE FROM `quest_request_items_locale` WHERE `id` = @ID AND `locale` IN('esES', 'esMX');
INSERT INTO `quest_r…
-
Currently if someone tries to start the game which is not enable, the bot sends the message:
"🙈 Non hai inserito la parola magica giusta per iniziare la caccia al tesoro."
We should differentiate…
-
The documentation states that if `babelshorthands = true`, then `"---` is rendered as em dash. However in practice it's just substituted with three hyphens.
MWE:
```LaTeX
\documentclass[12pt, let…
-
``` sql
-- 9545 La reliquia del vidente
-- https://es.wowhead.com/quest=9545
SET @ID := 9545;
UPDATE `quest_template_locale` SET `ObjectiveText1` = 'Visión concedida', `VerifiedBuild` = 0 WHERE `i…
-
``` sql
-- 2281 Cita en Crestagrana
-- https://es.classic.wowhead.com/quest=2281
SET @ID := 2281;
DELETE FROM `quest_offer_reward_locale` WHERE `id` = @ID AND `locale` IN('esES', 'esMX');
INSERT …
-
`indentfirst` is not enabled by default but according to the manual it should be.
> indentfirst -- *true or false
By default, all paragraphs are indented in Russian, also those after a chapter or …
-
Hello,
I have observed the following behaviour already several times:
```
./compiled/dev/scripts/kubectl.sh apply -f compiled/dev/manifests/simcontrol-secret.yml
secret/simcontrol created…
-
``` sql
-- 666 El tesoro sumergido
-- https://es.classic.wowhead.com/quest=666
SET @ID := 666;
DELETE FROM `quest_request_items_locale` WHERE `id` = @ID AND `locale` IN('esES', 'esMX');
INSERT IN…