diff options
| author | Killyana <morphone1@gmail.com> | 2015-11-24 17:52:38 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-11-24 17:52:38 +0100 |
| commit | 5df0bcdd4e2d55fb9c1abea882712585dbdcd1f3 (patch) | |
| tree | 4049ee7c3a626d816897402682639c032b8a7fe5 | |
| parent | f0c7061f0b6dbd739f98dd91ad471395343fa836 (diff) | |
DB: Fix an incorrect Text range in creature_text
| -rw-r--r-- | sql/updates/world/2015_11_24_00_world_355.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
