diff options
author | Malcrom <malcromdev@gmail.com> | 2013-12-07 23:21:27 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-12-07 23:21:27 -0330 |
commit | 1fa8c6e3bfb0f716d5661887de1656ae581929cc (patch) | |
tree | c950bda4b24aab3e7e596c45e89971e23b1bee5e | |
parent | 877ad17f191db0a3a702c2e74df514c34c01be53 (diff) |
DB/Misc: Fix typo
-rw-r--r-- | sql/updates/world/2013_12_07_00_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_12_07_00_world_misc.sql b/sql/updates/world/2013_12_07_00_world_misc.sql index 42063be2e3a..abf180542c8 100644 --- a/sql/updates/world/2013_12_07_00_world_misc.sql +++ b/sql/updates/world/2013_12_07_00_world_misc.sql @@ -17,7 +17,7 @@ INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`pr (@ENTRY,3,0,'Just two minutes to go! We're half way there, but don't let your guard down!',14,0,100,0,0,0,'Belnistrasz SAY_EVENT_TWO_MIN_LEFT'), (@ENTRY,4,0,'One more minute! Hold on now, the ritual is about to take hold!',14,0,100,0,0,0,'Belnistrasz SAY_EVENT_ONE_MIN_LEFT'), (@ENTRY,5,0,'That's it -- we made it! The ritual is set in motion, and idol fires are about to go out for good! You truly are the heroes I thought you would be!',14,0,100,4,0,0,'Belnistrasz SAY_EVENT_END'), -(@ENTRY,6,0,'You'll rue the day you crossed me, $N',12,0,100,0,0,0,'Belnistrasz SAY_AGGRO'); +(@ENTRY,6,0,'You'll rue the day you crossed me, $N',12,0,100,0,0,0,'Belnistrasz SAY_AGGRO'), (@ENTRY,7,0,'Watch out for the $N!',12,0,100,0,0,0,'Belnistrasz SAY_WATCH_OUT'); -- Fix trigger location |