mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
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:
2
sql/updates/world/3.3.5/2017_04_30_02_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2017_04_30_02_world_335.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Griniblix the Spectator - Dire Maul, Feralas (entry 14395)
|
||||
UPDATE `npc_text` SET `text0_1`= '' WHERE `ID`= 16432;
|
||||
Reference in New Issue
Block a user