From a8f7c55d349a43d02a1015f66c90a20810d18f1d Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sun, 30 Apr 2017 19:19:19 +0200 Subject: 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) --- sql/updates/world/3.3.5/2017_04_30_02_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_04_30_02_world_335.sql (limited to 'sql') 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; -- cgit v1.2.3