diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-12-29 05:02:47 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-12-29 05:06:50 -0300 |
| commit | 8cbac357ce49a7a1e72e3a5e771baa79795daab7 (patch) | |
| tree | 8836b2e1393b1b8a9f44cbd886fea9a0c8076fa9 | |
| parent | 4039a3eb475039be9f4a2fd547ea2f82fff41558 (diff) | |
DB/Spell: Fix 2 procs (triggered flag)
- Hunting Party (Closes #18412)
- Inspiration (Closes #18413)
| -rw-r--r-- | sql/updates/world/3.3.5/2016_12_29_03_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_29_03_world_335.sql b/sql/updates/world/3.3.5/2016_12_29_03_world_335.sql new file mode 100644 index 00000000000..00d9cecd7b9 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_29_03_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId` IN (-14892, -53290); |
