diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5230_world_TDB.sql | 1 | ||||
| -rw-r--r-- | sql/updates/5230_world_scripts.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/5230_world_TDB.sql b/sql/updates/5230_world_TDB.sql new file mode 100644 index 00000000000..cf6f393f3a8 --- /dev/null +++ b/sql/updates/5230_world_TDB.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `npcflag` = `npcflag`|1 WHERE `entry` = 29811;
\ No newline at end of file diff --git a/sql/updates/5230_world_scripts.sql b/sql/updates/5230_world_scripts.sql new file mode 100644 index 00000000000..be2610139ac --- /dev/null +++ b/sql/updates/5230_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName` = 'npc_frostborn_scout' WHERE `entry` = 29811;
\ No newline at end of file |
