diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-09-09 23:54:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 23:54:27 +0300 |
| commit | 70c3e58327855eb0e05a235f31bf72e135846877 (patch) | |
| tree | 65af0c28b7f5e8b5804bec1c1b25ab3430046f08 /sql | |
| parent | ff8ddbfd53271a144075b49d01a75a1da33ccb6e (diff) | |
Scripts/Creature: Update Dancing Flames (#26883)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_09_09_11_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_09_09_11_world.sql b/sql/updates/world/3.3.5/2021_09_09_11_world.sql new file mode 100644 index 00000000000..f41335c6172 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_09_09_11_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight` = 1, `Rooted` = 1 WHERE `CreatureId` = 25305; |
