diff options
| author | Killyana <morphone1@gmail.com> | 2016-09-19 14:39:16 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-01 21:24:32 +0100 |
| commit | 05776111e3dfbb8f92a3cb41f420e03b128ffa87 (patch) | |
| tree | 0bb1cbc40d2d52a7ee384c29f74fc0821d636f08 | |
| parent | 59d22ade765e8802a539f28c9ef9e63427d94f2a (diff) | |
DB/Creature: Fix unit flag for Tatjana (Unconscious)
Closes #15618
(cherry picked from commit 56d20584c78797f44fb0d1ab09d7d913205943c7)
| -rw-r--r-- | sql/updates/world/master/2017_03_01_03_world_2016_09_19_04_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_01_03_world_2016_09_19_04_world.sql b/sql/updates/world/master/2017_03_01_03_world_2016_09_19_04_world.sql new file mode 100644 index 00000000000..e5e76063510 --- /dev/null +++ b/sql/updates/world/master/2017_03_01_03_world_2016_09_19_04_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432 WHERE `entry`=27632; |
