diff options
| author | megamage <none@none> | 2008-10-27 08:28:57 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2008-10-27 08:28:57 -0500 |
| commit | 0e18e4330c0ab109080d5b7f18a3f9f83412e65a (patch) | |
| tree | 2b6400615285ab139192cfc727f7f9547d18f021 /src/bindings/scripts/sql/Updates | |
| parent | 1f7ff8104987d1af56284bd67489b1f3bb705680 (diff) | |
[svn] Fix some mistakes of the last two commits.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/sql/Updates')
| -rw-r--r-- | src/bindings/scripts/sql/Updates/r125_trinity.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/sql/Updates/r125_trinity.sql b/src/bindings/scripts/sql/Updates/r125_trinity.sql index bceb8dfe4c3..946d50f3939 100644 --- a/src/bindings/scripts/sql/Updates/r125_trinity.sql +++ b/src/bindings/scripts/sql/Updates/r125_trinity.sql @@ -1,4 +1,4 @@ -update creature_template set speed='0.01' scriptname='mob_toxic_sporebat' WHERE entry=22140;
+update creature_template set speed='0.01',scriptname='mob_toxic_sporebat' WHERE entry=22140;
update creature_template SET scriptname='npc_overlord_morghor' WHERE entry=23139;
update creature_template SET scriptname='npc_lord_illidan_stormrage' WHERE entry=22083;
update creature_template SET scriptname='npc_yarzill_the_merc' WHERE entry=23141;
|
