diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-01 17:52:40 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-01 17:52:40 +0100 |
| commit | c630eb1c5b3a3b1b9a49bdce72a18934ce4f91a4 (patch) | |
| tree | a094aea20dfc4054298ade061d90f110e5602a7b | |
| parent | aa4bf288e77f09070d32a29d4b8d3cc45b3423be (diff) | |
DB/Creature: Set correct unit flag to Rin'ji
Closes #20775
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_01_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_01_01_world.sql b/sql/updates/world/3.3.5/2017_11_01_01_world.sql new file mode 100644 index 00000000000..7259d0d2c01 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_01_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry`=7780; |
