aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-05-22 17:54:44 +0200
committerShinDarth <borzifrancesco@gmail.com>2015-07-01 20:59:28 +0200
commite7ae9f8f3cbbfc5f9bf242afeaefd753f2eb38c7 (patch)
tree0f58c09cc312d136556e62d6fdb1b4030cdaa6f8
parent27ee4c60c0a56e0bf060c6dc174a867616dbe578 (diff)
DB/Creature: Surveyor Candress
By Killyana, closes #12528
-rw-r--r--sql/updates/world/2015_05_22_12_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_22_12_world.sql b/sql/updates/world/2015_05_22_12_world.sql
new file mode 100644
index 00000000000..84b5918e7f4
--- /dev/null
+++ b/sql/updates/world/2015_05_22_12_world.sql
@@ -0,0 +1,10 @@
+--
+DELETE FROM `smart_scripts` WHERE `entryorguid`=16522 AND `id`=12;
+UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid`=16522 AND `id`=0;
+UPDATE `smart_scripts` SET `event_phase_mask`=1 WHERE entryorguid=16522 AND `id`=5;
+UPDATE `smart_scripts` SET `event_phase_mask`=0, `event_flags`=0 WHERE `entryorguid`=16522 AND `id`=6;
+UPDATE `smart_scripts` SET `event_phase_mask`=0 WHERE `entryorguid`=16522 AND `id`=7;
+UPDATE `smart_scripts` SET `event_phase_mask`=2 WHERE `entryorguid`=16522 AND `id`=11;
+UPDATE `smart_scripts` SET `event_phase_mask`=1, `action_param1`=1 WHERE entryorguid=16522 AND `id`=9;
+UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=16522 AND `id`=2;
+UPDATE `creature_template` SET `InhabitType`=4 WHERE `Entry`=17947;