diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2017-04-30 19:19:19 +0200 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-04-30 19:19:19 +0200 |
commit | a8f7c55d349a43d02a1015f66c90a20810d18f1d (patch) | |
tree | 19b6fc526fa42896a3a98fad031ef0e58857c748 | |
parent | 9d3810c3c83c8d7264a698cf655442b89b1b55d2 (diff) |
DB/Gossip: fix bad update in 2017_04_30_00_world_335.sql
* Properly remove text0_1 content from npc_text ID 16432
Ref. commit 88413de9d848dfd167779c0172d4683ce64b9497
Ref. issue #19527
(DB/Gossip: npc_text contains "MISSING TEXT" and missing info in 48 rows)
-rw-r--r-- | sql/updates/world/3.3.5/2017_04_30_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_30_02_world_335.sql b/sql/updates/world/3.3.5/2017_04_30_02_world_335.sql new file mode 100644 index 00000000000..a483e0946c9 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_30_02_world_335.sql @@ -0,0 +1,2 @@ +-- Griniblix the Spectator - Dire Maul, Feralas (entry 14395) +UPDATE `npc_text` SET `text0_1`= '' WHERE `ID`= 16432; |