diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-29 19:01:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-29 19:01:50 +0200 |
| commit | 6801357b8acdfa30ae502ea99822a38d34736c74 (patch) | |
| tree | c5d37b21c27706a3e2a20ba4382fc1d6edcd8c5b | |
| parent | bc187c136cc546b3a8a95eda5140927b138be807 (diff) | |
DB/Creature: restore ScriptName for Sentinel Sweetspring.
Wrongly removed it in b52e774.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_29_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
