diff options
| author | krofna <krofnica996@gmail.com> | 2013-01-11 12:52:19 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-01-11 12:52:19 +0000 |
| commit | dc30c6353375a6fbc03b32cc20d569b807fcffe9 (patch) | |
| tree | 0b0724dc486a601d5cfd02e166d7e7261443968b /sql | |
| parent | efa094e893cdaf2385eb49aa8b304084a153170d (diff) | |
Script/AQ Implement Ayamiss the Hunter and fix screwup in my Ossirian
Closes #8862
Signed-off-by: Nay <dnpd.dd@gmail.com>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_01_11_00_world_ayamiss.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_11_00_world_ayamiss.sql b/sql/updates/world/2013_01_11_00_world_ayamiss.sql new file mode 100644 index 00000000000..cbdb7a2ed16 --- /dev/null +++ b/sql/updates/world/2013_01_11_00_world_ayamiss.sql @@ -0,0 +1,4 @@ +DELETE FROM `creature_text` WHERE `entry`=15369; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(15369,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,'Ayamiss frenzy'); +UPDATE `creature_template` SET ScriptName='npc_hive_zara_larva' WHERE entry=15555; |
