diff options
author | offl <offl@users.noreply.github.com> | 2021-01-13 00:53:43 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-05 23:50:52 +0100 |
commit | 444b6bc738db92fc55358635a3574872e58f2b09 (patch) | |
tree | 0fd084902ac23b36cfbfbf1ab1a3b960e8fa84c7 | |
parent | 051aadbab5901a29e85c43d364c1cbda867bbb71 (diff) |
DB/Creature: Fix typo in 7a774e94d04cb2b6150222f4798de987917b04ca
Kodo can't sit
(cherry picked from commit f6b22df9bd2231717b78393c65d92fbcafe92483)
-rw-r--r-- | sql/updates/world/master/2022_03_05_75_world_2021_01_12_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_75_world_2021_01_12_05_world.sql b/sql/updates/world/master/2022_03_05_75_world_2021_01_12_05_world.sql new file mode 100644 index 00000000000..77a11445c16 --- /dev/null +++ b/sql/updates/world/master/2022_03_05_75_world_2021_01_12_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_addon` SET `bytes1` = 0 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` = 26160); |