diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-23 15:45:54 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-23 15:45:54 +0200 |
| commit | bc0af84da1a98c95ee41ebab6f8663f8326bcd2d (patch) | |
| tree | 20ce588af1a885a58002e914c8d98b2793938a75 | |
| parent | c59753cdbc1e529d197b13c053500594779b760b (diff) | |
DB/Creature: Remove wrong aura from some spawns
Closes #20392
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_23_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_23_01_world.sql b/sql/updates/world/3.3.5/2017_09_23_01_world.sql new file mode 100644 index 00000000000..810472e00c9 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_23_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_addon` SET `auras`="" WHERE `auras`="51714"; |
