diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-02-12 03:47:31 +0100 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2018-02-12 03:47:31 +0100 |
| commit | bf3973dc611935b13045c55e64f484352b6530bd (patch) | |
| tree | 8ed19f855e7cb9f4aeb4f51f31c9f4af6c080a24 | |
| parent | e4e6e2209c8ad6cc534460a4ec9f6da469761d15 (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.
| -rw-r--r-- | sql/updates/world/3.3.5/2018_02_12_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
