diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-11-06 22:11:20 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-06 22:11:20 +0100 |
| commit | 4fd4d283542600fd25a9e4a4a280f33fee6c87d0 (patch) | |
| tree | be5f4bfe2a05d31575faba59ed8358bd79cc7f38 /sql/updates | |
| parent | 3010f2ca5dea532c851d5472157bbfdf0531e0d0 (diff) | |
Core/Misc: Fixed facing after using areatrigger teleports and graveyard orientations
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_11_06_05_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_06_05_world.sql b/sql/updates/world/master/2021_11_06_05_world.sql new file mode 100644 index 00000000000..91bd1c4b35f --- /dev/null +++ b/sql/updates/world/master/2021_11_06_05_world.sql @@ -0,0 +1 @@ +UPDATE `world_safe_locs` SET `Facing`=DEGREES(`Facing`) WHERE `ID` IN (80000,100000); |
