diff options
| author | Rat <none@none> | 2009-08-03 01:12:05 +0200 |
|---|---|---|
| committer | Rat <none@none> | 2009-08-03 01:12:05 +0200 |
| commit | f166fa145f637e01ca5efd68f495c6dc1b86ca21 (patch) | |
| tree | 0097bb560cf5cba3e14a8ca598c0be07b5ff70a0 /sql | |
| parent | 249b2e43819e7e87c78657cf00227a7a9fe12c49 (diff) | |
*fix Lady Vashj
*fix Toxic Sporebat's Toxic Pool spell
--HG--
branch : trunk
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 |
