Scripts/World: update guard scripts

Also remove deprecated method from Creature
This commit is contained in:
ccrs
2017-11-22 20:11:22 +01:00
parent c4846d9461
commit 299323ce5d
7 changed files with 251 additions and 521 deletions

View File

@@ -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');