From abaed4cf6ce8eca7ba4a0adc02fcbe3cfc4e6f58 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 29 Oct 2016 19:01:50 +0200 Subject: [PATCH] DB/Creature: restore ScriptName for Sentinel Sweetspring. Wrongly removed it in b52e774. --- sql/updates/world/3.3.5/2016_10_29_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_29_06_world.sql diff --git a/sql/updates/world/3.3.5/2016_10_29_06_world.sql b/sql/updates/world/3.3.5/2016_10_29_06_world.sql new file mode 100644 index 00000000000..06c9251574c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_29_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `ScriptName`="npc_stable_master" WHERE `entry`=27056;