From 5df0bcdd4e2d55fb9c1abea882712585dbdcd1f3 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 24 Nov 2015 17:52:38 +0100 Subject: DB: Fix an incorrect Text range in creature_text --- sql/updates/world/2015_11_24_00_world_355.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_11_24_00_world_355.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_11_24_00_world_355.sql b/sql/updates/world/2015_11_24_00_world_355.sql new file mode 100644 index 00000000000..0983d03e649 --- /dev/null +++ b/sql/updates/world/2015_11_24_00_world_355.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `TextRange`=0 WHERE `entry`=10321 AND `groupid`=0 AND `id`=0; -- cgit v1.2.3