diff options
| author | jackpoz <giacomopoz@gmail.com> | 2015-12-08 12:40:04 +0100 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2015-12-08 12:40:04 +0100 |
| commit | 187e45d24b07613447e449565cdff8015c3220ac (patch) | |
| tree | b00a61e0884558486459d8514124a95852ab193f /sql | |
| parent | b6942cd090f34196a7a633f05d48c92a344106a1 (diff) | |
| parent | 5dd61633872fc40d83dfa13aa58a1c7de717c012 (diff) | |
Merge pull request #15910 from Treeston/3.3.5-maexxna
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_12_08_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_08_02_world.sql b/sql/updates/world/2015_12_08_02_world.sql new file mode 100644 index 00000000000..375d0941adb --- /dev/null +++ b/sql/updates/world/2015_12_08_02_world.sql @@ -0,0 +1,6 @@ +-- maexxna cleanup +DELETE FROM `creature_text` WHERE `entry`=15952; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15952,0,0,"Spiderlings appear on the web!",41,100,32305,3,"Maexxna EMOTE_SPIDERS"), +(15952,1,0,"%s spins her web into a cocoon!",41,100,32303,3,"Maexxna EMOTE_WEB_WRAP"), +(15952,2,0,"%s sprays strands of web everywhere!",41,100,32304,3,"Maexxna EMOTE_WEB_SPRAY"); |
