diff options
author | Treeston <treeston.mmoc@gmail.com> | 2018-02-12 03:47:31 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-19 23:33:38 +0200 |
commit | fbc7e7d5cc6214e5b1f5efc5af99c175077d82b9 (patch) | |
tree | a89b6ac47302a1ed3937b2cf32a9d4f8f8012ca6 /sql | |
parent | f4cc76063f5c19773e25eaac9bd3975828c4cc47 (diff) |
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.
(cherry picked from commit bf3973dc611935b13045c55e64f484352b6530bd)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_06_19_21_world_2018_02_12_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_19_21_world_2018_02_12_01_world.sql b/sql/updates/world/master/2021_06_19_21_world_2018_02_12_01_world.sql new file mode 100644 index 00000000000..4ff4dafec07 --- /dev/null +++ b/sql/updates/world/master/2021_06_19_21_world_2018_02_12_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=2 WHERE `entry`=28167; |