diff options
author | Filip <boev.filip@gmail.com> | 2013-09-08 18:10:08 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-09-08 18:10:08 +0200 |
commit | 79307bc884e69e9f8dd60bd5a592a2a6b0a32e4a (patch) | |
tree | c056c726e70fef1b7c28f4e01d3acb3ba1df1e94 | |
parent | 688a35e25dc70b000d87f128a631262768ed7cc9 (diff) |
DB/Update: Needs null spawndist
-rw-r--r-- | sql/updates/world/2013_09_08_01_world_update.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_08_01_world_update.sql b/sql/updates/world/2013_09_08_01_world_update.sql new file mode 100644 index 00000000000..e2046f0267d --- /dev/null +++ b/sql/updates/world/2013_09_08_01_world_update.sql @@ -0,0 +1,2 @@ +-- -.- >.> <.< -_- ._. +UPDATE `creature` SET `spawndist`=0 WHERE`id`=20635; |