mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Scripts/World: update guard scripts
Also remove deprecated method from Creature
This commit is contained in:
2
sql/updates/world/3.3.5/2017_11_22_03_world.sql
Normal file
2
sql/updates/world/3.3.5/2017_11_22_03_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user