From bf3973dc611935b13045c55e64f484352b6530bd Mon Sep 17 00:00:00 2001 From: Treeston Date: Mon, 12 Feb 2018 03:47:31 +0100 Subject: [PATCH] Scripts/CoT4: Stratholme Residents should no longer rudely interrupt Arthas by punching him in the face while he's giving a righteous sermon on his reasons for wiping them all out. --- sql/updates/world/3.3.5/2018_02_12_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_02_12_01_world.sql diff --git a/sql/updates/world/3.3.5/2018_02_12_01_world.sql b/sql/updates/world/3.3.5/2018_02_12_01_world.sql new file mode 100644 index 00000000000..4ff4dafec07 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_12_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=2 WHERE `entry`=28167;