diff options
author | Killyana <morphone1@gmail.com> | 2016-01-18 00:43:09 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-01-18 00:43:09 +0100 |
commit | 8b30ee0e39ffac4b96fdb02855592eaebc69c229 (patch) | |
tree | b3bcdbbc02e4ed2b8d19765685067068f5f07817 | |
parent | e4fef200ec8519f90bcc2f3914e5c0ed59eb5d3c (diff) |
DB/Crearure text: Upate AlgalonText Range
By @Treeston
Closes #16170
-rw-r--r-- | sql/updates/world/2016_01_17_15_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_15_world.sql b/sql/updates/world/2016_01_17_15_world.sql new file mode 100644 index 00000000000..da949d7100d --- /dev/null +++ b/sql/updates/world/2016_01_17_15_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `TextRange`=3 WHERE `entry`=32871; |