diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-19 02:43:15 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-19 02:43:15 +0200 |
| commit | 9a2d86f6ae1c5725bd3ffef6ccdf1116b614d106 (patch) | |
| tree | bf22dad7cb603b7efde4212c7158cc7b482373bc /sql/updates | |
| parent | 1866d8cc06e2b8c2722ccf69ee3f52ceda93bc27 (diff) | |
Core/Spells: Fix Quest "The Emissary"
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql new file mode 100644 index 00000000000..181742b2497 --- /dev/null +++ b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=49882 +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(49882, 32768); |
