diff options
| author | ccrs <ccrs@users.noreply.github.com> | 2017-11-22 20:11:22 +0100 |
|---|---|---|
| committer | ccrs <ccrs@users.noreply.github.com> | 2017-11-22 20:11:22 +0100 |
| commit | 299323ce5d2e478f2eb7fcd6572c5fbf87b98c6e (patch) | |
| tree | e746fde33a7cb9dbda04bd978f38e15aed64bcca /sql | |
| parent | c4846d94615dcce1d408afe6ff6594188a4be367 (diff) | |
Scripts/World: update guard scripts
Also remove deprecated method from Creature
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_22_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_22_03_world.sql b/sql/updates/world/3.3.5/2017_11_22_03_world.sql new file mode 100644 index 00000000000..12d213ae2f7 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
