From a0e659434e7c28cc28c1dfeff99510ab658dca4b Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 31 May 2016 19:45:47 +0200 Subject: DB/Creature: Fix Unit flag for Lurielle Closes #17215 Value taken from 6.x DB --- sql/updates/world/3.3.5/2016_05_31_14_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_05_31_14_world_335.sql (limited to 'sql') 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; -- cgit v1.2.3