DB/SAI: Fix some Spamming spells on health pct

By: @Treeston
Closes #16034
This commit is contained in:
Killyana
2015-12-18 16:14:56 +01:00
parent ba72fd863c
commit 6ff9512940

View File

@@ -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;