diff options
| -rw-r--r-- | sql/updates/world/2015_09_03_06_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_03_06_world.sql b/sql/updates/world/2015_09_03_06_world.sql new file mode 100644 index 00000000000..3444afe1d77 --- /dev/null +++ b/sql/updates/world/2015_09_03_06_world.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 |
