diff options
| author | ccrs <ccrs@users.noreply.github.com> | 2017-11-22 20:11:22 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-02-15 19:13:25 +0100 |
| commit | 92026abee10325beedede84b07d5154a5a995b52 (patch) | |
| tree | 188587c8271e289cf3b7f49fbc7ed8e6c75d6ca4 /sql | |
| parent | 36e4783efdc6439d4e4c31ce6b97922dbfe30cfb (diff) | |
Scripts/World: update guard scripts
Also remove deprecated method from Creature
(cherry picked from commit 299323ce5d2e478f2eb7fcd6572c5fbf87b98c6e)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_02_08_05_world_2017_11_22_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_08_05_world_2017_11_22_03_world.sql b/sql/updates/world/master/2021_02_08_05_world_2017_11_22_03_world.sql new file mode 100644 index 00000000000..12d213ae2f7 --- /dev/null +++ b/sql/updates/world/master/2021_02_08_05_world_2017_11_22_03_world.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName` = 'npc_guard_generic' WHERE `ScriptName` = 'guard_generic'; +UPDATE `creature_template` SET `ScriptName` = 'npc_guard_shattrath_faction' WHERE `ScriptName` IN ('guard_shattrath_scryer', 'guard_shattrath_aldor'); |
