From bc9f654e5ee7f6f3ad77385fc506ddd536c1337d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 11 Jun 2017 19:03:03 +0200 Subject: [PATCH] So, I came in trying to fix gameobject LoS. So I restructured some stuff. Then it turned out that gameobject LoS is already fixed. So all this does, really, is restructure some stuff. And remove the hack from Sapphiron because I could. --- sql/updates/world/4.3.4/2017_06_10_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/4.3.4/2017_06_10_00_world.sql diff --git a/sql/updates/world/4.3.4/2017_06_10_00_world.sql b/sql/updates/world/4.3.4/2017_06_10_00_world.sql new file mode 100644 index 00000000000..bbc92fb289c --- /dev/null +++ b/sql/updates/world/4.3.4/2017_06_10_00_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sapphiron_frost_breath'; +