mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
* Update 2025_10_27_00_ai_playerbot_german_texts.sql Fix bug that adds holes in the german text_loc3 collumn
This commit is contained in:
parent
235f0249b2
commit
5d3e64800f
@ -1,5 +1,3 @@
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='';
|
||||
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='am Arsch der Welt' WHERE `id`=1;
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='an einem geheimen Ort' WHERE `id`=2;
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='irgendwo' WHERE `id`=3;
|
||||
@ -1532,4 +1530,5 @@ UPDATE `ai_playerbot_texts` SET `text_loc3`='%player bewegt sich, um den roten S
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='%player bewegt sich, um den blauen Strahl zu blocken!' WHERE `id`=1713;
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='%player bewegt sich, um den grünen Strahl zu blocken!' WHERE `id`=1714;
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='%player verlässt den blauen Strahl--nächster Blocker los!' WHERE `id`=1715;
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='%player verlässt den grünen Strahl--nächster Blocker los!' WHERE `id`=1716;
|
||||
|
||||
UPDATE `ai_playerbot_texts` SET `text_loc3`='%player verlässt den grünen Strahl--nächster Blocker los!' WHERE `id`=1716;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user