aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-10-20 17:00:28 +0200
committerKillyana <morphone1@gmail.com>2019-10-20 17:00:28 +0200
commitec81d1c6a9f4c5e27764f6a6c4111e1275195c0b (patch)
tree478358107353ab2547c1989797476f1c6ef50e4a
parentfe479ec8fdd3b76e93efc9c00c2a13cbf8458734 (diff)
DB/Creature: Emissary Roman'khan
-rw-r--r--sql/updates/world/3.3.5/2019_10_20_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_10_20_01_world.sql b/sql/updates/world/3.3.5/2019_10_20_01_world.sql
new file mode 100644
index 00000000000..62865c7c63b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_10_20_01_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_template` SET `unit_flags2`=0 WHERE `entry` IN (14862);
+UPDATE `smart_scripts` SET `event_type`=25 WHERE `entryorguid` IN (14862) AND `source_type`=0 AND `id`=5;