From 67f5e59044affc547bc669377e506d8ff0b6823b Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 23 Oct 2022 21:38:05 +0200 Subject: [PATCH] fix(DB/Creatures): Timothy Cunningham should be civilian. (#13495) Fixes #13423 --- data/sql/updates/pending_db_world/rev_1666455090199987000.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1666455090199987000.sql diff --git a/data/sql/updates/pending_db_world/rev_1666455090199987000.sql b/data/sql/updates/pending_db_world/rev_1666455090199987000.sql new file mode 100644 index 000000000..bc3d538c3 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1666455090199987000.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=2 WHERE `entry`=37915;