diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-26 17:31:37 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-26 17:31:37 +0200 |
| commit | 8b939700e78aed23788b5a66738a58adb7e20d21 (patch) | |
| tree | 2581e4b46796a864859ae9f4aaf9e5c40f526e74 | |
| parent | 1ad861a95efc1d47af649a8c64987f7dc23e0893 (diff) | |
DB/Misc:
* Fix phaseMask for Mature Lasher
* Implement Essence of Wintergrasp only for wintergrasp zone
| -rw-r--r-- | sql/updates/world/2012_08_26_01_world_creature.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2012_08_26_02_world_spell_area.sql | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_26_01_world_creature.sql b/sql/updates/world/2012_08_26_01_world_creature.sql new file mode 100644 index 00000000000..af14886850d --- /dev/null +++ b/sql/updates/world/2012_08_26_01_world_creature.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `phaseMask`=256 WHERE `id`=34300; diff --git a/sql/updates/world/2012_08_26_02_world_spell_area.sql b/sql/updates/world/2012_08_26_02_world_spell_area.sql new file mode 100644 index 00000000000..c4eae68e3c4 --- /dev/null +++ b/sql/updates/world/2012_08_26_02_world_spell_area.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_area` WHERE spell=58045; +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_start_active`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`) VALUES +(58045,4197,0,0,0,0,0,2,1); |
