diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/4725_world_scripts.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/4725_world_scripts.sql b/sql/updates/4725_world_scripts.sql new file mode 100644 index 00000000000..83a38a2210c --- /dev/null +++ b/sql/updates/4725_world_scripts.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `minlevel`='80' WHERE (`entry`='22207'); +UPDATE `creature_template` SET `maxlevel`='80' WHERE (`entry`='22207'); +UPDATE `creature_template` SET `faction_A`='14' WHERE (`entry`='22207'); +UPDATE `creature_template` SET `faction_H`='14' WHERE (`entry`='22207'); +UPDATE `creature_template` SET `flags_extra`='128' WHERE (`entry`='22207');
\ No newline at end of file |
