diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-29 19:01:50 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-11-11 20:42:53 +0100 |
| commit | a73e0aceba922093c0bc5cb30fed2c284ab501c1 (patch) | |
| tree | 010d54cd2604d270cd96667d6e87d30ec6d1868a | |
| parent | 6042d02349835523dc24b145c10c90ab55025f6d (diff) | |
DB/Creature: restore ScriptName for Sentinel Sweetspring.
Wrongly removed it in b52e774.
(cherry picked from commit 6801357b8acdfa30ae502ea99822a38d34736c74)
| -rw-r--r-- | sql/updates/world/master/2017_11_11_07_world_2016_10_29_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
