diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-10-10 11:50:14 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-10-10 11:50:14 +0200 |
commit | 02fc625e522a42bab86987bd880c837eaa5910be (patch) | |
tree | 1f2392d270e0b0e2f6bc307b559a1beb3b34b9ec /sql | |
parent | b8a846d33ed0c5fe15f06f0454fbcd50f48c9f38 (diff) | |
parent | f1c48bb7160a432933dc0306820ebd9fbc9d8261 (diff) |
Merge branch '3.3.5-noth' into 3.3.5
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_10_10_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_10_00_world.sql b/sql/updates/world/2015_10_10_00_world.sql new file mode 100644 index 00000000000..c26303006b7 --- /dev/null +++ b/sql/updates/world/2015_10_10_00_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_text` SET `probability`=20 WHERE `entry`=15954 AND `groupid`=2; + +DELETE FROM `creature_text` WHERE `entry`=15954 AND `groupid` in (4,5,6,7); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15954,4,0,"%s summons forth Skeletal Warriors!",41,100,32974,3,"Noth EMOTE_SUMMON"), +(15954,5,0,"%s raises more skeletons!",41,100,32977,3,"Noth EMOTE_SUMMON_WAVE"), +(15954,6,0,"%s teleports to the balcony above!",41,100,32331,3,"Noth EMOTE_TELEPORT_1"), +(15954,7,0,"%s teleports back into the battle!",41,100,32976,3,"Noth EMOTE_TELEPORT_2"); |