diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-01 20:26:55 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-01 20:26:55 +0200 |
| commit | 4a875ec392b41030ea8f394335edc2860079fbb9 (patch) | |
| tree | fccd53bc6db93fdcce7098fed4d80c5e910657a7 | |
| parent | dd870a141fd521d1e760f984bc93db6101d8e733 (diff) | |
DB/Creature: Hyldsmeet Warbear shouldn't have random movement.
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_01_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_01_06_world.sql b/sql/updates/world/3.3.5/2019_07_01_06_world.sql new file mode 100644 index 00000000000..f194f0538c3 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_01_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=30174; |
