diff --git a/sql/updates/world/3.3.5/2017_04_15_01_world_335.sql b/sql/updates/world/3.3.5/2017_04_15_01_world_335.sql new file mode 100644 index 00000000000..66318285af1 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_15_01_world_335.sql @@ -0,0 +1,2 @@ +-- Remove unknown spell aura on creature Sergeant Major Skyshadow +UPDATE `creature_addon` SET `auras`='' WHERE `guid`=106950;