diff options
author | Killyana <morphone1@gmail.com> | 2016-05-31 19:45:47 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-05-31 19:45:47 +0200 |
commit | a0e659434e7c28cc28c1dfeff99510ab658dca4b (patch) | |
tree | ff531c59aae867c7cb1fdd130c83a33d2f451fac | |
parent | 51d100f4ba168ebf99d3d617c3099ad1498feb15 (diff) |
DB/Creature: Fix Unit flag for Lurielle
Closes #17215
Value taken from 6.x DB
-rw-r--r-- | sql/updates/world/3.3.5/2016_05_31_14_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_31_14_world_335.sql b/sql/updates/world/3.3.5/2016_05_31_14_world_335.sql new file mode 100644 index 00000000000..496a9645bda --- /dev/null +++ b/sql/updates/world/3.3.5/2016_05_31_14_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33536 WHERE `entry`=24117; |