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 88413de9d8

Ref. issue #19527
(DB/Gossip: npc_text contains "MISSING TEXT" and missing info in 48 rows)
This commit is contained in:
tkrokli
2017-04-30 19:19:19 +02:00
committed by Aokromes
parent 8482a425d4
commit f9b57bc630

View File

@@ -0,0 +1,2 @@
-- Griniblix the Spectator - Dire Maul, Feralas (entry 14395)
UPDATE `npc_text` SET `text0_1`= '' WHERE `ID`= 16432;