From a73e0aceba922093c0bc5cb30fed2c284ab501c1 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 29 Oct 2016 19:01:50 +0200 Subject: DB/Creature: restore ScriptName for Sentinel Sweetspring. Wrongly removed it in b52e774. (cherry picked from commit 6801357b8acdfa30ae502ea99822a38d34736c74) --- sql/updates/world/master/2017_11_11_07_world_2016_10_29_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_11_11_07_world_2016_10_29_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_11_11_07_world_2016_10_29_06_world.sql b/sql/updates/world/master/2017_11_11_07_world_2016_10_29_06_world.sql new file mode 100644 index 00000000000..06c9251574c --- /dev/null +++ b/sql/updates/world/master/2017_11_11_07_world_2016_10_29_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `ScriptName`="npc_stable_master" WHERE `entry`=27056; -- cgit v1.2.3