diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-09-04 00:25:49 -0300 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-09-04 00:25:49 -0300 |
| commit | d4049e62a3b915867e9668a82402b7e7f2389b9f (patch) | |
| tree | c6ee55ac6a18ee1a701eefade5eef3b1da5bfe19 /sql | |
| parent | cec861bb00e8fa1d95f428b6586ef12558ae987a (diff) | |
Scripts/Blood Furnace: Update Broggok's script to EventMaps
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_09_03_01_world_loot.sql (renamed from sql/updates/world/2014_09_03_00_world_loot.sql) | 2 | ||||
| -rw-r--r-- | sql/updates/world/2014_09_04_00_world_creature_template.sql | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sql/updates/world/2014_09_03_00_world_loot.sql b/sql/updates/world/2014_09_03_01_world_loot.sql index 6b44d166526..b56eba26355 100644 --- a/sql/updates/world/2014_09_03_00_world_loot.sql +++ b/sql/updates/world/2014_09_03_01_world_loot.sql @@ -1 +1 @@ -UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=6 WHERE `entry` IN (34566, 35216, 35268, 35269, 35347, 35348, 35349, 35350, 35351, 35352, 35447, 35448, 35449, 35615, 35616) AND `item`=3 +UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=6 WHERE `entry` IN (34566, 35216, 35268, 35269, 35347, 35348, 35349, 35350, 35351, 35352, 35447, 35448, 35449, 35615, 35616) AND `item`=3;
diff --git a/sql/updates/world/2014_09_04_00_world_creature_template.sql b/sql/updates/world/2014_09_04_00_world_creature_template.sql new file mode 100644 index 00000000000..1484f317983 --- /dev/null +++ b/sql/updates/world/2014_09_04_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Remove no longer used script
+UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 17662; -- Broggok Poison Cloud
|
