diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-03 20:20:44 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-20 15:50:40 +0200 |
| commit | 59a0c3eb2314069e0fc5e70666a87de380c4f842 (patch) | |
| tree | 1a9a88bb219fe74a1d384ae299fca10e63506e1e /sql | |
| parent | 5c54d6265f36c7f870504550c960f1ecee51939a (diff) | |
DB/Quest: Magic Carpet Ride
Remove a wrong spell used to ride the carpet
Closes #15418
(cherry picked from commit 82f69b5bea09f4bb3e977817324dac733d632752)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_10_20_05_world_2015_09_03_06.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_20_05_world_2015_09_03_06.sql b/sql/updates/world/2015_10_20_05_world_2015_09_03_06.sql new file mode 100644 index 00000000000..3444afe1d77 --- /dev/null +++ b/sql/updates/world/2015_10_20_05_world_2015_09_03_06.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=2546000 AND `source_type`=9 AND `id`=0 AND `action_type`=11; +UPDATE `smart_scripts` SET `id`=0 WHERE `entryorguid`=2546000 AND `source_type`=9 AND `id`=1 AND `action_type`=53; + +DELETE FROM `creature_addon` WHERE `guid`=137997; -- fix a DB error |
