Scripts/World: update guard scripts

Port From (https://github.com/TrinityCore/TrinityCore/commit/92026abee10325beedede84b07d5154a5a995b52)
This commit is contained in:
hondacrx
2021-02-18 12:45:47 -05:00
parent da273c3a06
commit 077c965c51
3 changed files with 3 additions and 101 deletions
@@ -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');