diff options
| author | DanVS <DanVS@users.noreply.github.com> | 2018-01-02 18:04:43 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-05-16 21:56:06 +0200 |
| commit | 72cfc0ef34857606651292ebf12b44fab0e9a025 (patch) | |
| tree | 29542267262b77add256932aa9e889a6c9c58cac | |
| parent | d07972e7e2dae1f1c1c4038f392d31c875e7b00c (diff) | |
DB/Creature: Dream Vision
Closes #21161
(cherry picked from commit f76dd2f4ab8b556550b8ecb9b37cd653bd5ae5d4)
| -rw-r--r-- | sql/updates/world/master/2021_05_16_04_world_2018_01_02_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_05_16_04_world_2018_01_02_06_world.sql b/sql/updates/world/master/2021_05_16_04_world_2018_01_02_06_world.sql new file mode 100644 index 00000000000..7bd7993b69e --- /dev/null +++ b/sql/updates/world/master/2021_05_16_04_world_2018_01_02_06_world.sql @@ -0,0 +1,2 @@ +-- Dream Vision +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry`=7863; |
