diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-10-10 11:54:53 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-10-10 11:54:53 +0200 |
commit | 88c2066ea87c8bdfdec443b081d6c94fc288e7c8 (patch) | |
tree | 5187cb6b4c5a4702a7ac1c77a1e079f6776e3344 /sql | |
parent | 02fc625e522a42bab86987bd880c837eaa5910be (diff) | |
parent | 3e5d5e14a0af32f30f444fbd512a5406997d30f5 (diff) |
Merge branch 'Treeston-3.3.5-heigan' into 3.3.5
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_10_10_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_10_01_world.sql b/sql/updates/world/2015_10_10_01_world.sql new file mode 100644 index 00000000000..4088a33b837 --- /dev/null +++ b/sql/updates/world/2015_10_10_01_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_text` SET `probability`=20 WHERE `entry`=15936 AND `groupid`=1; + +DELETE FROM `creature_text` WHERE `entry`=15936 AND `groupid` IN (4,5); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15936,4,0,"%s teleports and begins to channel a spell!",41,100,32332,3,"Heigan EMOTE_DANCE"), +(15936,5,0,"%s rushes to attack once more!",41,100,32333,3,"Heigan EMOTE_DANCE_END"); |