diff options
| author | offl <offl@users.noreply.github.com> | 2021-05-22 03:36:50 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-10 21:15:30 +0100 |
| commit | 1d5c592fcac1287fa933115839643acafed90adc (patch) | |
| tree | d17a77db4848b61e52ee945aa624ce49a45f8ca4 | |
| parent | 8d3957542a3fe03f2cd45c3737c4e76819bc6742 (diff) | |
DB/Creature: Galaen's Corpse
(cherry picked from commit 3e2dd51eed0b4f4724cb795e1a14d0c94fff4453)
| -rw-r--r-- | sql/updates/world/master/2022_03_10_15_world_2021_05_22_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_10_15_world_2021_05_22_01_world.sql b/sql/updates/world/master/2022_03_10_15_world_2021_05_22_01_world.sql new file mode 100644 index 00000000000..b032ec51b24 --- /dev/null +++ b/sql/updates/world/master/2022_03_10_15_world_2021_05_22_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `speed_walk` = 1 WHERE `entry` = 17508; +UPDATE `creature_template_addon` SET `bytes1` = 0, `bytes2` = 1, `emote` = 0, `auras` = "29266" WHERE `entry` = 17508; |
