diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-06 19:25:50 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-06 19:25:50 +0100 |
commit | ee0237725298e0a46a5e4bd9d39cb8e76f6ffa9e (patch) | |
tree | 501a4237d71c1b1867fc5f9821ceccbe1fb2aea2 | |
parent | 2b51726fd009d580578c7bd363ce528e5dbf119c (diff) |
DB/Object: Nether Drake Egg
By @Killyana
Closes #6284
-rw-r--r-- | sql/updates/world/2015_04_06_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_06_04_world.sql b/sql/updates/world/2015_04_06_04_world.sql new file mode 100644 index 00000000000..0b6adc4f550 --- /dev/null +++ b/sql/updates/world/2015_04_06_04_world.sql @@ -0,0 +1,4 @@ +UPDATE `gameobject_template` SET `data5`=1 WHERE `entry`=184867; +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 37639 AND `spell_effect` = 36326; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +( 37639, 36326, 0, 'Nether Whelp'); |