From 6ff9512940231dd0e3e327cf808b3ce40f3a482a Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 18 Dec 2015 16:14:56 +0100 Subject: DB/SAI: Fix some Spamming spells on health pct By: @Treeston Closes #16034 --- sql/updates/world/2015_12_18_03_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_12_18_03_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/2015_12_18_03_world_335.sql b/sql/updates/world/2015_12_18_03_world_335.sql new file mode 100644 index 00000000000..de778343a0e --- /dev/null +++ b/sql/updates/world/2015_12_18_03_world_335.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=(`event_flags`|1) WHERE `entryorguid`=702 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `event_flags`=(`event_flags`|1) WHERE `entryorguid`=1393 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `event_param3`=15000 AND `event_param4`=15000 WHERE `entryorguid`=26073 AND `source_type`=0 AND `id`=9; +UPDATE `smart_scripts` SET `event_param3`=4000 AND `event_param4`=7000 WHERE`entryorguid`=11353 AND `source_type`=0 AND `id`=0; -- cgit v1.2.3