diff options
| author | Alastro-Kraken <Alastro-Kraken@users.noreply.github.com> | 2022-02-13 19:59:49 +0200 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2022-02-13 19:59:49 +0200 |
| commit | 8ebfa44fda93443639016520b3cb006f089e5b84 (patch) | |
| tree | c3e75bef5e79267475c206c1c1365e28e8b6cb3b | |
| parent | 7b00edd9ceaf33570baf14b0c0879fa56d0f4268 (diff) | |
DB/Creature: fix orientation for NPC Tharnariun Treetender
Closes #27763
| -rw-r--r-- | sql/updates/world/3.3.5/2022_02_13_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_02_13_04_world_335.sql b/sql/updates/world/3.3.5/2022_02_13_04_world_335.sql new file mode 100644 index 00000000000..b94ed933d5b --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_13_04_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `orientation`=1.919862151145935058 WHERE `id`=3701; |
