mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded. Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
406ac0abe5
commit
95840fd2c3
337 changed files with 3025 additions and 3025 deletions
16
ChangeLog
16
ChangeLog
|
|
@ -192,7 +192,7 @@ MaNGOS 0.9 (Dec 14 2007)
|
|||
* Improved: existing chat and console commands for server gamemasters/administrators, and added new commands.
|
||||
|
||||
==== Statistics ====
|
||||
* Fixed Bugs: 161
|
||||
* Fixed Bugs: 161
|
||||
* Total number of changes: 228
|
||||
|
||||
MaNGOS 0.8 (Oct 16, 2007)
|
||||
|
|
@ -200,7 +200,7 @@ MaNGOS 0.8 (Oct 16, 2007)
|
|||
MaNGOS 0.8 - Codename "Innkeeper" - adds further improvements to the
|
||||
server core as well as to the majority of game classes and the game content
|
||||
database.
|
||||
|
||||
|
||||
Important License Change Notice: MaNGOS still is licensed under the terms
|
||||
of the GPL v2, but we now have added an exception to officially allow our
|
||||
users to link MaNGOS against the OpenSSL libraries.
|
||||
|
|
@ -217,7 +217,7 @@ MaNGOS 0.8 (Oct 16, 2007)
|
|||
* Added: support for instance specific scripts and data,
|
||||
* Added: support for localization of names, texts, etc.,
|
||||
* Added: support for multiple battleground instances,
|
||||
* Added: support for scripted game object buttons,
|
||||
* Added: support for scripted game object buttons,
|
||||
* Improved: battlegrounds should be mostly working, only a few issues left,
|
||||
* Improved: dungeon system has seen a few improvements,
|
||||
* Improved: formulas for most aspects of the game,
|
||||
|
|
@ -272,7 +272,7 @@ MaNGOS 0.7 (Jul 9, 2007)
|
|||
* Improved: the mail system and implemented the delay for mails containing items.
|
||||
* Added: an initial version of the battleground system. One type of battleground is mostly done, still needs more work.
|
||||
* Added: the jewelry profession, prospecting and support for inserting gems in sockets including meta gems bonuses.
|
||||
* Added: support for multi-mining veins.
|
||||
* Added: support for multi-mining veins.
|
||||
* Added: support for auto-renaming of characters on login at the request of GMs.
|
||||
* Added: a new, more correct visibility system, invisibility is also implemented correctly now.
|
||||
* Improved: durability cost calculation.
|
||||
|
|
@ -398,7 +398,7 @@ MaNGOS 0.1 (Dec 04, 2005)
|
|||
* Added: Weapon damage genrator now adds extra damage types for some items.
|
||||
* Add Tools,DBC Editer,you can use it to edit all .dbc File,
|
||||
* AI delivery
|
||||
* Fix duel flag object position
|
||||
* Fix duel flag object position
|
||||
* Fixed and sped up the players array code.
|
||||
* Fixed: Armor settings.
|
||||
* Fixed: Bug fixes for crash and other stuff.
|
||||
|
|
@ -432,7 +432,7 @@ MaNGOS 0.1 (Dec 04, 2005)
|
|||
* Fix two player in the same zone cores. Fix mem leaks in 1.8 mask deletion. And fix core dump for npc handler due to GUI only takes lower part.
|
||||
* Function _ApplyItemMods() is protected... then i created a public function ApplyItemMods() that calls it... Object Oriented Project, guys!
|
||||
* Function SetStanding() has been created. Now needs to put it on places where the standing of the reputation is increased.
|
||||
* Initial delivery of the AI framework..
|
||||
* Initial delivery of the AI framework..
|
||||
* Major CPU usage improvements with grid system disabled.
|
||||
* msg of ignore list fixed
|
||||
* Now Faction.dbc is being loaded.
|
||||
|
|
@ -495,7 +495,7 @@ MaNGOS 0.0.2 (Oct 31, 2005)
|
|||
MaNGOS 0.0.2 - Codename "Library" - adds another bunch of improvements, bug
|
||||
fixes and major enhancements to the overall functionality of the daemon. A
|
||||
complete list of all updated items follows below:
|
||||
|
||||
|
||||
==== Game Features ====
|
||||
* Added support for area exploration.
|
||||
* Added support for duels.
|
||||
|
|
@ -560,4 +560,4 @@ MaNGOS 0.0.1 (Sept 13, 2005)
|
|||
==== Statistics ====
|
||||
* Fixed Bugs: #2, #3, #9, #10, #11
|
||||
* Total number of changes: 53.
|
||||
|
||||
|
||||
|
|
|
|||
12
configure.ac
12
configure.ac
|
|
@ -27,15 +27,15 @@ AM_MAINTAINER_MODE
|
|||
|
||||
## Prevent the configure script from continuing any further if
|
||||
# configuration is being performed in the top-level directory.
|
||||
# The idea is to prevent this ,because some maintainers tend
|
||||
# The idea is to prevent this ,because some maintainers tend
|
||||
# to break parallel build trees (a.k.a. VPATH builds).
|
||||
if test "$srcdir" = "." && test "$enable_maintainer_mode" != "yes"; then
|
||||
AC_MSG_ERROR(
|
||||
[
|
||||
Please configure and build in a directory other than the
|
||||
top-level source directory. This is needed because a lot
|
||||
of maintainers tend to break parallel build trees
|
||||
(a.k.a. VPATH builds). This is kinda real ensurance they
|
||||
of maintainers tend to break parallel build trees
|
||||
(a.k.a. VPATH builds). This is kinda real ensurance they
|
||||
will not do it (by enforcing everybody to do VPATH builds).
|
||||
|
||||
For example, try the following from the top-level source
|
||||
|
|
@ -86,7 +86,7 @@ fi
|
|||
AM_CONDITIONAL(DOXYGEN_ENABLED, test x$enable_doxygen_support = xyes)
|
||||
|
||||
## Check for required libraries.
|
||||
AC_CHECK_LIB( pthread, pthread_create, [],
|
||||
AC_CHECK_LIB( pthread, pthread_create, [],
|
||||
[LDFLAGS="-pthread $LDFLAGS"
|
||||
AC_TRY_LINK([char pthread_create();],
|
||||
pthread_create();,
|
||||
|
|
@ -105,7 +105,7 @@ AC_ARG_WITH(postgresql,
|
|||
*) AC_MSG_ERROR(Bad value ${withval} for --with-postgresql) ;;
|
||||
esac],
|
||||
[DO_POSTGRESQL=no])
|
||||
|
||||
|
||||
AC_ARG_WITH(mysql,
|
||||
[ --with-mysql Use MySQL as a backend (default: yes)],
|
||||
[case "${withval}" in
|
||||
|
|
@ -125,7 +125,7 @@ POSTGRE_LIBS="-L/usr/lib/postresql -lpq -lz -lpthread -lcrypt -lnsl -lm -lpthrea
|
|||
CXXFLAGS="-DDO_POSTGRESQL $CXXFLAGS"
|
||||
fi
|
||||
AC_MSG_RESULT($DO_POSTGRESQL)
|
||||
|
||||
|
||||
# here mysql
|
||||
AC_MSG_CHECKING(whether to build/link MYSQL)
|
||||
if test "x$DO_MYSQL" = "xyes"; then
|
||||
|
|
|
|||
|
|
@ -10,22 +10,22 @@
|
|||
* - <A HREF="http://getmangos.com/wiki/">On the wiki</A> to get an overview of the different modules of the server
|
||||
* - <A HREF="./modules.html">In this source doumentation</A>, starting at the module hierarchy
|
||||
*/
|
||||
|
||||
|
||||
/*! \defgroup realmd Realm Daemon
|
||||
*/
|
||||
|
||||
|
||||
/*! \defgroup mangos Mangos Deamon
|
||||
*/
|
||||
|
||||
/*! \defgroup mangosd Daemon starter
|
||||
\ingroup mangos
|
||||
*/
|
||||
|
||||
|
||||
/*! \defgroup u2w User Connections
|
||||
\ingroup mangos
|
||||
*/
|
||||
*/
|
||||
|
||||
/*! \defgroup world The World
|
||||
\ingroup mangos
|
||||
*/
|
||||
*/
|
||||
|
||||
|
|
|
|||
1054
doc/Doxyfile.in
1054
doc/Doxyfile.in
File diff suppressed because it is too large
Load diff
|
|
@ -45,5 +45,5 @@ doc:
|
|||
@echo "You must enable at configure time: ./configure --enable-doxygen"
|
||||
endif
|
||||
|
||||
clean-local:
|
||||
clean-local:
|
||||
rm -rf $(DOC_OUT_HTML)
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ UNLOCK TABLES;
|
|||
-- Table structure for table `areatrigger_scripts`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `areatrigger_scripts`;
|
||||
DROP TABLE IF EXISTS `areatrigger_scripts`;
|
||||
CREATE TABLE `areatrigger_scripts` (
|
||||
`entry` MEDIUMINT( 8 ) NOT NULL ,
|
||||
`ScriptName` CHAR( 64 ) NOT NULL ,
|
||||
|
|
@ -14075,8 +14075,8 @@ LOCK TABLES `spell_learn_spell` WRITE;
|
|||
/*!40000 ALTER TABLE `spell_learn_spell` DISABLE KEYS */;
|
||||
INSERT INTO `spell_learn_spell` VALUES
|
||||
(2842,8681),
|
||||
(5784,33388),
|
||||
(13819,33388),
|
||||
(5784,33388),
|
||||
(13819,33388),
|
||||
(17002,24867),
|
||||
(23161,33391),
|
||||
(23214,33391),
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ ALTER TABLE `mail`
|
|||
DROP COLUMN `item_guid`,
|
||||
DROP COLUMN `item_template`;
|
||||
|
||||
UPDATE `character` SET data = CONCAT(SUBSTRING(data, 1, length(SUBSTRING_INDEX(data, ' ', 48))), " ", "0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 140))+2, length(SUBSTRING_INDEX(data, ' ', 225))- length(SUBSTRING_INDEX(data, ' ', 140)) - 1), " ", SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 226))+2, length(SUBSTRING_INDEX(data, ' ', 1249))- length(SUBSTRING_INDEX(data, ' ', 226)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1249))+2, length(SUBSTRING_INDEX(data, ' ', 1259))- length(SUBSTRING_INDEX(data, ' ', 1249)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1259))+2, length(SUBSTRING_INDEX(data, ' ', 1379))- length(SUBSTRING_INDEX(data, ' ', 1259)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1380))+2, length(SUBSTRING_INDEX(data, ' ', 1405))- length(SUBSTRING_INDEX(data, ' ', 1380)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1405))+2, length(SUBSTRING_INDEX(data, ' ', 1410))- length(SUBSTRING_INDEX(data, ' ', 1405)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1410))+2, length(SUBSTRING_INDEX(data, ' ', 1415))- length(SUBSTRING_INDEX(data, ' ', 1410)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1415))+2, length(SUBSTRING_INDEX(data, ' ', 1420))- length(SUBSTRING_INDEX(data, ' ', 1415)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1420))+2, length(SUBSTRING_INDEX(data, ' ', 1436))- length(SUBSTRING_INDEX(data, ' ', 1420)) - 1)) WHERE length(SUBSTRING_INDEX(data, ' ', 1436)) < length(data) and length(SUBSTRING_INDEX(data, ' ', 1437)) >= length(data);
|
||||
UPDATE `character` SET data = CONCAT(SUBSTRING(data, 1, length(SUBSTRING_INDEX(data, ' ', 48))), " ", "0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ","0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 140))+2, length(SUBSTRING_INDEX(data, ' ', 225))- length(SUBSTRING_INDEX(data, ' ', 140)) - 1), " ", SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 226))+2, length(SUBSTRING_INDEX(data, ' ', 1249))- length(SUBSTRING_INDEX(data, ' ', 226)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1249))+2, length(SUBSTRING_INDEX(data, ' ', 1259))- length(SUBSTRING_INDEX(data, ' ', 1249)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1259))+2, length(SUBSTRING_INDEX(data, ' ', 1379))- length(SUBSTRING_INDEX(data, ' ', 1259)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1380))+2, length(SUBSTRING_INDEX(data, ' ', 1405))- length(SUBSTRING_INDEX(data, ' ', 1380)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1405))+2, length(SUBSTRING_INDEX(data, ' ', 1410))- length(SUBSTRING_INDEX(data, ' ', 1405)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1410))+2, length(SUBSTRING_INDEX(data, ' ', 1415))- length(SUBSTRING_INDEX(data, ' ', 1410)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1415))+2, length(SUBSTRING_INDEX(data, ' ', 1420))- length(SUBSTRING_INDEX(data, ' ', 1415)) - 1), " ", "0 ",SUBSTRING(data, length(SUBSTRING_INDEX(data, ' ', 1420))+2, length(SUBSTRING_INDEX(data, ' ', 1436))- length(SUBSTRING_INDEX(data, ' ', 1420)) - 1)) WHERE length(SUBSTRING_INDEX(data, ' ', 1436)) < length(data) and length(SUBSTRING_INDEX(data, ' ', 1437)) >= length(data);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- custom
|
||||
-- UNIT_NPC_FLAG_GUARD = 0x00010000, old
|
||||
-- UNIT_NPC_FLAG_GUARD = 0x00010000, old
|
||||
-- UNIT_NPC_FLAG_GUARD = 0x10000000, new
|
||||
UPDATE `creature_template` SET `npcflag` = (`npcflag` | 0x10000000) & ~0x00010000 WHERE `npcflag` & 0x00010000;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM command WHERE name IN ('tele');
|
||||
|
||||
INSERT INTO `command` VALUES
|
||||
INSERT INTO `command` VALUES
|
||||
('tele',1,'Syntax: .tele #location\r\n\r\nTeleport player to a given location.');
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
INSERT IGNORE INTO `playercreateinfo_item` VALUES (11, 8, 6948, 1);
|
||||
INSERT IGNORE INTO `playercreateinfo_item` VALUES (11, 8, 6948, 1);
|
||||
|
|
|
|||
|
|
@ -1,60 +1,60 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (43857,43858,43859);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(43857,0,0,0,0,0,0,0x0000001000000000,0),
|
||||
(43858,0,0,0,0,0,0,0x0000001000000000,0),
|
||||
(43859,0,0,0,0,0,0,0x0000001000000000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (43860,43861,43862);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(43860,0,0,0,0,0,0,0x0000000090100000,0),
|
||||
(43861,0,0,0,0,0,0,0x0000000090100000,0),
|
||||
(43862,0,0,0,0,0,0,0x0000000090100000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (28787);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(28787,0,0,0,0,0,0,0x0000000000001000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (41042,43850,43851,43852);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(41042,0,0,0,0,0,0,0x0000000000800000,0),
|
||||
(43850,0,0,0,0,0,0,0x0000000000800000,0),
|
||||
(43851,0,0,0,0,0,0,0x0000000000800000,0),
|
||||
(43852,0,0,0,0,0,0,0x0000000000800000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (43854,43855,43856);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(43854,0,0,0,0,0,0,0x0000004000000000,0),
|
||||
(43855,0,0,0,0,0,0,0x0000004000000000,0),
|
||||
(43856,0,0,0,0,0,0,0x0000004000000000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (41037,43840,43842,43843);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(41037,0,0,0,0,0,0,0x0000044000000000,0),
|
||||
(43840,0,0,0,0,0,0,0x0000044000000000,0),
|
||||
(43842,0,0,0,0,0,0,0x0000044000000000,0),
|
||||
(43843,0,0,0,0,0,0,0x0000044000000000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (43841,43844,43845);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(43841,0,0,0,0,0,0,0x0000000000000002,0),
|
||||
(43844,0,0,0,0,0,0,0x0000000000000002,0),
|
||||
(43845,0,0,0,0,0,0,0x0000000000000002,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (40460);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(40460,0,0,0,0,0,0,0x00000009003E0000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (28814);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(28814,0,0,0,0,0,0,0x0000000000020000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (17768);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(17768,0,0,0,0,0,0,0x0000000040000000,0),
|
||||
(17768,1,0,0,0,0,0,0x0000000080000000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (29836,29859);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(29836,0,0,0,0,0,0,0x0000001000000020,0),
|
||||
(29859,0,0,0,0,0,0,0x0000001000000020,0);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (11069,12338,12339,12340,12341);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(11069,0,0,0,0,0,0,0x0000000000000001,0),
|
||||
(12338,0,0,0,0,0,0,0x0000000000000001,0),
|
||||
(12339,0,0,0,0,0,0,0x0000000000000001,0),
|
||||
|
|
@ -7,7 +7,7 @@ INSERT INTO `spell_affect` VALUES
|
|||
(12341,0,0,0,0,0,0,0x0000000000000001,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (11070,12473,16763,16765,16766);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(11070,0,0,0,0,0,0,0x0000000000000020,0),
|
||||
(12473,0,0,0,0,0,0,0x0000000000000020,0),
|
||||
(16763,0,0,0,0,0,0,0x0000000000000020,0),
|
||||
|
|
@ -15,17 +15,17 @@ INSERT INTO `spell_affect` VALUES
|
|||
(16766,0,0,0,0,0,0,0x0000000000000020,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (17941);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(17941,0,0,0,0,0,0,0x0000000000000001,1);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (20335,20336,20337);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(20335,0,0,0,0,0,0,0x0000000020000000,0),
|
||||
(20336,0,0,0,0,0,0,0x0000000020000000,0),
|
||||
(20337,0,0,0,0,0,0,0x0000000020000000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (32043,35396,35397);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(32043,1,0,0,0,0,0,0x0000040008000000,0),
|
||||
(35396,1,0,0,0,0,0,0x0000040008000000,0),
|
||||
(35397,1,0,0,0,0,0,0x0000040008000000,0);
|
||||
|
|
@ -45,11 +45,11 @@ DELETE FROM `spell_affect` WHERE `entry` IN (37189);
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (37227);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (43837);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(43837,0,0,0,0,0,0,0x0000000080000000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (39950);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(39950,0,0,0,0,0,0,0x0000000000000040,0);
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (11095,12872,12873);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(11095,0,0,0,0,0,0,0x0000000000000010,0),
|
||||
(12872,0,0,0,0,0,0,0x0000000000000010,0),
|
||||
(12873,0,0,0,0,0,0,0x0000000000000010,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31821);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(31821,0,0,0,0,0,0,0x0000000004020048,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (23565);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(23565,0,0,0,0,0,0,0x0000000004020048,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (26130);
|
||||
|
|
@ -17,7 +17,7 @@ INSERT INTO `spell_affect` VALUES
|
|||
(26130,0,0,0,0,0,0,0x0000000820180000,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (20101,20102,20103,20104,20105);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(20101,0,0,0,0,0,0,0x000004000A000200,0),
|
||||
(20102,0,0,0,0,0,0,0x000004000A000200,0),
|
||||
(20103,0,0,0,0,0,0,0x000004000A000200,0),
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (19498,19499,19500);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(19498,0,0,0,0,0,0,0x00210810007FA01,0),
|
||||
(19499,0,0,0,0,0,0,0x00210810007FA01,0),
|
||||
(19500,0,0,0,0,0,0,0x00210810007FA01,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (19416,19417,19418,19419,19420);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(19416,0,0,0,0,0,0,0x00210810007FA00,0),
|
||||
(19417,0,0,0,0,0,0,0x00210810007FA00,0),
|
||||
(19418,0,0,0,0,0,0,0x00210810007FA00,0),
|
||||
|
|
@ -13,7 +13,7 @@ INSERT INTO `spell_affect` VALUES
|
|||
(19420,0,0,0,0,0,0,0x00210810007FA00,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (19485,19487,19488,19489,19490);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(19485,0,0,0,0,0,0,0x000000100061801,0),
|
||||
(19487,0,0,0,0,0,0,0x000000100061801,0),
|
||||
(19488,0,0,0,0,0,0,0x000000100061801,0),
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
ALTER TABLE `character_social`
|
||||
ALTER TABLE `character_social`
|
||||
ADD COLUMN `new_flags` tinyint(1) unsigned NOT NULL default '0';
|
||||
|
||||
UPDATE `character_social` SET `new_flags` = 1 WHERE `flags`='IGNORE';
|
||||
|
||||
ALTER TABLE `character_social`
|
||||
ALTER TABLE `character_social`
|
||||
DROP PRIMARY KEY,
|
||||
DROP COLUMN `flags`,
|
||||
CHANGE COLUMN `new_flags` `flags` tinyint(1) unsigned NOT NULL default '0',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (20216);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(20216,0,0,0,0,0,0,0x0000000000206000,0);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ INSERT INTO `spell_affect` VALUES
|
|||
(21887,0,0,0,0,0,0,0x0000036C2A764EEF,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (16493,16494);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(16493,0,0,0,0,0,0,0x0000014D2A600CEF,0),
|
||||
(16494,0,0,0,0,0,0,0x0000014D2A600CEF,0);
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ INSERT INTO `spell_affect` VALUES
|
|||
(37517,0,0,0,0,0,0,0x0000014D2A600CEF,0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (12866,12865,12864,12863,12325);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(12866,0,0,0,0,0,0,0x0000000000000000,0),
|
||||
(12865,0,0,0,0,0,0,0x0000000000000000,0),
|
||||
(12864,0,0,0,0,0,0,0x0000000000000000,0),
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
DELETE FROM command WHERE name IN ('createguild','guild create','guild delete','guild invite','guild rank','guild uninvite');
|
||||
|
||||
INSERT INTO `command` VALUES
|
||||
INSERT INTO `command` VALUES
|
||||
('guild create',2,'Syntax: .guild create $GuildLeaderName $GuildName\r\n\r\nCreate a guild named $GuildName with the player $GuildLeaderName as leader.'),
|
||||
('guild delete',2,'Syntax: .guild delete $GuildName\r\n\r\nDelete guild $GuildName.'),
|
||||
('guild invite',2,'Syntax: .guild invite $CharacterName $GuildName\r\n\r\nAdd $CharacterName into a guild $GuildName.'),
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `item_template`
|
||||
ALTER TABLE `item_template`
|
||||
ADD `Duration` int(11) NOT NULL DEFAULT '0' COMMENT 'Duration in seconds. Negative value means realtime, postive value ingame time';
|
||||
|
|
|
|||
|
|
@ -1,58 +1,58 @@
|
|||
ALTER TABLE `guild` ADD COLUMN `BankMoney` bigint(20) NOT NULL DEFAULT 0 AFTER `createdate`;
|
||||
ALTER TABLE `guild_rank` ADD COLUMN `BankMoneyPerDay` int(11) unsigned NOT NULL default '0' AFTER `rights`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeMoney` int(11) unsigned NOT NULL DEFAULT '0' AFTER `OFFnote`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemMoney` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeMoney`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab0` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemMoney`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab0` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab0`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab1` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab0`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab1` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab1`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab2` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab1`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab2` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab2`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab3` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab2`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab3` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab3`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab4` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab3`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab4` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab4`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab5` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab4`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab5` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab5`;
|
||||
|
||||
DROP TABLE IF EXISTS `guild_bank_item`;
|
||||
CREATE TABLE `guild_bank_item` (
|
||||
`guildid` int(11) unsigned NOT NULL default '0',
|
||||
`TabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`SlotId` tinyint(3) unsigned NOT NULL default '0',
|
||||
`item_guid` int(11) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`guildid`,`tabid`,`slotid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE IF EXISTS `guild_bank_tab`;
|
||||
CREATE TABLE `guild_bank_tab` (
|
||||
`guildid` int(11) unsigned NOT NULL default '0',
|
||||
`TabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`TabName` varchar(100) NOT NULL default '',
|
||||
`TabIcon` varchar(100) NOT NULL default '',
|
||||
PRIMARY KEY (`guildid`,`TabId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE IF EXISTS `guild_bank_right`;
|
||||
CREATE TABLE `guild_bank_right` (
|
||||
`guildid` int(11) unsigned NOT NULL default '0',
|
||||
`TabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`rid` int(11) unsigned NOT NULL default '0',
|
||||
`Right` tinyint(3) unsigned NOT NULL default '0',
|
||||
`SlotPerDay` int(11) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`guildid`,`TabId`,`rid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE IF EXISTS `guild_bank_eventlog`;
|
||||
CREATE TABLE `guild_bank_eventlog` (
|
||||
`guildid` int(11) unsigned NOT NULL default '0',
|
||||
`LogGuid` int(11) unsigned NOT NULL default '0',
|
||||
`LogEntry` tinyint(1) unsigned NOT NULL default '0',
|
||||
`TabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`PlayerGuid` int(11) unsigned NOT NULL default '0',
|
||||
`ItemOrMoney` int(11) unsigned NOT NULL default '0',
|
||||
`ItemStackCount` tinyint(3) unsigned NOT NULL default '0',
|
||||
`DestTabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`TimeStamp` bigint(20) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`guildid`,`LogGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE `guild` ADD COLUMN `BankMoney` bigint(20) NOT NULL DEFAULT 0 AFTER `createdate`;
|
||||
ALTER TABLE `guild_rank` ADD COLUMN `BankMoneyPerDay` int(11) unsigned NOT NULL default '0' AFTER `rights`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeMoney` int(11) unsigned NOT NULL DEFAULT '0' AFTER `OFFnote`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemMoney` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeMoney`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab0` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemMoney`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab0` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab0`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab1` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab0`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab1` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab1`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab2` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab1`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab2` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab2`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab3` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab2`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab3` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab3`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab4` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab3`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab4` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab4`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankResetTimeTab5` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankRemSlotsTab4`;
|
||||
ALTER TABLE `guild_member` ADD COLUMN `BankRemSlotsTab5` int(11) unsigned NOT NULL DEFAULT '0' AFTER `BankResetTimeTab5`;
|
||||
|
||||
DROP TABLE IF EXISTS `guild_bank_item`;
|
||||
CREATE TABLE `guild_bank_item` (
|
||||
`guildid` int(11) unsigned NOT NULL default '0',
|
||||
`TabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`SlotId` tinyint(3) unsigned NOT NULL default '0',
|
||||
`item_guid` int(11) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`guildid`,`tabid`,`slotid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE IF EXISTS `guild_bank_tab`;
|
||||
CREATE TABLE `guild_bank_tab` (
|
||||
`guildid` int(11) unsigned NOT NULL default '0',
|
||||
`TabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`TabName` varchar(100) NOT NULL default '',
|
||||
`TabIcon` varchar(100) NOT NULL default '',
|
||||
PRIMARY KEY (`guildid`,`TabId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE IF EXISTS `guild_bank_right`;
|
||||
CREATE TABLE `guild_bank_right` (
|
||||
`guildid` int(11) unsigned NOT NULL default '0',
|
||||
`TabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`rid` int(11) unsigned NOT NULL default '0',
|
||||
`Right` tinyint(3) unsigned NOT NULL default '0',
|
||||
`SlotPerDay` int(11) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`guildid`,`TabId`,`rid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE IF EXISTS `guild_bank_eventlog`;
|
||||
CREATE TABLE `guild_bank_eventlog` (
|
||||
`guildid` int(11) unsigned NOT NULL default '0',
|
||||
`LogGuid` int(11) unsigned NOT NULL default '0',
|
||||
`LogEntry` tinyint(1) unsigned NOT NULL default '0',
|
||||
`TabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`PlayerGuid` int(11) unsigned NOT NULL default '0',
|
||||
`ItemOrMoney` int(11) unsigned NOT NULL default '0',
|
||||
`ItemStackCount` tinyint(3) unsigned NOT NULL default '0',
|
||||
`DestTabId` tinyint(1) unsigned NOT NULL default '0',
|
||||
`TimeStamp` bigint(20) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`guildid`,`LogGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE `quest_template`
|
||||
ALTER TABLE `quest_template`
|
||||
ADD `RepObjectiveFaction` int(10) unsigned NOT NULL default '0' AFTER `RequiredSkillValue`,
|
||||
ADD `RepObjectiveValue` int(10) NOT NULL default '0' AFTER `RepObjectiveFaction`;
|
||||
ADD `RepObjectiveValue` int(10) NOT NULL default '0' AFTER `RepObjectiveFaction`;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (11071,12496);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(11071,0,0,0,0,0,0,0x0000000000100000,0),
|
||||
(12496,0,0,0,0,0,0,0x0000000000100000,0);
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` IN (35083);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(35083,0,0,0,0,0x0000000000000000,0x00020000,0);
|
||||
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (35086);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(35086,0,0,0,0,0x0000000000000000,0x08020000,0);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
INSERT INTO `spell_learn_spell` ( `entry` , `SpellID` , `IfNoSpell` ) VALUES
|
||||
('17002', '24867', '0'),
|
||||
('24866', '24864', '0');
|
||||
INSERT INTO `spell_learn_spell` ( `entry` , `SpellID` , `IfNoSpell` ) VALUES
|
||||
('17002', '24867', '0'),
|
||||
('24866', '24864', '0');
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE `guild_bank_eventlog`
|
||||
ALTER TABLE `guild_bank_eventlog`
|
||||
ADD KEY `guildid_key` (`guildid`);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ALTER TABLE `guild_bank_item`
|
||||
ALTER TABLE `guild_bank_item`
|
||||
ADD COLUMN `item_entry` int(11) unsigned NOT NULL default '0',
|
||||
ADD KEY `item_guid_key` (`item_guid`),
|
||||
ADD KEY `guildid_key` (`guildid`);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE `guild_bank_right`
|
||||
ALTER TABLE `guild_bank_right`
|
||||
ADD KEY `guildid_key` (`guildid`);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE `guild_bank_tab`
|
||||
ALTER TABLE `guild_bank_tab`
|
||||
ADD KEY `guildid_key` (`guildid`);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ALTER TABLE `guild_member`
|
||||
ALTER TABLE `guild_member`
|
||||
ADD KEY `guildid_key` (`guildid`),
|
||||
ADD KEY `guildid_rank_key` (`guildid`,`rank`),
|
||||
ADD KEY `guid_key` (`guid`);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM command WHERE name IN ('info');
|
||||
|
||||
INSERT INTO `command` VALUES
|
||||
('info',0,'Syntax: .info\r\n\r\nDisplay server version and the number of connected players.');
|
||||
DELETE FROM command WHERE name IN ('info');
|
||||
|
||||
INSERT INTO `command` VALUES
|
||||
('info',0,'Syntax: .info\r\n\r\nDisplay server version and the number of connected players.');
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
ALTER TABLE `creature_movement` CHANGE COLUMN `text1` `text1` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text2` `text2` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text3` `text3` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text4` `text4` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text5` `text5` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text1` `text1` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text2` `text2` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text3` `text3` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text4` `text4` text;
|
||||
ALTER TABLE `creature_movement` CHANGE COLUMN `text5` `text5` text;
|
||||
|
|
|
|||
|
|
@ -1,468 +1,468 @@
|
|||
--
|
||||
-- Table structure for table `mangos_string`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `mangos_string`;
|
||||
CREATE TABLE `mangos_string` (
|
||||
`entry` int(11) unsigned NOT NULL default '0',
|
||||
`content_default` text,
|
||||
`content_loc1` text,
|
||||
`content_loc2` text,
|
||||
`content_loc3` text,
|
||||
`content_loc4` text,
|
||||
`content_loc5` text,
|
||||
`content_loc6` text,
|
||||
`content_loc7` text,
|
||||
PRIMARY KEY (`entry`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `mangos_string`
|
||||
--
|
||||
|
||||
LOCK TABLES `mangos_string` WRITE;
|
||||
/*!40000 ALTER TABLE `mangos_string` DISABLE KEYS */;
|
||||
INSERT INTO `mangos_string` VALUES
|
||||
(1,'You should select a character or a creature.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(2,'You should select a creature.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(5,'There is no help for that command',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(6,'There is no such command',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(7,'There is no such subcommand',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(8,'Command %s have subcommands:%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(9,'Commands available to you:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(10,'Incorrect syntax.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(11,'Your account level is: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(12,'Number of users connected: %u (max since last restart: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(13,'Server uptime: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(14,'Player saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(15,'All players saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(16,'There are the following active GMs on this server:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(17,'There are no GMs currently logged in on this server.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(18,'Cannot do that while flying.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19,'Cannot do that in Battlegrounds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20,'Target is flying you can\'t do that.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(21,'%s is flying command failed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22,'You are not mounted so you can\'t dismount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(23,'Cannot do that while fighting.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24,'You used it recently.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(25,'Your password can\'t be longer than 16 characters (client limit), password not changed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(26,'The password was changed',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(27,'The new passwords do not match or the old password is wrong',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(28,'Your account is now locked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(29,'Your account is now unlocked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(30,', rank ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(31,' [known]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(3,'|cffff0000[System Message]:|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(4,'|cffff0000[Event Message]: %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(32,' [learn]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(33,' [passive]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(34,' [talent]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(35,' [active]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(36,' [complete]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(37,' (offline)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(38,'on',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(39,'off',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(40,'You are: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(41,'visible',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(42,'invisible',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(43,'done',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(44,'You',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(45,' <unknown> ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(46,'<error>',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(47,'<non-existing character>',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(48,'UNKNOWN',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(49,'You must be at least level %u to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(50,'You must be at least level %u and have item %s to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(51,'Hello! Ready for some training?',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(100,'Global notify: ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(101,'Map: %u (%s) Zone: %u (%s) Area: %u (%s)\\nX: %f Y: %f Z: %f Orientation: %f\\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\\n ZoneX: %f ZoneY: %f\\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(102,'%s is already being teleported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(103,'You can summon a player to your instance only if he is in your party with you as leader.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(104,'You cannot go to the player\'s instance because you are in a party now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(105,'You can go to the player\'s instance while not being in his party only if your GM mode is on.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(106,'You can not go to player %s from instance to instance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(107,'You can not summon player %s from instance to instance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(108,'You are summoning %s%s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(109,'You are being summoned by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(110,'You are teleporting %s%s to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(111,'You are being teleported by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(112,'Player (%s) does not exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(113,'Appearing at %s\'s location.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(114,'%s is appearing to your location.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(115,'Incorrect values.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(116,'No character selected.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(117,'%s is not in a group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(118,'You changed HP of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(119,'%s changed your HP to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(120,'You changed MANA of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(121,'%s changed your MANA to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(122,'You changed ENERGY of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(123,'%s changed your ENERGY to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(124,'Current energy: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(125,'You changed rage of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(126,'%s changed your rage to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(127,'You changed level of %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(128,'GUID %i, faction is %i, flags is %i, npcflag is %i, DY flag is %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(129,'Wrong faction: %u (not found in factiontemplate.dbc).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(130,'You changed GUID=%i \'s Faction to %i, flags to %i, npcflag to %i, dyflag to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(131,'You changed the spellflatid=%i, val= %i, mark =%i to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(132,'%s changed your spellflatid=%i, val= %i, mark =%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(133,'%s has access to all taxi nodes now (until logout).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(134,'%s has no more access to all taxi nodes now (only visited accessible).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(135,'%s has given you access to all taxi nodes (until logout).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(136,'%s has removed access to all taxi nodes (only visited still accessible).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(137,'You set all speeds to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(138,'%s set all your speeds to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(139,'You set the speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(140,'%s set your speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(141,'You set the swim speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(142,'%s set your swim speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(143,'You set the backwards run speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(144,'%s set your backwards run speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(145,'You set the fly speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(146,'%s set your fly speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(147,'You set the size %2.2f of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(148,'%s set your size to %2.2f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(149,'There is no such mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(150,'You give a mount to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(151,'%s gave you a mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(152,'USER1: %i, ADD: %i, DIF: %i\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(153,'You take all copper of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(154,'%s took you all of your copper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(155,'You take %i copper from %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(156,'%s took %i copper from you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(157,'You give %i copper to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(158,'%s gave you %i copper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(159,'You hear sound %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(160,'USER2: %i, ADD: %i, RESULT: %i\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(161,'Removed bit %i in field %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(162,'Set bit %i in field %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(163,'Teleport location table is empty!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(164,'Teleport location not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(165,'Requires search parameter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(166,'There are no teleport locations matching your request.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(167,'No locations found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(168,'Locations found are:\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(169,'Mail sent to %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(200,'No selection.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(201,'Object GUID is: lowpart %u highpart %X',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(202,'The name was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(203,'Error, name can only contain characters A-Z and a-z.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(204,'The subname was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(205,'Not yet implemented',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(206,'Item \'%i\' \'%s\' added to list with maxcount \'%i\' and incrtime \'%i\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(207,'Item \'%i\' not found in database.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(208,'Item \'%i\' \'%s\' deleted from vendor list',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(209,'Item \'%i\' not found in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(210,'Item \'%i\' already in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(211,'Spells of %s reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(212,'Spells of %s will reset at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(213,'Talents of %s reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(214,'Talents of %s will reset at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(215,'Your spells have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(216,'Your talents have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(217,'Unknown case \'%s\' for .resetall command. Type full correct case name.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(218,'Spells will reset for all players at login. Strongly recommend re-login!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(219,'Talents will reset for all players at login. Strongly recommend re-login!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(220,'Creature (GUID: %u) No waypoint found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(221,'Creature (GUID: %u) Last waypoint not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(222,'Creature (GUID: %u) No waypoint found - used \'wpguid\'. Now trying to find it by its position...',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(223,'Creature (GUID: %u) No waypoints found - This is a MaNGOS db problem (single float).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(224,'Selected creature is ignored - provided GUID is used',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(225,'Creature (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(226,'You must select a visual waypoint.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(227,'No visual waypoints found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(228,'Could not create visual waypoint with creatureID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(229,'All visual waypoints removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(230,'Could not create waypoint-creature with ID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(231,'No GUID provided.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(232,'No waypoint number provided.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(233,'Argument required for \'%s\'.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(234,'Waypoint %i added to GUID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(235,'Waypoint %d added.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(236,'Waypoint changed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(237,'Waypoint %s modified.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(238,'WP export successfull.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(239,'No waypoints found inside the database.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(240,'File imported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(241,'Waypoint removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(242,'Warning: Could not delete WP from the world with ID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(243,'This happens if the waypoint is too far away from your char.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(244,'The WP is deleted from the database, but not from the world here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(245,'They will disappear after a server restart.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(246,'Waypoint %d: Info for creature: %s, GUID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(247,'Waittime: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(248,'Model %d: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(249,'Emote: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(250,'Spell: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(251,'Text %d: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(252,'AIScript: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(253,'Forced rename for player %s will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(254,'Forced rename for player %s (GUID #%u) will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(255,'Waypoint-Creature (GUID: %u) Not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(256,'Could not find NPC...',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(257,'Creature movement type set to \'%s\', waypoints removed (if any).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(258,'Creature movement type set to \'%s\', waypoints were not removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(259,'Incorrect value, use on or off',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(260,'Value saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(261,'Value saved, you may need to rejoin or clean your client cache.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(262,'Areatrigger ID %u not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(263,'Target map or coordinates is invalid (X: %f Y: %f MapId: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(264,'Zone coordinates is invalid (X: %f Y: %f AreaId: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(265,'Zone %u (%s) is part of instanceable map %u (%s)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(266,'Nothing found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(267,'Object not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(268,'Creature not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(269,'Warning: Mob found more than once - you will be teleported to the first one found in DB.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(270,'Creature Removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(271,'Creature moved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(272,'Creature (GUID:%u) must be on the same map as player!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(273,'Game Object (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(274,'Game Object (GUID: %u) has references in not found creature %u GO list, can\'t be deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(275,'Game Object (GUID: %u) removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(276,'Game Object (GUID: %u) turned',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(277,'Game Object (GUID: %u) moved',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(278,'You must select a vendor',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(279,'You must send id for item',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(280,'Vendor has too many items (max 128)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(281,'You can\'t kick self, logout instead',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(282,'Player %s kicked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(283,'Player %s not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(284,'Accepting Whisper: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(285,'Accepting Whisper: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(286,'Accepting Whisper: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(287,'Creature (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(288,'Tickets count: %i show new tickets: %s\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(289,'New ticket from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(290,'Ticket of %s (Category: %i):\\n%s\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(291,'New ticket show: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(292,'New ticket show: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(293,'Ticket %i doesn\'t exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(294,'All tickets deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(295,'Character %s ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(296,'Ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(297,'Spawn distance changed to: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(298,'Spawn time changed to: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(299,'The honor of %s was set to %u!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(300,'Your chat has been disabled for %u minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(301,'You have disabled %s\'s chat for %u minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(302,'Player\'s chat is already enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(303,'Your chat has been enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(304,'You have enabled %s\'s chat.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(400,'|cffff0000[System Message]:|rScripts reloaded',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(401,'You change security level of %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(402,'%s changed your security level to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(403,'You have low security level for this.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(404,'Creature movement disabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(405,'Creature movement enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(406,'Weather can\'t be changed for this zone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(407,'Weather system disabled at server.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(408,'%s is banned for %s. Reason: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(409,'%s is banned permanently for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(410,'%s %s not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(411,'%s unbanned.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(412,'There was an error removing the ban on %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(413,'There is no such account.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(414,'There is no such character.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(415,'There is no such IP in banlist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(416,'Account %s has never been banned',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(417,'Ban history for account %s:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(418,'Ban Date: %s Bantime: %s Still active: %s Reason: %s Set by: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(419,'Inf.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(420,'Never',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(421,'Yes',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(422,'No',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(423,'IP: %s\\nBan Date: %s\\nUnban Date: %s\\nRemaining: %s\\nReason: %s\\nSet by: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(424,'There is no matching IPban.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(425,'There is no matching account.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(426,'There is no banned account owning a character matching this part.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(427,'The following IPs match your pattern:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(428,'The following accounts match your query:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(429,'You learned many spells/skills.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(430,'You learned all spells for class.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(431,'You learned all talents for class.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(432,'You learned all languages.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(433,'You learned all craft skills and recipes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(434,'Could not find \'%s\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(435,'Invalid item id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(436,'No items found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(437,'Invalid gameobject id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(438,'Found items %u: %u ( inventory %u mail %u auction %u )',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(439,'Found gameobjects %u: %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(440,'Invalid creature id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(441,'Found creatures %u: %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(442,'No area found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(443,'No item sets found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(444,'No skills found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(445,'No spells found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(446,'No quests found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(447,'No creatures found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(448,'No gameobjects found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(449,'Graveyard #%u doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(450,'Graveyard #%u already linked to zone #%u (current).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(451,'Graveyard #%u linked to zone #%u (current).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(452,'Graveyard #%u can\'t be linked to subzone or not existed zone #%u (internal error).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(453,'Graveyard can be linked to zone at another map only for all factions (no faction value).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(454,'No faction in Graveyard with id= #%u , fix your DB',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(455,'invalid team, please fix database',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(456,'any',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(457,'alliance',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(458,'horde',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(459,'Graveyard #%u (faction: %s) is nearest from linked to zone #%u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(460,'Zone #%u doesn\'t have linked graveyards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(461,'Zone #%u doesn\'t have linked graveyards for faction: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(462,'Teleport location already exists!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(463,'Teleport location added.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(464,'Teleport location NOT added: database error.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(465,'Teleport location deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(466,'Teleport location NOT deleted: database error.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(467,'Target unit has %d auras:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(468,'id: %d eff: %d type: %d duration: %d maxduration: %d name: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(469,'Target unit has %d auras of type %d:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(470,'id: %d eff: %d name: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(471,'Quest %u not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(472,'Quest %u started from item. For correct work, please, add item to inventory and start quest in normal way: .additem %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(473,'Quest removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(474,' [rewarded]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(475,' [complete]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(476,' [active]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(477,'%s\'s Fly Mode %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(478,'Opcode %u sent to %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(479,'Character loaded successfully!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(480,'Failed to load the character!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(481,'Character dumped successfully!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(482,'Character dump failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(483,'Spell %u broken and not allowed to cast or learn!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(484,'Skill %u (%s) for player %s set to %u and current maximum set to %u (without permanent (talent) bonuses).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(485,'Player %s must have skill %u (%s) before using this command.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(486,'Invalid skill id (%u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(487,'You learned default GM spells/skills.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(488,'You already know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(489,'Target(%s) already know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(490,'%s doesn\'t know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(491,'You already forgot that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(492,'All spell cooldowns removed for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(493,'Spell %u cooldown removed for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(494,'Command : Additem, itemId = %i, amount = %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(495,'Command : Additemset, itemsetId = %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(496,'Removed itemID = %i, amount = %i from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(497,'Cannot create item \'%i\' (amount: %i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(498,'You need to provide a guild name!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(499,'Player not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(500,'Player already has a guild!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(501,'Guild not created! (already exists?)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(502,'No items from itemset \'%u\' found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(503,'The distance is: (3D) %f (2D) %f yards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(504,'Item \'%i\' \'%s\' Item Slot %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(505,'Item \'%i\' doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(506,'Item \'%i\' \'%s\' Added to Slot %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(507,'Item save failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(508,'%d - owner: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(509,'%d - sender: %s (guid: %u account: %u ) receiver: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(510,'%d - owner: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(511,'Wrong link type!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(512,'%d - |cffffffff|Hitem:%d:0:0:0:0:0:0:0|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(513,'%d - |cffffffff|Hquest:%d|h[%s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(514,'%d - |cffffffff|Hcreature_entry:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(515,'%d - |cffffffff|Hcreature:%d|h[%s X:%f Y:%f Z:%f MapId:%d]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(516,'%d - |cffffffff|Hgameobject_entry:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(517,'%d - |cffffffff|Hgameobject:%d|h[%s X:%f Y:%f Z:%f MapId:%d]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(518,'%d - |cffffffff|Hitemset:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(519,'|cffffffff|Htele:%s|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(520,'%d - |cffffffff|Hspell:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(521,'%d - |cffffffff|Hskill:%d|h[%s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(522,'Game Object (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(523,'>> Game Object %s (GUID: %u) at %f %f %f. Orientation %f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(524,'Selected object:\\n%s\\nGUID: %u ID: %u\\nX: %f Y: %f Z: %f MapId: %u\\nOrientation: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(525,'>> Add Game Object \'%i\' (%s) (GUID: %i) added at \'%f %f %f\'.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(526,'%s (lowguid: %u) movement generators stack:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(527,' Idle',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(528,' Random',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(529,' Waypoint',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(530,' Animal random',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(531,' Confused',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(532,' Targeted to player %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(533,' Targeted to creature %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(534,' Targeted to <NULL>',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(535,' Home movement to (X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(536,' Home movement used for player?!?',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(537,' Taxi flight',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(538,' Unknown movement generator (%u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(539,'Player selected NPC\\nGUID: %u.\\nFaction: %u.\\nnpcFlags: %u.\\nEntry: %u.\\nDisplayID: %u (Native: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(540,'Level: %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(541,'Health (base): %u. (max): %u. (current): %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(542,'Field Flags: %u.\\nDynamic Flags: %u.\\nFaction Template: %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(543,'Loot: %u Pickpocket: %u Skinning: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(544,'Position: %f %f %f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(545,'*** Is a vendor!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(546,'*** Is a trainer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(547,'InstanceID: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(548,'Player%s %s (guid: %u) Account: %s (id: %u) GMLevel: %u Last IP: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(549,'Played time: %s Level: %u Money: %ug%us%uc',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(550,'Command .pinfo doesn\'t support \'rep\' option for offline players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(551,'%s has explored all zones now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(552,'%s has no more explored zones.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(553,'%s has explored all zones for you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(554,'%s has hidden all zones from you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(555,'Hover enabled',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(556,'Hover disabled',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(557,'You have been leveled up (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(558,'You have been leveled down (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(559,'Your level progress has been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(560,'The area has been set as explored.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(561,'The area has been set as not explored.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(562,'GUID=%i \'s updateIndex: %i, value: %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(563,'You change GUID=%i \'s UpdateIndex: %i value to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(564,'The value index %u is too big to %u(count: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(565,'Set %u uint32 Value:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(566,'You Set %u Field:%u to uint32 Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(567,'Set %u float Value:[OPCODE]:%u [VALUE]:%f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(568,'You Set %u Field:%i to float Value: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(569,'Get %u uint32 Value:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(570,'The uint32 value of %u in %u is: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(571,'Get %u float Value:[OPCODE]:%u [VALUE]:%f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(572,'The float of %u value in %u is: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(573,'.Set32Bit:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(574,'You set Bit of Field:%u to Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(575,'.Mod32Value:[OPCODE]:%u [VALUE]:%i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(576,'You modified the value of Field:%u to Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(577,'You are now invisible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(578,'You are now visible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(600,'The Alliance wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(601,'The Horde wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(602,'The battle for Warsong Gulch begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(603,'The battle for Warsong Gulch begins in 30 seconds. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(604,'Let the battle for Warsong Gulch begin!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(605,'$n captured the Horde flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(606,'$n captured the Alliance flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(607,'The Horde flag was dropped by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(608,'The Alliance Flag was dropped by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(609,'The Alliance Flag was returned to its base by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(610,'The Horde flag was returned to its base by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(611,'The Horde flag was picked up by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(612,'The Alliance Flag was picked up by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(613,'The flags are now placed at their bases.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(650,'Alliance',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(651,'Horde',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(652,'stables',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(653,'blacksmith',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(654,'farm',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(655,'lumber mill',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(656,'mine',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(657,'The %s has taken the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(658,'$n has defended the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(659,'$n has assaulted the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(660,'$n claims the %s! If left unchallenged, the %s will control it in 1 minute!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(661,'The Battle for Arathi Basin begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(662,'The Battle for Arathi Basin begins in 30 seconds. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(663,'The Battle for Arathi Basin has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(664,'The Alliance has gathered $1776W resources, and is near victory!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(665,'The Horde has gathered $1777W resources, and is near victory!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(700,'You must be level %u to form an arena team',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(701,'One minute until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(702,'Thirty seconds until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(703,'Fifteen seconds until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(704,'The Arena battle has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(705,'You must wait %s before speaking again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
/*!40000 ALTER TABLE `mangos_string` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
--
|
||||
-- Table structure for table `mangos_string`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `mangos_string`;
|
||||
CREATE TABLE `mangos_string` (
|
||||
`entry` int(11) unsigned NOT NULL default '0',
|
||||
`content_default` text,
|
||||
`content_loc1` text,
|
||||
`content_loc2` text,
|
||||
`content_loc3` text,
|
||||
`content_loc4` text,
|
||||
`content_loc5` text,
|
||||
`content_loc6` text,
|
||||
`content_loc7` text,
|
||||
PRIMARY KEY (`entry`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `mangos_string`
|
||||
--
|
||||
|
||||
LOCK TABLES `mangos_string` WRITE;
|
||||
/*!40000 ALTER TABLE `mangos_string` DISABLE KEYS */;
|
||||
INSERT INTO `mangos_string` VALUES
|
||||
(1,'You should select a character or a creature.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(2,'You should select a creature.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(5,'There is no help for that command',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(6,'There is no such command',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(7,'There is no such subcommand',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(8,'Command %s have subcommands:%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(9,'Commands available to you:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(10,'Incorrect syntax.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(11,'Your account level is: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(12,'Number of users connected: %u (max since last restart: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(13,'Server uptime: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(14,'Player saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(15,'All players saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(16,'There are the following active GMs on this server:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(17,'There are no GMs currently logged in on this server.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(18,'Cannot do that while flying.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19,'Cannot do that in Battlegrounds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20,'Target is flying you can\'t do that.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(21,'%s is flying command failed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22,'You are not mounted so you can\'t dismount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(23,'Cannot do that while fighting.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24,'You used it recently.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(25,'Your password can\'t be longer than 16 characters (client limit), password not changed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(26,'The password was changed',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(27,'The new passwords do not match or the old password is wrong',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(28,'Your account is now locked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(29,'Your account is now unlocked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(30,', rank ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(31,' [known]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(3,'|cffff0000[System Message]:|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(4,'|cffff0000[Event Message]: %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(32,' [learn]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(33,' [passive]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(34,' [talent]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(35,' [active]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(36,' [complete]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(37,' (offline)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(38,'on',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(39,'off',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(40,'You are: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(41,'visible',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(42,'invisible',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(43,'done',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(44,'You',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(45,' <unknown> ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(46,'<error>',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(47,'<non-existing character>',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(48,'UNKNOWN',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(49,'You must be at least level %u to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(50,'You must be at least level %u and have item %s to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(51,'Hello! Ready for some training?',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(100,'Global notify: ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(101,'Map: %u (%s) Zone: %u (%s) Area: %u (%s)\\nX: %f Y: %f Z: %f Orientation: %f\\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\\n ZoneX: %f ZoneY: %f\\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(102,'%s is already being teleported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(103,'You can summon a player to your instance only if he is in your party with you as leader.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(104,'You cannot go to the player\'s instance because you are in a party now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(105,'You can go to the player\'s instance while not being in his party only if your GM mode is on.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(106,'You can not go to player %s from instance to instance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(107,'You can not summon player %s from instance to instance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(108,'You are summoning %s%s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(109,'You are being summoned by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(110,'You are teleporting %s%s to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(111,'You are being teleported by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(112,'Player (%s) does not exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(113,'Appearing at %s\'s location.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(114,'%s is appearing to your location.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(115,'Incorrect values.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(116,'No character selected.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(117,'%s is not in a group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(118,'You changed HP of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(119,'%s changed your HP to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(120,'You changed MANA of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(121,'%s changed your MANA to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(122,'You changed ENERGY of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(123,'%s changed your ENERGY to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(124,'Current energy: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(125,'You changed rage of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(126,'%s changed your rage to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(127,'You changed level of %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(128,'GUID %i, faction is %i, flags is %i, npcflag is %i, DY flag is %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(129,'Wrong faction: %u (not found in factiontemplate.dbc).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(130,'You changed GUID=%i \'s Faction to %i, flags to %i, npcflag to %i, dyflag to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(131,'You changed the spellflatid=%i, val= %i, mark =%i to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(132,'%s changed your spellflatid=%i, val= %i, mark =%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(133,'%s has access to all taxi nodes now (until logout).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(134,'%s has no more access to all taxi nodes now (only visited accessible).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(135,'%s has given you access to all taxi nodes (until logout).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(136,'%s has removed access to all taxi nodes (only visited still accessible).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(137,'You set all speeds to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(138,'%s set all your speeds to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(139,'You set the speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(140,'%s set your speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(141,'You set the swim speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(142,'%s set your swim speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(143,'You set the backwards run speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(144,'%s set your backwards run speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(145,'You set the fly speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(146,'%s set your fly speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(147,'You set the size %2.2f of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(148,'%s set your size to %2.2f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(149,'There is no such mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(150,'You give a mount to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(151,'%s gave you a mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(152,'USER1: %i, ADD: %i, DIF: %i\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(153,'You take all copper of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(154,'%s took you all of your copper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(155,'You take %i copper from %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(156,'%s took %i copper from you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(157,'You give %i copper to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(158,'%s gave you %i copper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(159,'You hear sound %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(160,'USER2: %i, ADD: %i, RESULT: %i\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(161,'Removed bit %i in field %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(162,'Set bit %i in field %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(163,'Teleport location table is empty!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(164,'Teleport location not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(165,'Requires search parameter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(166,'There are no teleport locations matching your request.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(167,'No locations found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(168,'Locations found are:\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(169,'Mail sent to %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(200,'No selection.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(201,'Object GUID is: lowpart %u highpart %X',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(202,'The name was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(203,'Error, name can only contain characters A-Z and a-z.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(204,'The subname was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(205,'Not yet implemented',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(206,'Item \'%i\' \'%s\' added to list with maxcount \'%i\' and incrtime \'%i\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(207,'Item \'%i\' not found in database.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(208,'Item \'%i\' \'%s\' deleted from vendor list',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(209,'Item \'%i\' not found in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(210,'Item \'%i\' already in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(211,'Spells of %s reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(212,'Spells of %s will reset at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(213,'Talents of %s reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(214,'Talents of %s will reset at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(215,'Your spells have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(216,'Your talents have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(217,'Unknown case \'%s\' for .resetall command. Type full correct case name.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(218,'Spells will reset for all players at login. Strongly recommend re-login!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(219,'Talents will reset for all players at login. Strongly recommend re-login!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(220,'Creature (GUID: %u) No waypoint found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(221,'Creature (GUID: %u) Last waypoint not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(222,'Creature (GUID: %u) No waypoint found - used \'wpguid\'. Now trying to find it by its position...',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(223,'Creature (GUID: %u) No waypoints found - This is a MaNGOS db problem (single float).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(224,'Selected creature is ignored - provided GUID is used',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(225,'Creature (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(226,'You must select a visual waypoint.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(227,'No visual waypoints found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(228,'Could not create visual waypoint with creatureID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(229,'All visual waypoints removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(230,'Could not create waypoint-creature with ID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(231,'No GUID provided.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(232,'No waypoint number provided.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(233,'Argument required for \'%s\'.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(234,'Waypoint %i added to GUID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(235,'Waypoint %d added.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(236,'Waypoint changed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(237,'Waypoint %s modified.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(238,'WP export successfull.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(239,'No waypoints found inside the database.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(240,'File imported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(241,'Waypoint removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(242,'Warning: Could not delete WP from the world with ID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(243,'This happens if the waypoint is too far away from your char.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(244,'The WP is deleted from the database, but not from the world here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(245,'They will disappear after a server restart.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(246,'Waypoint %d: Info for creature: %s, GUID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(247,'Waittime: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(248,'Model %d: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(249,'Emote: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(250,'Spell: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(251,'Text %d: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(252,'AIScript: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(253,'Forced rename for player %s will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(254,'Forced rename for player %s (GUID #%u) will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(255,'Waypoint-Creature (GUID: %u) Not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(256,'Could not find NPC...',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(257,'Creature movement type set to \'%s\', waypoints removed (if any).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(258,'Creature movement type set to \'%s\', waypoints were not removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(259,'Incorrect value, use on or off',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(260,'Value saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(261,'Value saved, you may need to rejoin or clean your client cache.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(262,'Areatrigger ID %u not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(263,'Target map or coordinates is invalid (X: %f Y: %f MapId: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(264,'Zone coordinates is invalid (X: %f Y: %f AreaId: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(265,'Zone %u (%s) is part of instanceable map %u (%s)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(266,'Nothing found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(267,'Object not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(268,'Creature not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(269,'Warning: Mob found more than once - you will be teleported to the first one found in DB.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(270,'Creature Removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(271,'Creature moved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(272,'Creature (GUID:%u) must be on the same map as player!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(273,'Game Object (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(274,'Game Object (GUID: %u) has references in not found creature %u GO list, can\'t be deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(275,'Game Object (GUID: %u) removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(276,'Game Object (GUID: %u) turned',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(277,'Game Object (GUID: %u) moved',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(278,'You must select a vendor',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(279,'You must send id for item',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(280,'Vendor has too many items (max 128)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(281,'You can\'t kick self, logout instead',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(282,'Player %s kicked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(283,'Player %s not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(284,'Accepting Whisper: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(285,'Accepting Whisper: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(286,'Accepting Whisper: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(287,'Creature (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(288,'Tickets count: %i show new tickets: %s\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(289,'New ticket from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(290,'Ticket of %s (Category: %i):\\n%s\\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(291,'New ticket show: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(292,'New ticket show: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(293,'Ticket %i doesn\'t exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(294,'All tickets deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(295,'Character %s ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(296,'Ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(297,'Spawn distance changed to: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(298,'Spawn time changed to: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(299,'The honor of %s was set to %u!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(300,'Your chat has been disabled for %u minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(301,'You have disabled %s\'s chat for %u minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(302,'Player\'s chat is already enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(303,'Your chat has been enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(304,'You have enabled %s\'s chat.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(400,'|cffff0000[System Message]:|rScripts reloaded',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(401,'You change security level of %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(402,'%s changed your security level to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(403,'You have low security level for this.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(404,'Creature movement disabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(405,'Creature movement enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(406,'Weather can\'t be changed for this zone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(407,'Weather system disabled at server.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(408,'%s is banned for %s. Reason: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(409,'%s is banned permanently for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(410,'%s %s not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(411,'%s unbanned.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(412,'There was an error removing the ban on %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(413,'There is no such account.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(414,'There is no such character.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(415,'There is no such IP in banlist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(416,'Account %s has never been banned',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(417,'Ban history for account %s:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(418,'Ban Date: %s Bantime: %s Still active: %s Reason: %s Set by: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(419,'Inf.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(420,'Never',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(421,'Yes',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(422,'No',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(423,'IP: %s\\nBan Date: %s\\nUnban Date: %s\\nRemaining: %s\\nReason: %s\\nSet by: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(424,'There is no matching IPban.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(425,'There is no matching account.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(426,'There is no banned account owning a character matching this part.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(427,'The following IPs match your pattern:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(428,'The following accounts match your query:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(429,'You learned many spells/skills.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(430,'You learned all spells for class.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(431,'You learned all talents for class.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(432,'You learned all languages.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(433,'You learned all craft skills and recipes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(434,'Could not find \'%s\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(435,'Invalid item id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(436,'No items found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(437,'Invalid gameobject id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(438,'Found items %u: %u ( inventory %u mail %u auction %u )',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(439,'Found gameobjects %u: %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(440,'Invalid creature id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(441,'Found creatures %u: %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(442,'No area found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(443,'No item sets found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(444,'No skills found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(445,'No spells found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(446,'No quests found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(447,'No creatures found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(448,'No gameobjects found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(449,'Graveyard #%u doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(450,'Graveyard #%u already linked to zone #%u (current).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(451,'Graveyard #%u linked to zone #%u (current).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(452,'Graveyard #%u can\'t be linked to subzone or not existed zone #%u (internal error).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(453,'Graveyard can be linked to zone at another map only for all factions (no faction value).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(454,'No faction in Graveyard with id= #%u , fix your DB',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(455,'invalid team, please fix database',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(456,'any',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(457,'alliance',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(458,'horde',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(459,'Graveyard #%u (faction: %s) is nearest from linked to zone #%u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(460,'Zone #%u doesn\'t have linked graveyards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(461,'Zone #%u doesn\'t have linked graveyards for faction: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(462,'Teleport location already exists!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(463,'Teleport location added.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(464,'Teleport location NOT added: database error.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(465,'Teleport location deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(466,'Teleport location NOT deleted: database error.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(467,'Target unit has %d auras:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(468,'id: %d eff: %d type: %d duration: %d maxduration: %d name: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(469,'Target unit has %d auras of type %d:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(470,'id: %d eff: %d name: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(471,'Quest %u not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(472,'Quest %u started from item. For correct work, please, add item to inventory and start quest in normal way: .additem %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(473,'Quest removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(474,' [rewarded]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(475,' [complete]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(476,' [active]',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(477,'%s\'s Fly Mode %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(478,'Opcode %u sent to %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(479,'Character loaded successfully!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(480,'Failed to load the character!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(481,'Character dumped successfully!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(482,'Character dump failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(483,'Spell %u broken and not allowed to cast or learn!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(484,'Skill %u (%s) for player %s set to %u and current maximum set to %u (without permanent (talent) bonuses).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(485,'Player %s must have skill %u (%s) before using this command.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(486,'Invalid skill id (%u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(487,'You learned default GM spells/skills.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(488,'You already know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(489,'Target(%s) already know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(490,'%s doesn\'t know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(491,'You already forgot that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(492,'All spell cooldowns removed for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(493,'Spell %u cooldown removed for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(494,'Command : Additem, itemId = %i, amount = %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(495,'Command : Additemset, itemsetId = %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(496,'Removed itemID = %i, amount = %i from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(497,'Cannot create item \'%i\' (amount: %i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(498,'You need to provide a guild name!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(499,'Player not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(500,'Player already has a guild!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(501,'Guild not created! (already exists?)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(502,'No items from itemset \'%u\' found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(503,'The distance is: (3D) %f (2D) %f yards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(504,'Item \'%i\' \'%s\' Item Slot %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(505,'Item \'%i\' doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(506,'Item \'%i\' \'%s\' Added to Slot %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(507,'Item save failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(508,'%d - owner: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(509,'%d - sender: %s (guid: %u account: %u ) receiver: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(510,'%d - owner: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(511,'Wrong link type!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(512,'%d - |cffffffff|Hitem:%d:0:0:0:0:0:0:0|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(513,'%d - |cffffffff|Hquest:%d|h[%s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(514,'%d - |cffffffff|Hcreature_entry:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(515,'%d - |cffffffff|Hcreature:%d|h[%s X:%f Y:%f Z:%f MapId:%d]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(516,'%d - |cffffffff|Hgameobject_entry:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(517,'%d - |cffffffff|Hgameobject:%d|h[%s X:%f Y:%f Z:%f MapId:%d]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(518,'%d - |cffffffff|Hitemset:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(519,'|cffffffff|Htele:%s|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(520,'%d - |cffffffff|Hspell:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(521,'%d - |cffffffff|Hskill:%d|h[%s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(522,'Game Object (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(523,'>> Game Object %s (GUID: %u) at %f %f %f. Orientation %f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(524,'Selected object:\\n%s\\nGUID: %u ID: %u\\nX: %f Y: %f Z: %f MapId: %u\\nOrientation: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(525,'>> Add Game Object \'%i\' (%s) (GUID: %i) added at \'%f %f %f\'.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(526,'%s (lowguid: %u) movement generators stack:',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(527,' Idle',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(528,' Random',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(529,' Waypoint',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(530,' Animal random',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(531,' Confused',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(532,' Targeted to player %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(533,' Targeted to creature %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(534,' Targeted to <NULL>',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(535,' Home movement to (X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(536,' Home movement used for player?!?',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(537,' Taxi flight',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(538,' Unknown movement generator (%u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(539,'Player selected NPC\\nGUID: %u.\\nFaction: %u.\\nnpcFlags: %u.\\nEntry: %u.\\nDisplayID: %u (Native: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(540,'Level: %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(541,'Health (base): %u. (max): %u. (current): %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(542,'Field Flags: %u.\\nDynamic Flags: %u.\\nFaction Template: %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(543,'Loot: %u Pickpocket: %u Skinning: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(544,'Position: %f %f %f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(545,'*** Is a vendor!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(546,'*** Is a trainer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(547,'InstanceID: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(548,'Player%s %s (guid: %u) Account: %s (id: %u) GMLevel: %u Last IP: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(549,'Played time: %s Level: %u Money: %ug%us%uc',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(550,'Command .pinfo doesn\'t support \'rep\' option for offline players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(551,'%s has explored all zones now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(552,'%s has no more explored zones.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(553,'%s has explored all zones for you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(554,'%s has hidden all zones from you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(555,'Hover enabled',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(556,'Hover disabled',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(557,'You have been leveled up (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(558,'You have been leveled down (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(559,'Your level progress has been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(560,'The area has been set as explored.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(561,'The area has been set as not explored.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(562,'GUID=%i \'s updateIndex: %i, value: %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(563,'You change GUID=%i \'s UpdateIndex: %i value to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(564,'The value index %u is too big to %u(count: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(565,'Set %u uint32 Value:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(566,'You Set %u Field:%u to uint32 Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(567,'Set %u float Value:[OPCODE]:%u [VALUE]:%f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(568,'You Set %u Field:%i to float Value: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(569,'Get %u uint32 Value:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(570,'The uint32 value of %u in %u is: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(571,'Get %u float Value:[OPCODE]:%u [VALUE]:%f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(572,'The float of %u value in %u is: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(573,'.Set32Bit:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(574,'You set Bit of Field:%u to Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(575,'.Mod32Value:[OPCODE]:%u [VALUE]:%i',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(576,'You modified the value of Field:%u to Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(577,'You are now invisible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(578,'You are now visible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(600,'The Alliance wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(601,'The Horde wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(602,'The battle for Warsong Gulch begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(603,'The battle for Warsong Gulch begins in 30 seconds. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(604,'Let the battle for Warsong Gulch begin!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(605,'$n captured the Horde flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(606,'$n captured the Alliance flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(607,'The Horde flag was dropped by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(608,'The Alliance Flag was dropped by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(609,'The Alliance Flag was returned to its base by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(610,'The Horde flag was returned to its base by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(611,'The Horde flag was picked up by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(612,'The Alliance Flag was picked up by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(613,'The flags are now placed at their bases.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(650,'Alliance',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(651,'Horde',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(652,'stables',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(653,'blacksmith',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(654,'farm',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(655,'lumber mill',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(656,'mine',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(657,'The %s has taken the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(658,'$n has defended the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(659,'$n has assaulted the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(660,'$n claims the %s! If left unchallenged, the %s will control it in 1 minute!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(661,'The Battle for Arathi Basin begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(662,'The Battle for Arathi Basin begins in 30 seconds. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(663,'The Battle for Arathi Basin has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(664,'The Alliance has gathered $1776W resources, and is near victory!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(665,'The Horde has gathered $1777W resources, and is near victory!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(700,'You must be level %u to form an arena team',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(701,'One minute until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(702,'Thirty seconds until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(703,'Fifteen seconds until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(704,'The Arena battle has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(705,'You must wait %s before speaking again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
/*!40000 ALTER TABLE `mangos_string` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM `spell_threat` WHERE `entry` = 2139;
|
||||
INSERT INTO `spell_threat` (`entry`, `Threat`) VALUES
|
||||
(2139, 300);
|
||||
INSERT INTO `spell_threat` (`entry`, `Threat`) VALUES
|
||||
(2139, 300);
|
||||
|
|
|
|||
|
|
@ -1,175 +1,175 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (33167);
|
||||
INSERT INTO `spell_affect` VALUES (33167, 0, 0, 0x00, 0, 0, 0, 0x0000000100000000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33171);
|
||||
INSERT INTO `spell_affect` VALUES (33171, 0, 0, 0x00, 0, 0, 0, 0x0000000100000000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33172);
|
||||
INSERT INTO `spell_affect` VALUES (33172, 0, 0, 0x00, 0, 0, 0, 0x0000000100000000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (23236);
|
||||
INSERT INTO `spell_affect` VALUES (23236, 0, 0, 0x00, 0, 0, 0, 0x0000003419541EC0, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (37880);
|
||||
INSERT INTO `spell_affect` VALUES (37880, 0, 0, 0x00, 0, 0, 0, 0x0000000411041E40, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15259);
|
||||
INSERT INTO `spell_affect` VALUES (15259, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15259, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15307);
|
||||
INSERT INTO `spell_affect` VALUES (15307, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15307, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15308);
|
||||
INSERT INTO `spell_affect` VALUES (15308, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15308, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15309);
|
||||
INSERT INTO `spell_affect` VALUES (15309, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15309, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15310);
|
||||
INSERT INTO `spell_affect` VALUES (15310, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15310, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14743);
|
||||
INSERT INTO `spell_affect` VALUES (14743, 0, 0, 0x00, 0, 0, 0, 0x0000049440963E90, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (27828);
|
||||
INSERT INTO `spell_affect` VALUES (27828, 0, 0, 0x00, 0, 0, 0, 0x0000049440963E90, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33186);
|
||||
INSERT INTO `spell_affect` VALUES (33186, 0, 0, 0x00, 0, 0, 0, 0x0000008000000000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (33186, 1, 0, 0x00, 0, 0, 0, 0x0000008000002080, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33190);
|
||||
INSERT INTO `spell_affect` VALUES (33190, 0, 0, 0x00, 0, 0, 0, 0x0000008000000000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (33190, 1, 0, 0x00, 0, 0, 0, 0x0000008000002080, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18544);
|
||||
INSERT INTO `spell_affect` VALUES (18544, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18544, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18544, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18547);
|
||||
INSERT INTO `spell_affect` VALUES (18547, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18547, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18547, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18548);
|
||||
INSERT INTO `spell_affect` VALUES (18548, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18548, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18548, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18549);
|
||||
INSERT INTO `spell_affect` VALUES (18549, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18549, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18549, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18550);
|
||||
INSERT INTO `spell_affect` VALUES (18550, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18550, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18550, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14913);
|
||||
INSERT INTO `spell_affect` VALUES (14913, 0, 0, 0x00, 0, 0, 0, 0x0000000400041E00, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15012);
|
||||
INSERT INTO `spell_affect` VALUES (15012, 0, 0, 0x00, 0, 0, 0, 0x0000000400041E00, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (37706);
|
||||
INSERT INTO `spell_affect` VALUES (37706, 0, 0, 0x00, 0, 0, 0, 0x0000000411041E40, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (37571);
|
||||
INSERT INTO `spell_affect` VALUES (37571, 0, 0, 0x00, 0, 0, 0, 0x0000000000000080, 0);
|
||||
INSERT INTO `spell_affect` VALUES (37571, 1, 0, 0x00, 0, 0, 0, 0x0000000000800000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14751);
|
||||
INSERT INTO `spell_affect` VALUES (14751, 0, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
INSERT INTO `spell_affect` VALUES (14751, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14520);
|
||||
INSERT INTO `spell_affect` VALUES (14520, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14780);
|
||||
INSERT INTO `spell_affect` VALUES (14780, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14781);
|
||||
INSERT INTO `spell_affect` VALUES (14781, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14782);
|
||||
INSERT INTO `spell_affect` VALUES (14782, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14783);
|
||||
INSERT INTO `spell_affect` VALUES (14783, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (28808);
|
||||
INSERT INTO `spell_affect` VALUES (28808, 0, 0, 0x00, 0, 0, 0, 0x0000000411041E40, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15318);
|
||||
INSERT INTO `spell_affect` VALUES (15318, 0, 0, 0x00, 0, 0, 0, 0x00000D4A068BE104, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15272);
|
||||
INSERT INTO `spell_affect` VALUES (15272, 0, 0, 0x00, 0, 0, 0, 0x00000D4A068BE104, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15320);
|
||||
INSERT INTO `spell_affect` VALUES (15320, 0, 0, 0x00, 0, 0, 0, 0x00000D4A068BE104, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15260);
|
||||
INSERT INTO `spell_affect` VALUES (15260, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15327);
|
||||
INSERT INTO `spell_affect` VALUES (15327, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15328);
|
||||
INSERT INTO `spell_affect` VALUES (15328, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15329);
|
||||
INSERT INTO `spell_affect` VALUES (15329, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15330);
|
||||
INSERT INTO `spell_affect` VALUES (15330, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (17322);
|
||||
INSERT INTO `spell_affect` VALUES (17322, 0, 0, 0x00, 0, 0, 0, 0x00000542068AA004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (17323);
|
||||
INSERT INTO `spell_affect` VALUES (17323, 0, 0, 0x00, 0, 0, 0, 0x00000542068AA004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14523);
|
||||
INSERT INTO `spell_affect` VALUES (14523, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14784);
|
||||
INSERT INTO `spell_affect` VALUES (14784, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14785);
|
||||
INSERT INTO `spell_affect` VALUES (14785, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14786);
|
||||
INSERT INTO `spell_affect` VALUES (14786, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14787);
|
||||
INSERT INTO `spell_affect` VALUES (14787, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14912);
|
||||
INSERT INTO `spell_affect` VALUES (14912, 0, 0, 0x00, 0, 0, 0, 0x0000000000041400, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15013);
|
||||
INSERT INTO `spell_affect` VALUES (15013, 0, 0, 0x00, 0, 0, 0, 0x0000000000041400, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15014);
|
||||
INSERT INTO `spell_affect` VALUES (15014, 0, 0, 0x00, 0, 0, 0, 0x0000000000041400, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14747);
|
||||
INSERT INTO `spell_affect` VALUES (14747, 0, 0, 0x00, 0, 0, 0, 0x0000000000000002, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14770);
|
||||
INSERT INTO `spell_affect` VALUES (14770, 0, 0, 0x00, 0, 0, 0, 0x0000000000000002, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14771);
|
||||
INSERT INTO `spell_affect` VALUES (14771, 0, 0, 0x00, 0, 0, 0, 0x0000000000000002, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (44297);
|
||||
INSERT INTO `spell_affect` VALUES (44297, 0, 0, 0x00, 0, 0, 0, 0x0000000000010000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33167);
|
||||
INSERT INTO `spell_affect` VALUES (33167, 0, 0, 0x00, 0, 0, 0, 0x0000000100000000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33171);
|
||||
INSERT INTO `spell_affect` VALUES (33171, 0, 0, 0x00, 0, 0, 0, 0x0000000100000000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33172);
|
||||
INSERT INTO `spell_affect` VALUES (33172, 0, 0, 0x00, 0, 0, 0, 0x0000000100000000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (23236);
|
||||
INSERT INTO `spell_affect` VALUES (23236, 0, 0, 0x00, 0, 0, 0, 0x0000003419541EC0, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (37880);
|
||||
INSERT INTO `spell_affect` VALUES (37880, 0, 0, 0x00, 0, 0, 0, 0x0000000411041E40, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15259);
|
||||
INSERT INTO `spell_affect` VALUES (15259, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15259, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15307);
|
||||
INSERT INTO `spell_affect` VALUES (15307, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15307, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15308);
|
||||
INSERT INTO `spell_affect` VALUES (15308, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15308, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15309);
|
||||
INSERT INTO `spell_affect` VALUES (15309, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15309, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15310);
|
||||
INSERT INTO `spell_affect` VALUES (15310, 0, 0, 0x00, 0, 0, 0, 0x0000000202002000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (15310, 1, 0, 0x00, 0, 0, 0, 0x0000040000808000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14743);
|
||||
INSERT INTO `spell_affect` VALUES (14743, 0, 0, 0x00, 0, 0, 0, 0x0000049440963E90, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (27828);
|
||||
INSERT INTO `spell_affect` VALUES (27828, 0, 0, 0x00, 0, 0, 0, 0x0000049440963E90, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33186);
|
||||
INSERT INTO `spell_affect` VALUES (33186, 0, 0, 0x00, 0, 0, 0, 0x0000008000000000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (33186, 1, 0, 0x00, 0, 0, 0, 0x0000008000002080, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (33190);
|
||||
INSERT INTO `spell_affect` VALUES (33190, 0, 0, 0x00, 0, 0, 0, 0x0000008000000000, 0);
|
||||
INSERT INTO `spell_affect` VALUES (33190, 1, 0, 0x00, 0, 0, 0, 0x0000008000002080, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18544);
|
||||
INSERT INTO `spell_affect` VALUES (18544, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18544, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18544, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18547);
|
||||
INSERT INTO `spell_affect` VALUES (18547, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18547, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18547, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18548);
|
||||
INSERT INTO `spell_affect` VALUES (18548, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18548, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18548, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18549);
|
||||
INSERT INTO `spell_affect` VALUES (18549, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18549, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18549, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18550);
|
||||
INSERT INTO `spell_affect` VALUES (18550, 0, 0, 0x00, 0, 0, 0, 0x0000041202F8A090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18550, 1, 0, 0x00, 0, 0, 0, 0x0000001202582090, 0);
|
||||
INSERT INTO `spell_affect` VALUES (18550, 2, 0, 0x00, 0, 0, 0, 0x0000040000A08000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14913);
|
||||
INSERT INTO `spell_affect` VALUES (14913, 0, 0, 0x00, 0, 0, 0, 0x0000000400041E00, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15012);
|
||||
INSERT INTO `spell_affect` VALUES (15012, 0, 0, 0x00, 0, 0, 0, 0x0000000400041E00, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (37706);
|
||||
INSERT INTO `spell_affect` VALUES (37706, 0, 0, 0x00, 0, 0, 0, 0x0000000411041E40, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (37571);
|
||||
INSERT INTO `spell_affect` VALUES (37571, 0, 0, 0x00, 0, 0, 0, 0x0000000000000080, 0);
|
||||
INSERT INTO `spell_affect` VALUES (37571, 1, 0, 0x00, 0, 0, 0, 0x0000000000800000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14751);
|
||||
INSERT INTO `spell_affect` VALUES (14751, 0, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
INSERT INTO `spell_affect` VALUES (14751, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14520);
|
||||
INSERT INTO `spell_affect` VALUES (14520, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14780);
|
||||
INSERT INTO `spell_affect` VALUES (14780, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14781);
|
||||
INSERT INTO `spell_affect` VALUES (14781, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14782);
|
||||
INSERT INTO `spell_affect` VALUES (14782, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14783);
|
||||
INSERT INTO `spell_affect` VALUES (14783, 0, 0, 0x00, 0, 0, 0, 0x00000963BF61C16F, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (28808);
|
||||
INSERT INTO `spell_affect` VALUES (28808, 0, 0, 0x00, 0, 0, 0, 0x0000000411041E40, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15318);
|
||||
INSERT INTO `spell_affect` VALUES (15318, 0, 0, 0x00, 0, 0, 0, 0x00000D4A068BE104, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15272);
|
||||
INSERT INTO `spell_affect` VALUES (15272, 0, 0, 0x00, 0, 0, 0, 0x00000D4A068BE104, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15320);
|
||||
INSERT INTO `spell_affect` VALUES (15320, 0, 0, 0x00, 0, 0, 0, 0x00000D4A068BE104, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15260);
|
||||
INSERT INTO `spell_affect` VALUES (15260, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15327);
|
||||
INSERT INTO `spell_affect` VALUES (15327, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15328);
|
||||
INSERT INTO `spell_affect` VALUES (15328, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15329);
|
||||
INSERT INTO `spell_affect` VALUES (15329, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15330);
|
||||
INSERT INTO `spell_affect` VALUES (15330, 0, 0, 0x00, 0, 0, 0, 0x00000442068BA000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (17322);
|
||||
INSERT INTO `spell_affect` VALUES (17322, 0, 0, 0x00, 0, 0, 0, 0x00000542068AA004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (17323);
|
||||
INSERT INTO `spell_affect` VALUES (17323, 0, 0, 0x00, 0, 0, 0, 0x00000542068AA004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14523);
|
||||
INSERT INTO `spell_affect` VALUES (14523, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14784);
|
||||
INSERT INTO `spell_affect` VALUES (14784, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14785);
|
||||
INSERT INTO `spell_affect` VALUES (14785, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14786);
|
||||
INSERT INTO `spell_affect` VALUES (14786, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14787);
|
||||
INSERT INTO `spell_affect` VALUES (14787, 1, 0, 0x00, 0, 0, 0, 0xFFFFFFFFFFFFFFFF, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14912);
|
||||
INSERT INTO `spell_affect` VALUES (14912, 0, 0, 0x00, 0, 0, 0, 0x0000000000041400, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15013);
|
||||
INSERT INTO `spell_affect` VALUES (15013, 0, 0, 0x00, 0, 0, 0, 0x0000000000041400, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (15014);
|
||||
INSERT INTO `spell_affect` VALUES (15014, 0, 0, 0x00, 0, 0, 0, 0x0000000000041400, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14747);
|
||||
INSERT INTO `spell_affect` VALUES (14747, 0, 0, 0x00, 0, 0, 0, 0x0000000000000002, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14770);
|
||||
INSERT INTO `spell_affect` VALUES (14770, 0, 0, 0x00, 0, 0, 0, 0x0000000000000002, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14771);
|
||||
INSERT INTO `spell_affect` VALUES (14771, 0, 0, 0x00, 0, 0, 0, 0x0000000000000002, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (44297);
|
||||
INSERT INTO `spell_affect` VALUES (44297, 0, 0, 0x00, 0, 0, 0, 0x0000000000010000, 0);
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
DELETE FROM `guild_bank_eventlog` WHERE `LogGuid`=0;
|
||||
DELETE FROM `guild_bank_eventlog` WHERE `LogGuid`=0;
|
||||
|
|
|
|||
|
|
@ -1,53 +1,53 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (30288);
|
||||
INSERT INTO `spell_affect` VALUES (30288, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30289);
|
||||
INSERT INTO `spell_affect` VALUES (30289, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30290);
|
||||
INSERT INTO `spell_affect` VALUES (30290, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30291);
|
||||
INSERT INTO `spell_affect` VALUES (30291, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30292);
|
||||
INSERT INTO `spell_affect` VALUES (30292, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18427);
|
||||
INSERT INTO `spell_affect` VALUES (18427, 0, 0, 0x00, 0, 0, 0, 0x0000000000020006, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18428);
|
||||
INSERT INTO `spell_affect` VALUES (18428, 0, 0, 0x00, 0, 0, 0, 0x0000000000020006, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18429);
|
||||
INSERT INTO `spell_affect` VALUES (18429, 0, 0, 0x00, 0, 0, 0, 0x0000000000020006, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31216);
|
||||
INSERT INTO `spell_affect` VALUES (31216, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31217);
|
||||
INSERT INTO `spell_affect` VALUES (31217, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31218);
|
||||
INSERT INTO `spell_affect` VALUES (31218, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31219);
|
||||
INSERT INTO `spell_affect` VALUES (31219, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31220);
|
||||
INSERT INTO `spell_affect` VALUES (31220, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14171);
|
||||
INSERT INTO `spell_affect` VALUES (14171, 0, 0, 0x00, 0, 0, 0, 0x0000000000100000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14172);
|
||||
INSERT INTO `spell_affect` VALUES (14172, 0, 0, 0x00, 0, 0, 0, 0x0000000000100000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14173);
|
||||
INSERT INTO `spell_affect` VALUES (14173, 0, 0, 0x00, 0, 0, 0, 0x0000000000100000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (12290);
|
||||
INSERT INTO `spell_affect` VALUES (12290, 0, 0, 0x00, 0, 0, 0, 0x0000000000000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (12963);
|
||||
INSERT INTO `spell_affect` VALUES (12963, 0, 0, 0x00, 0, 0, 0, 0x0000000000000004, 0);
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30288);
|
||||
INSERT INTO `spell_affect` VALUES (30288, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30289);
|
||||
INSERT INTO `spell_affect` VALUES (30289, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30290);
|
||||
INSERT INTO `spell_affect` VALUES (30290, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30291);
|
||||
INSERT INTO `spell_affect` VALUES (30291, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (30292);
|
||||
INSERT INTO `spell_affect` VALUES (30292, 0, 0, 0x00, 0, 0, 0, 0x0000004000000001, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18427);
|
||||
INSERT INTO `spell_affect` VALUES (18427, 0, 0, 0x00, 0, 0, 0, 0x0000000000020006, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18428);
|
||||
INSERT INTO `spell_affect` VALUES (18428, 0, 0, 0x00, 0, 0, 0, 0x0000000000020006, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (18429);
|
||||
INSERT INTO `spell_affect` VALUES (18429, 0, 0, 0x00, 0, 0, 0, 0x0000000000020006, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31216);
|
||||
INSERT INTO `spell_affect` VALUES (31216, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31217);
|
||||
INSERT INTO `spell_affect` VALUES (31217, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31218);
|
||||
INSERT INTO `spell_affect` VALUES (31218, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31219);
|
||||
INSERT INTO `spell_affect` VALUES (31219, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (31220);
|
||||
INSERT INTO `spell_affect` VALUES (31220, 1, 0, 0x00, 0, 0, 0, 0x0000000002000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14171);
|
||||
INSERT INTO `spell_affect` VALUES (14171, 0, 0, 0x00, 0, 0, 0, 0x0000000000100000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14172);
|
||||
INSERT INTO `spell_affect` VALUES (14172, 0, 0, 0x00, 0, 0, 0, 0x0000000000100000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (14173);
|
||||
INSERT INTO `spell_affect` VALUES (14173, 0, 0, 0x00, 0, 0, 0, 0x0000000000100000, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (12290);
|
||||
INSERT INTO `spell_affect` VALUES (12290, 0, 0, 0x00, 0, 0, 0, 0x0000000000000004, 0);
|
||||
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN (12963);
|
||||
INSERT INTO `spell_affect` VALUES (12963, 0, 0, 0x00, 0, 0, 0, 0x0000000000000004, 0);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM command WHERE name IN ('.casttarget');
|
||||
|
||||
INSERT INTO `command` VALUES
|
||||
INSERT INTO `command` VALUES
|
||||
('casttarget',3,'Syntax: .casttarget #spellid\r\n Selected target will cast #spellid to his victim.');
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `character`
|
||||
ALTER TABLE `character`
|
||||
ADD COLUMN `taxi_path` text;
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
DROP TABLE IF EXISTS `gameobject_scripts`;
|
||||
CREATE TABLE `gameobject_scripts` (
|
||||
`id` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`delay` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`command` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`datalong` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`datalong2` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`datatext` TEXT NOT NULL ,
|
||||
`x` FLOAT NOT NULL DEFAULT '0',
|
||||
`y` FLOAT NOT NULL DEFAULT '0',
|
||||
`z` FLOAT NOT NULL DEFAULT '0',
|
||||
`o` FLOAT NOT NULL DEFAULT '0'
|
||||
) ENGINE = MYISAM DEFAULT CHARSET = utf8;
|
||||
DROP TABLE IF EXISTS `gameobject_scripts`;
|
||||
CREATE TABLE `gameobject_scripts` (
|
||||
`id` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`delay` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`command` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`datalong` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`datalong2` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`datatext` TEXT NOT NULL ,
|
||||
`x` FLOAT NOT NULL DEFAULT '0',
|
||||
`y` FLOAT NOT NULL DEFAULT '0',
|
||||
`z` FLOAT NOT NULL DEFAULT '0',
|
||||
`o` FLOAT NOT NULL DEFAULT '0'
|
||||
) ENGINE = MYISAM DEFAULT CHARSET = utf8;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (33886,33887,33888,33889,33890);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(33886,0,0,0,0,0,0,0x00000010000000d0, 0),
|
||||
(33887,0,0,0,0,0,0,0x00000010000000d0, 0),
|
||||
(33888,0,0,0,0,0,0,0x00000010000000d0, 0),
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM `spell_learn_skill` WHERE `entry` IN (29932);
|
||||
INSERT INTO `spell_learn_skill` (`entry`, `SkillID`, `Value`, `MaxValue`) VALUE
|
||||
INSERT INTO `spell_learn_skill` (`entry`, `SkillID`, `Value`, `MaxValue`) VALUE
|
||||
(29932,759,-1,-1);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` IN (43750);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(43750,0,0,0,11,0x0000000000000001,0x00004000,0);
|
||||
(43750,0,0,0,11,0x0000000000000001,0x00004000,0);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` IN (39446);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(39446,0,0,0,0,0x0000000000000000,0x00000004,0);
|
||||
(39446,0,0,0,0,0x0000000000000000,0x00000004,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (32863,36123,38252,39367);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
|
|
@ -11,21 +11,21 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (37381);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(37381,0,0,0,0,0x0000000000000000,0x000a0001,0);
|
||||
(37381,0,0,0,0,0x0000000000000000,0x000a0001,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (39372);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(39372,0,0,0,0,0x0000000000000000,0x00020000,0);
|
||||
(39372,0,0,0,0,0x0000000000000000,0x00020000,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (28789);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(28789,0,0,0,10,0x0000000000006000,0x20000000,0);
|
||||
(28789,0,0,0,10,0x0000000000006000,0x20000000,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (28849);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(28849,0,0,0,11,0x0000000000000080,0x00004000,0);
|
||||
(28849,0,0,0,11,0x0000000000000080,0x00004000,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (37655,38334);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(37655,0,0,0,0,0x0000000000000000,0x00004000,0),
|
||||
(38334,0,0,0,0,0x0000000000000000,0x00004000,0);
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `uptime`
|
||||
ALTER TABLE `uptime`
|
||||
ADD COLUMN `maxplayers` int(11) unsigned NOT NULL default '0';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
ALTER TABLE `button_scripts` RENAME TO `gameobject_scripts`;
|
||||
ALTER TABLE `button_scripts` RENAME TO `gameobject_scripts`;
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ INSERT INTO `mangos_string` VALUES
|
|||
(707,'%s wishes to not be disturbed and cannot receive whisper messages: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(708,'%s is Away from Keyboard: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(709,'Do not Disturb',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(710,'Away from Keyboard',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
(710,'Away from Keyboard',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `creature_template`
|
||||
ADD `mechanic_immune_mask` int(11) signed NOT NULL default '0' AFTER `equipment_id` ;
|
||||
ALTER TABLE `creature_template`
|
||||
ADD `mechanic_immune_mask` int(11) signed NOT NULL default '0' AFTER `equipment_id` ;
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
ALTER TABLE `character` RENAME TO `characters`;
|
||||
ALTER TABLE `group` RENAME TO `groups`;
|
||||
|
||||
ALTER TABLE `character_pet`
|
||||
CHANGE COLUMN `ABData` `abdata` longtext,
|
||||
CHANGE COLUMN `TeachSpelldata` `teachspelldata` longtext;
|
||||
|
||||
ALTER TABLE `guild`
|
||||
CHANGE COLUMN `MOTD` `motd` varchar(255) NOT NULL default '';
|
||||
|
||||
ALTER TABLE `guild_member`
|
||||
CHANGE COLUMN `Pnote` `pnote` varchar(255) NOT NULL default '',
|
||||
CHANGE COLUMN `OFFnote` `offnote` varchar(255) NOT NULL default '';
|
||||
|
||||
ALTER TABLE `guild_bank_right`
|
||||
CHANGE COLUMN `Right` `gbright` tinyint(3) unsigned NOT NULL default '0';
|
||||
ALTER TABLE `character` RENAME TO `characters`;
|
||||
ALTER TABLE `group` RENAME TO `groups`;
|
||||
|
||||
ALTER TABLE `character_pet`
|
||||
CHANGE COLUMN `ABData` `abdata` longtext,
|
||||
CHANGE COLUMN `TeachSpelldata` `teachspelldata` longtext;
|
||||
|
||||
ALTER TABLE `guild`
|
||||
CHANGE COLUMN `MOTD` `motd` varchar(255) NOT NULL default '';
|
||||
|
||||
ALTER TABLE `guild_member`
|
||||
CHANGE COLUMN `Pnote` `pnote` varchar(255) NOT NULL default '',
|
||||
CHANGE COLUMN `OFFnote` `offnote` varchar(255) NOT NULL default '';
|
||||
|
||||
ALTER TABLE `guild_bank_right`
|
||||
CHANGE COLUMN `Right` `gbright` tinyint(3) unsigned NOT NULL default '0';
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
ALTER TABLE `game_event`
|
||||
CHANGE COLUMN `start` `start_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute start date, the event will never start before',
|
||||
CHANGE COLUMN `end` `end_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute end date, the event will never start afler';
|
||||
|
||||
ALTER TABLE `pet_levelstats`
|
||||
CHANGE COLUMN `int` `inte` smallint(5) unsigned NOT NULL;
|
||||
|
||||
ALTER TABLE `player_levelstats`
|
||||
CHANGE COLUMN `int` `inte` smallint(5) unsigned NOT NULL;
|
||||
|
||||
ALTER TABLE `npc_option`
|
||||
CHANGE COLUMN `option` `option_text` text;
|
||||
ALTER TABLE `game_event`
|
||||
CHANGE COLUMN `start` `start_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute start date, the event will never start before',
|
||||
CHANGE COLUMN `end` `end_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute end date, the event will never start afler';
|
||||
|
||||
ALTER TABLE `pet_levelstats`
|
||||
CHANGE COLUMN `int` `inte` smallint(5) unsigned NOT NULL;
|
||||
|
||||
ALTER TABLE `player_levelstats`
|
||||
CHANGE COLUMN `int` `inte` smallint(5) unsigned NOT NULL;
|
||||
|
||||
ALTER TABLE `npc_option`
|
||||
CHANGE COLUMN `option` `option_text` text;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `account`
|
||||
CHANGE COLUMN `I` `sha_pass_hash` VARCHAR(40) NOT NULL default '';
|
||||
ALTER TABLE `account`
|
||||
CHANGE COLUMN `I` `sha_pass_hash` VARCHAR(40) NOT NULL default '';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM spell_affect WHERE entry IN (5420);
|
||||
INSERT INTO spell_affect VALUES
|
||||
(5420,2,0,0,0,0,0,0x00001012100000D0,0);
|
||||
(5420,2,0,0,0,0,0,0x00001012100000D0,0);
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `creature_template`
|
||||
ADD `scale` float default '0' AFTER `speed`;
|
||||
ALTER TABLE `creature_template`
|
||||
ADD `scale` float default '0' AFTER `speed`;
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
(35550,0,0,0,0,0x0000000000000000,0x00000001,0),
|
||||
(35551,0,0,0,0,0x0000000000000000,0x00000001,0),
|
||||
(35552,0,0,0,0,0x0000000000000000,0x00000001,0),
|
||||
(35553,0,0,0,0,0x0000000000000000,0x00000001,0);
|
||||
(35553,0,0,0,0,0x0000000000000000,0x00000001,0);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM spell_affect WHERE entry IN (32601);
|
||||
INSERT INTO spell_affect VALUES
|
||||
(32601,1,0,0,0,0,0,0x0000000020800008,0);
|
||||
(32601,1,0,0,0,0,0,0x0000000020800008,0);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` IN (34580);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(34580,0,0,0,0,0x0000000000000000,0x00000001,2);
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (34580);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(34580,0,0,0,0,0x0000000000000000,0x00000001,2);
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` IN (41635,33280,35092,35093,35094);
|
||||
INSERT INTO `spell_proc_event`VALUES
|
||||
(41635,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(33280,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(35092,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(35093,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(35094,0,0,0,0,0x0000000000000000,0x00008000,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (41635,33280,35092,35093,35094);
|
||||
INSERT INTO `spell_proc_event`VALUES
|
||||
(41635,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(33280,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(35092,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(35093,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(35094,0,0,0,0,0x0000000000000000,0x00008000,0);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` IN ( 15600 );
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(15600,0,0,0,0,0x0000000000000000,0x00000001,0.6);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (33881,33882,33883);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(33881,0,0,0,0,0x0000000000000000,0x00842000,0),
|
||||
(33882,0,0,0,0,0x0000000000000000,0x00842000,0),
|
||||
(33883,0,0,0,0,0x0000000000000000,0x00842000,0);
|
||||
(33883,0,0,0,0,0x0000000000000000,0x00842000,0);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
ALTER TABLE `petition`
|
||||
DROP PRIMARY KEY,
|
||||
ALTER TABLE `petition`
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`ownerguid`, `type`);
|
||||
|
||||
ALTER TABLE `petition_sign` ADD COLUMN `type` int(10) UNSIGNED NOT NULL DEFAULT 0;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` IN ( 37239 );
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(37239,0,0,0,0,0x0000000000000000,0x00000001,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN ( 43737 );
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(43737,0,0,0,7,0x0000044000000000,0x00000001,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN ( 43739 );
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(43739,0,0,0,7,0x0000000000000002,0x00020000,0);
|
||||
|
|
|
|||
|
|
@ -1,70 +1,70 @@
|
|||
UPDATE `player_levelstats` SET `basehp` = 28, `basemana` = 60 WHERE `class` = 2 AND `level`=1;
|
||||
UPDATE `player_levelstats` SET `basehp` = 36, `basemana` = 78 WHERE `class` = 2 AND `level`=2;
|
||||
UPDATE `player_levelstats` SET `basehp` = 44, `basemana` = 98 WHERE `class` = 2 AND `level`=3;
|
||||
UPDATE `player_levelstats` SET `basehp` = 52, `basemana` = 104 WHERE `class` = 2 AND `level`=4;
|
||||
UPDATE `player_levelstats` SET `basehp` = 60, `basemana` = 111 WHERE `class` = 2 AND `level`=5;
|
||||
UPDATE `player_levelstats` SET `basehp` = 68, `basemana` = 134 WHERE `class` = 2 AND `level`=6;
|
||||
UPDATE `player_levelstats` SET `basehp` = 76, `basemana` = 143 WHERE `class` = 2 AND `level`=7;
|
||||
UPDATE `player_levelstats` SET `basehp` = 84, `basemana` = 153 WHERE `class` = 2 AND `level`=8;
|
||||
UPDATE `player_levelstats` SET `basehp` = 92, `basemana` = 179 WHERE `class` = 2 AND `level`=9;
|
||||
UPDATE `player_levelstats` SET `basehp` = 100, `basemana` = 192 WHERE `class` = 2 AND `level`=10;
|
||||
UPDATE `player_levelstats` SET `basehp` = 108, `basemana` = 205 WHERE `class` = 2 AND `level`=11;
|
||||
UPDATE `player_levelstats` SET `basehp` = 116, `basemana` = 219 WHERE `class` = 2 AND `level`=12;
|
||||
UPDATE `player_levelstats` SET `basehp` = 124, `basemana` = 249 WHERE `class` = 2 AND `level`=13;
|
||||
UPDATE `player_levelstats` SET `basehp` = 132, `basemana` = 265 WHERE `class` = 2 AND `level`=14;
|
||||
UPDATE `player_levelstats` SET `basehp` = 131, `basemana` = 282 WHERE `class` = 2 AND `level`=15;
|
||||
UPDATE `player_levelstats` SET `basehp` = 141, `basemana` = 315 WHERE `class` = 2 AND `level`=16;
|
||||
UPDATE `player_levelstats` SET `basehp` = 152, `basemana` = 334 WHERE `class` = 2 AND `level`=17;
|
||||
UPDATE `player_levelstats` SET `basehp` = 164, `basemana` = 354 WHERE `class` = 2 AND `level`=18;
|
||||
UPDATE `player_levelstats` SET `basehp` = 177, `basemana` = 390 WHERE `class` = 2 AND `level`=19;
|
||||
UPDATE `player_levelstats` SET `basehp` = 191, `basemana` = 412 WHERE `class` = 2 AND `level`=20;
|
||||
UPDATE `player_levelstats` SET `basehp` = 206, `basemana` = 435 WHERE `class` = 2 AND `level`=21;
|
||||
UPDATE `player_levelstats` SET `basehp` = 222, `basemana` = 459 WHERE `class` = 2 AND `level`=22;
|
||||
UPDATE `player_levelstats` SET `basehp` = 239, `basemana` = 499 WHERE `class` = 2 AND `level`=23;
|
||||
UPDATE `player_levelstats` SET `basehp` = 247, `basemana` = 525 WHERE `class` = 2 AND `level`=24;
|
||||
UPDATE `player_levelstats` SET `basehp` = 266, `basemana` = 552 WHERE `class` = 2 AND `level`=25;
|
||||
UPDATE `player_levelstats` SET `basehp` = 286, `basemana` = 579 WHERE `class` = 2 AND `level`=26;
|
||||
UPDATE `player_levelstats` SET `basehp` = 307, `basemana` = 621 WHERE `class` = 2 AND `level`=27;
|
||||
UPDATE `player_levelstats` SET `basehp` = 329, `basemana` = 648 WHERE `class` = 2 AND `level`=28;
|
||||
UPDATE `player_levelstats` SET `basehp` = 342, `basemana` = 675 WHERE `class` = 2 AND `level`=29;
|
||||
UPDATE `player_levelstats` SET `basehp` = 366, `basemana` = 702 WHERE `class` = 2 AND `level`=30;
|
||||
UPDATE `player_levelstats` SET `basehp` = 391, `basemana` = 729 WHERE `class` = 2 AND `level`=31;
|
||||
UPDATE `player_levelstats` SET `basehp` = 407, `basemana` = 756 WHERE `class` = 2 AND `level`=32;
|
||||
UPDATE `player_levelstats` SET `basehp` = 434, `basemana` = 798 WHERE `class` = 2 AND `level`=33;
|
||||
UPDATE `player_levelstats` SET `basehp` = 462, `basemana` = 825 WHERE `class` = 2 AND `level`=34;
|
||||
UPDATE `player_levelstats` SET `basehp` = 481, `basemana` = 852 WHERE `class` = 2 AND `level`=35;
|
||||
UPDATE `player_levelstats` SET `basehp` = 511, `basemana` = 879 WHERE `class` = 2 AND `level`=36;
|
||||
UPDATE `player_levelstats` SET `basehp` = 542, `basemana` = 906 WHERE `class` = 2 AND `level`=37;
|
||||
UPDATE `player_levelstats` SET `basehp` = 564, `basemana` = 933 WHERE `class` = 2 AND `level`=38;
|
||||
UPDATE `player_levelstats` SET `basehp` = 597, `basemana` = 960 WHERE `class` = 2 AND `level`=39;
|
||||
UPDATE `player_levelstats` SET `basehp` = 621, `basemana` = 987 WHERE `class` = 2 AND `level`=40;
|
||||
UPDATE `player_levelstats` SET `basehp` = 656, `basemana` =1014 WHERE `class` = 2 AND `level`=41;
|
||||
UPDATE `player_levelstats` SET `basehp` = 682, `basemana` =1041 WHERE `class` = 2 AND `level`=42;
|
||||
UPDATE `player_levelstats` SET `basehp` = 719, `basemana` =1068 WHERE `class` = 2 AND `level`=43;
|
||||
UPDATE `player_levelstats` SET `basehp` = 747, `basemana` =1110 WHERE `class` = 2 AND `level`=44;
|
||||
UPDATE `player_levelstats` SET `basehp` = 786, `basemana` =1137 WHERE `class` = 2 AND `level`=45;
|
||||
UPDATE `player_levelstats` SET `basehp` = 816, `basemana` =1164 WHERE `class` = 2 AND `level`=46;
|
||||
UPDATE `player_levelstats` SET `basehp` = 857, `basemana` =1176 WHERE `class` = 2 AND `level`=47;
|
||||
UPDATE `player_levelstats` SET `basehp` = 889, `basemana` =1203 WHERE `class` = 2 AND `level`=48;
|
||||
UPDATE `player_levelstats` SET `basehp` = 922, `basemana` =1230 WHERE `class` = 2 AND `level`=49;
|
||||
UPDATE `player_levelstats` SET `basehp` = 966, `basemana` =1257 WHERE `class` = 2 AND `level`=50;
|
||||
UPDATE `player_levelstats` SET `basehp` =1001, `basemana` =1284 WHERE `class` = 2 AND `level`=51;
|
||||
UPDATE `player_levelstats` SET `basehp` =1037, `basemana` =1311 WHERE `class` = 2 AND `level`=52;
|
||||
UPDATE `player_levelstats` SET `basehp` =1084, `basemana` =1338 WHERE `class` = 2 AND `level`=53;
|
||||
UPDATE `player_levelstats` SET `basehp` =1122, `basemana` =1365 WHERE `class` = 2 AND `level`=54;
|
||||
UPDATE `player_levelstats` SET `basehp` =1161, `basemana` =1392 WHERE `class` = 2 AND `level`=55;
|
||||
UPDATE `player_levelstats` SET `basehp` =1201, `basemana` =1419 WHERE `class` = 2 AND `level`=56;
|
||||
UPDATE `player_levelstats` SET `basehp` =1252, `basemana` =1446 WHERE `class` = 2 AND `level`=57;
|
||||
UPDATE `player_levelstats` SET `basehp` =1294, `basemana` =1458 WHERE `class` = 2 AND `level`=58;
|
||||
UPDATE `player_levelstats` SET `basehp` =1337, `basemana` =1485 WHERE `class` = 2 AND `level`=59;
|
||||
UPDATE `player_levelstats` SET `basehp` =1381, `basemana` =1512 WHERE `class` = 2 AND `level`=60;
|
||||
UPDATE `player_levelstats` SET `basehp` =1540, `basemana` =1656 WHERE `class` = 2 AND `level`=61;
|
||||
UPDATE `player_levelstats` SET `basehp` =1708, `basemana` =1800 WHERE `class` = 2 AND `level`=62;
|
||||
UPDATE `player_levelstats` SET `basehp` =1884, `basemana` =1944 WHERE `class` = 2 AND `level`=63;
|
||||
UPDATE `player_levelstats` SET `basehp` =2068, `basemana` =2088 WHERE `class` = 2 AND `level`=64;
|
||||
UPDATE `player_levelstats` SET `basehp` =2262, `basemana` =2232 WHERE `class` = 2 AND `level`=65;
|
||||
UPDATE `player_levelstats` SET `basehp` =2466, `basemana` =2377 WHERE `class` = 2 AND `level`=66;
|
||||
UPDATE `player_levelstats` SET `basehp` =2679, `basemana` =2521 WHERE `class` = 2 AND `level`=67;
|
||||
UPDATE `player_levelstats` SET `basehp` =2901, `basemana` =2665 WHERE `class` = 2 AND `level`=68;
|
||||
UPDATE `player_levelstats` SET `basehp` =3134, `basemana` =2809 WHERE `class` = 2 AND `level`=69;
|
||||
UPDATE `player_levelstats` SET `basehp` =3377, `basemana` =2953 WHERE `class` = 2 AND `level`=70;
|
||||
UPDATE `player_levelstats` SET `basehp` = 28, `basemana` = 60 WHERE `class` = 2 AND `level`=1;
|
||||
UPDATE `player_levelstats` SET `basehp` = 36, `basemana` = 78 WHERE `class` = 2 AND `level`=2;
|
||||
UPDATE `player_levelstats` SET `basehp` = 44, `basemana` = 98 WHERE `class` = 2 AND `level`=3;
|
||||
UPDATE `player_levelstats` SET `basehp` = 52, `basemana` = 104 WHERE `class` = 2 AND `level`=4;
|
||||
UPDATE `player_levelstats` SET `basehp` = 60, `basemana` = 111 WHERE `class` = 2 AND `level`=5;
|
||||
UPDATE `player_levelstats` SET `basehp` = 68, `basemana` = 134 WHERE `class` = 2 AND `level`=6;
|
||||
UPDATE `player_levelstats` SET `basehp` = 76, `basemana` = 143 WHERE `class` = 2 AND `level`=7;
|
||||
UPDATE `player_levelstats` SET `basehp` = 84, `basemana` = 153 WHERE `class` = 2 AND `level`=8;
|
||||
UPDATE `player_levelstats` SET `basehp` = 92, `basemana` = 179 WHERE `class` = 2 AND `level`=9;
|
||||
UPDATE `player_levelstats` SET `basehp` = 100, `basemana` = 192 WHERE `class` = 2 AND `level`=10;
|
||||
UPDATE `player_levelstats` SET `basehp` = 108, `basemana` = 205 WHERE `class` = 2 AND `level`=11;
|
||||
UPDATE `player_levelstats` SET `basehp` = 116, `basemana` = 219 WHERE `class` = 2 AND `level`=12;
|
||||
UPDATE `player_levelstats` SET `basehp` = 124, `basemana` = 249 WHERE `class` = 2 AND `level`=13;
|
||||
UPDATE `player_levelstats` SET `basehp` = 132, `basemana` = 265 WHERE `class` = 2 AND `level`=14;
|
||||
UPDATE `player_levelstats` SET `basehp` = 131, `basemana` = 282 WHERE `class` = 2 AND `level`=15;
|
||||
UPDATE `player_levelstats` SET `basehp` = 141, `basemana` = 315 WHERE `class` = 2 AND `level`=16;
|
||||
UPDATE `player_levelstats` SET `basehp` = 152, `basemana` = 334 WHERE `class` = 2 AND `level`=17;
|
||||
UPDATE `player_levelstats` SET `basehp` = 164, `basemana` = 354 WHERE `class` = 2 AND `level`=18;
|
||||
UPDATE `player_levelstats` SET `basehp` = 177, `basemana` = 390 WHERE `class` = 2 AND `level`=19;
|
||||
UPDATE `player_levelstats` SET `basehp` = 191, `basemana` = 412 WHERE `class` = 2 AND `level`=20;
|
||||
UPDATE `player_levelstats` SET `basehp` = 206, `basemana` = 435 WHERE `class` = 2 AND `level`=21;
|
||||
UPDATE `player_levelstats` SET `basehp` = 222, `basemana` = 459 WHERE `class` = 2 AND `level`=22;
|
||||
UPDATE `player_levelstats` SET `basehp` = 239, `basemana` = 499 WHERE `class` = 2 AND `level`=23;
|
||||
UPDATE `player_levelstats` SET `basehp` = 247, `basemana` = 525 WHERE `class` = 2 AND `level`=24;
|
||||
UPDATE `player_levelstats` SET `basehp` = 266, `basemana` = 552 WHERE `class` = 2 AND `level`=25;
|
||||
UPDATE `player_levelstats` SET `basehp` = 286, `basemana` = 579 WHERE `class` = 2 AND `level`=26;
|
||||
UPDATE `player_levelstats` SET `basehp` = 307, `basemana` = 621 WHERE `class` = 2 AND `level`=27;
|
||||
UPDATE `player_levelstats` SET `basehp` = 329, `basemana` = 648 WHERE `class` = 2 AND `level`=28;
|
||||
UPDATE `player_levelstats` SET `basehp` = 342, `basemana` = 675 WHERE `class` = 2 AND `level`=29;
|
||||
UPDATE `player_levelstats` SET `basehp` = 366, `basemana` = 702 WHERE `class` = 2 AND `level`=30;
|
||||
UPDATE `player_levelstats` SET `basehp` = 391, `basemana` = 729 WHERE `class` = 2 AND `level`=31;
|
||||
UPDATE `player_levelstats` SET `basehp` = 407, `basemana` = 756 WHERE `class` = 2 AND `level`=32;
|
||||
UPDATE `player_levelstats` SET `basehp` = 434, `basemana` = 798 WHERE `class` = 2 AND `level`=33;
|
||||
UPDATE `player_levelstats` SET `basehp` = 462, `basemana` = 825 WHERE `class` = 2 AND `level`=34;
|
||||
UPDATE `player_levelstats` SET `basehp` = 481, `basemana` = 852 WHERE `class` = 2 AND `level`=35;
|
||||
UPDATE `player_levelstats` SET `basehp` = 511, `basemana` = 879 WHERE `class` = 2 AND `level`=36;
|
||||
UPDATE `player_levelstats` SET `basehp` = 542, `basemana` = 906 WHERE `class` = 2 AND `level`=37;
|
||||
UPDATE `player_levelstats` SET `basehp` = 564, `basemana` = 933 WHERE `class` = 2 AND `level`=38;
|
||||
UPDATE `player_levelstats` SET `basehp` = 597, `basemana` = 960 WHERE `class` = 2 AND `level`=39;
|
||||
UPDATE `player_levelstats` SET `basehp` = 621, `basemana` = 987 WHERE `class` = 2 AND `level`=40;
|
||||
UPDATE `player_levelstats` SET `basehp` = 656, `basemana` =1014 WHERE `class` = 2 AND `level`=41;
|
||||
UPDATE `player_levelstats` SET `basehp` = 682, `basemana` =1041 WHERE `class` = 2 AND `level`=42;
|
||||
UPDATE `player_levelstats` SET `basehp` = 719, `basemana` =1068 WHERE `class` = 2 AND `level`=43;
|
||||
UPDATE `player_levelstats` SET `basehp` = 747, `basemana` =1110 WHERE `class` = 2 AND `level`=44;
|
||||
UPDATE `player_levelstats` SET `basehp` = 786, `basemana` =1137 WHERE `class` = 2 AND `level`=45;
|
||||
UPDATE `player_levelstats` SET `basehp` = 816, `basemana` =1164 WHERE `class` = 2 AND `level`=46;
|
||||
UPDATE `player_levelstats` SET `basehp` = 857, `basemana` =1176 WHERE `class` = 2 AND `level`=47;
|
||||
UPDATE `player_levelstats` SET `basehp` = 889, `basemana` =1203 WHERE `class` = 2 AND `level`=48;
|
||||
UPDATE `player_levelstats` SET `basehp` = 922, `basemana` =1230 WHERE `class` = 2 AND `level`=49;
|
||||
UPDATE `player_levelstats` SET `basehp` = 966, `basemana` =1257 WHERE `class` = 2 AND `level`=50;
|
||||
UPDATE `player_levelstats` SET `basehp` =1001, `basemana` =1284 WHERE `class` = 2 AND `level`=51;
|
||||
UPDATE `player_levelstats` SET `basehp` =1037, `basemana` =1311 WHERE `class` = 2 AND `level`=52;
|
||||
UPDATE `player_levelstats` SET `basehp` =1084, `basemana` =1338 WHERE `class` = 2 AND `level`=53;
|
||||
UPDATE `player_levelstats` SET `basehp` =1122, `basemana` =1365 WHERE `class` = 2 AND `level`=54;
|
||||
UPDATE `player_levelstats` SET `basehp` =1161, `basemana` =1392 WHERE `class` = 2 AND `level`=55;
|
||||
UPDATE `player_levelstats` SET `basehp` =1201, `basemana` =1419 WHERE `class` = 2 AND `level`=56;
|
||||
UPDATE `player_levelstats` SET `basehp` =1252, `basemana` =1446 WHERE `class` = 2 AND `level`=57;
|
||||
UPDATE `player_levelstats` SET `basehp` =1294, `basemana` =1458 WHERE `class` = 2 AND `level`=58;
|
||||
UPDATE `player_levelstats` SET `basehp` =1337, `basemana` =1485 WHERE `class` = 2 AND `level`=59;
|
||||
UPDATE `player_levelstats` SET `basehp` =1381, `basemana` =1512 WHERE `class` = 2 AND `level`=60;
|
||||
UPDATE `player_levelstats` SET `basehp` =1540, `basemana` =1656 WHERE `class` = 2 AND `level`=61;
|
||||
UPDATE `player_levelstats` SET `basehp` =1708, `basemana` =1800 WHERE `class` = 2 AND `level`=62;
|
||||
UPDATE `player_levelstats` SET `basehp` =1884, `basemana` =1944 WHERE `class` = 2 AND `level`=63;
|
||||
UPDATE `player_levelstats` SET `basehp` =2068, `basemana` =2088 WHERE `class` = 2 AND `level`=64;
|
||||
UPDATE `player_levelstats` SET `basehp` =2262, `basemana` =2232 WHERE `class` = 2 AND `level`=65;
|
||||
UPDATE `player_levelstats` SET `basehp` =2466, `basemana` =2377 WHERE `class` = 2 AND `level`=66;
|
||||
UPDATE `player_levelstats` SET `basehp` =2679, `basemana` =2521 WHERE `class` = 2 AND `level`=67;
|
||||
UPDATE `player_levelstats` SET `basehp` =2901, `basemana` =2665 WHERE `class` = 2 AND `level`=68;
|
||||
UPDATE `player_levelstats` SET `basehp` =3134, `basemana` =2809 WHERE `class` = 2 AND `level`=69;
|
||||
UPDATE `player_levelstats` SET `basehp` =3377, `basemana` =2953 WHERE `class` = 2 AND `level`=70;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
-- Ice Shards
|
||||
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x20000 WHERE (entry = 11207) OR (entry = 12672) OR (entry = 15047) OR (entry = 15052) OR (entry = 15053);
|
||||
-- Piercing Ice
|
||||
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x20000 WHERE ((entry = 11151) OR (entry = 12952) OR (entry = 12953) OR (entry = 12954) OR (entry = 12957)) AND (effectId = 0);
|
||||
-- Arctic Reach
|
||||
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x20000 WHERE ((entry = 16757) OR (entry = 16758)) AND (effectId = 0);
|
||||
-- Frost Channeling
|
||||
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x20000 WHERE ((entry = 11160) OR (entry = 12518) OR (entry = 12519)) AND (effectId = 0);
|
||||
-- Ice Shards
|
||||
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x20000 WHERE (entry = 11207) OR (entry = 12672) OR (entry = 15047) OR (entry = 15052) OR (entry = 15053);
|
||||
-- Piercing Ice
|
||||
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x20000 WHERE ((entry = 11151) OR (entry = 12952) OR (entry = 12953) OR (entry = 12954) OR (entry = 12957)) AND (effectId = 0);
|
||||
-- Arctic Reach
|
||||
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x20000 WHERE ((entry = 16757) OR (entry = 16758)) AND (effectId = 0);
|
||||
-- Frost Channeling
|
||||
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x20000 WHERE ((entry = 11160) OR (entry = 12518) OR (entry = 12519)) AND (effectId = 0);
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,8 +1,8 @@
|
|||
-- Some unused columns left
|
||||
|
||||
ALTER TABLE `npc_gossip`
|
||||
DROP COLUMN `id`;
|
||||
ALTER TABLE `npc_gossip`
|
||||
DROP COLUMN `gossip_type`;
|
||||
ALTER TABLE `npc_gossip`
|
||||
DROP COLUMN `option_count`;
|
||||
-- Some unused columns left
|
||||
|
||||
ALTER TABLE `npc_gossip`
|
||||
DROP COLUMN `id`;
|
||||
ALTER TABLE `npc_gossip`
|
||||
DROP COLUMN `gossip_type`;
|
||||
ALTER TABLE `npc_gossip`
|
||||
DROP COLUMN `option_count`;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DELETE FROM `command` WHERE `name` = 'learn all_default';
|
||||
|
||||
INSERT INTO `command` VALUES
|
||||
INSERT INTO `command` VALUES
|
||||
('learn all_default',1,'Syntax: .learn all_default [$playername]\r\n\r\nLearn for selected/$playername player all default spells for his race/class and spells rewarded by completed quests.');
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `character_ticket`
|
||||
ALTER TABLE `character_ticket`
|
||||
ADD `ticket_lastchange` TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE locales_creature
|
||||
ALTER TABLE locales_creature
|
||||
DROP subname_loc8;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry`=28305;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `Category`, `SkillID`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `ppmRate`) VALUE
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `Category`, `SkillID`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `ppmRate`) VALUE
|
||||
(28305,0,0,0,0,0x0000000000000000,0x00000001,0);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` IN (16952,16954);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `Category`, `SkillID`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `ppmRate`) VALUE
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `Category`, `SkillID`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `ppmRate`) VALUE
|
||||
(16952,0,0,0,0,0x0000040000039000,0x00010000,0),
|
||||
(16954,0,0,0,0,0x0000040000039000,0x00010000,0);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE creature_movement
|
||||
DROP aiscript;
|
||||
ALTER TABLE creature_movement
|
||||
DROP aiscript;
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
DROP TABLE IF EXISTS item_test;
|
||||
CREATE TABLE item_test
|
||||
SELECT w.`item_guid`,w.`source`,w.`count` FROM
|
||||
(SELECT u.`item_guid`,u.`source`,COUNT(u.`item_guid`) as `count` FROM
|
||||
((SELECT c.`item` as `item_guid`, 'i' as `source` FROM character_inventory c) UNION
|
||||
(SELECT a.`itemguid` as `item_guid`, 'a' as `source` FROM auctionhouse a) UNION
|
||||
(SELECT m.`item_guid` as `item_guid`, 'm' as `source` FROM mail_items m) UNION
|
||||
(SELECT g.`item_guid` as `item_guid`, 'g' as `source` FROM guild_bank_item g)
|
||||
) as u
|
||||
GROUP BY u.`item_guid`
|
||||
) as w
|
||||
WHERE w.`count` > 1;
|
||||
|
||||
DELETE FROM auctionhouse WHERE itemguid IN (SELECT item_guid FROM item_test WHERE `source`='i');
|
||||
DELETE FROM mail_items WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='i');
|
||||
DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='i');
|
||||
|
||||
DELETE FROM mail_items WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='a');
|
||||
DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='a');
|
||||
|
||||
DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='m');
|
||||
DROP TABLE IF EXISTS item_test;
|
||||
DROP TABLE IF EXISTS item_test;
|
||||
CREATE TABLE item_test
|
||||
SELECT w.`item_guid`,w.`source`,w.`count` FROM
|
||||
(SELECT u.`item_guid`,u.`source`,COUNT(u.`item_guid`) as `count` FROM
|
||||
((SELECT c.`item` as `item_guid`, 'i' as `source` FROM character_inventory c) UNION
|
||||
(SELECT a.`itemguid` as `item_guid`, 'a' as `source` FROM auctionhouse a) UNION
|
||||
(SELECT m.`item_guid` as `item_guid`, 'm' as `source` FROM mail_items m) UNION
|
||||
(SELECT g.`item_guid` as `item_guid`, 'g' as `source` FROM guild_bank_item g)
|
||||
) as u
|
||||
GROUP BY u.`item_guid`
|
||||
) as w
|
||||
WHERE w.`count` > 1;
|
||||
|
||||
DELETE FROM auctionhouse WHERE itemguid IN (SELECT item_guid FROM item_test WHERE `source`='i');
|
||||
DELETE FROM mail_items WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='i');
|
||||
DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='i');
|
||||
|
||||
DELETE FROM mail_items WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='a');
|
||||
DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='a');
|
||||
|
||||
DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='m');
|
||||
DROP TABLE IF EXISTS item_test;
|
||||
|
|
|
|||
|
|
@ -1,34 +1,34 @@
|
|||
ALTER TABLE `creature_loot_template`
|
||||
ALTER TABLE `creature_loot_template`
|
||||
ADD `ChanceOrQuestChance` FLOAT NOT NULL default '100' AFTER `ChanceOrRef`,
|
||||
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
|
||||
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
|
||||
|
||||
UPDATE `creature_loot_template` SET
|
||||
UPDATE `creature_loot_template` SET
|
||||
`ChanceOrQuestChance` = if(`QuestChanceOrGroup` > 0, -`QuestChanceOrGroup`, if(`ChanceOrRef` < 0, 100, `ChanceOrRef`)),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`maxcount` = if(`ChanceOrRef` < 0, 1, `maxcount`);
|
||||
|
||||
ALTER TABLE `creature_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
ALTER TABLE `creature_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `mincount`;
|
||||
|
||||
|
||||
ALTER TABLE `disenchant_loot_template`
|
||||
ALTER TABLE `disenchant_loot_template`
|
||||
ADD `ChanceOrQuestChance` FLOAT NOT NULL default '100' AFTER `ChanceOrRef`,
|
||||
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
|
||||
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
|
||||
|
||||
UPDATE `disenchant_loot_template` SET
|
||||
UPDATE `disenchant_loot_template` SET
|
||||
`ChanceOrQuestChance` = if(`QuestChanceOrGroup` > 0, -`QuestChanceOrGroup`, if(`ChanceOrRef` < 0, 100, `ChanceOrRef`)),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`maxcount` = if(`ChanceOrRef` < 0, 1, `maxcount`);
|
||||
|
||||
ALTER TABLE `disenchant_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
ALTER TABLE `disenchant_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `mincount`;
|
||||
|
||||
|
||||
|
|
@ -37,15 +37,15 @@ ALTER TABLE `fishing_loot_template`
|
|||
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
|
||||
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
|
||||
|
||||
UPDATE `fishing_loot_template` SET
|
||||
UPDATE `fishing_loot_template` SET
|
||||
`ChanceOrQuestChance` = if(`QuestChanceOrGroup` > 0, -`QuestChanceOrGroup`, if(`ChanceOrRef` < 0, 100, `ChanceOrRef`)),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`maxcount` = if(`ChanceOrRef` < 0, 1, `maxcount`);
|
||||
|
||||
ALTER TABLE `fishing_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `mincount`;
|
||||
|
||||
|
||||
|
|
@ -54,15 +54,15 @@ ALTER TABLE `gameobject_loot_template`
|
|||
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
|
||||
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
|
||||
|
||||
UPDATE `gameobject_loot_template` SET
|
||||
UPDATE `gameobject_loot_template` SET
|
||||
`ChanceOrQuestChance` = if(`QuestChanceOrGroup` > 0, -`QuestChanceOrGroup`, if(`ChanceOrRef` < 0, 100, `ChanceOrRef`)),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`maxcount` = if(`ChanceOrRef` < 0, 1, `maxcount`);
|
||||
|
||||
ALTER TABLE `gameobject_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `mincount`;
|
||||
|
||||
|
||||
|
|
@ -71,15 +71,15 @@ ALTER TABLE `item_loot_template`
|
|||
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
|
||||
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
|
||||
|
||||
UPDATE `item_loot_template` SET
|
||||
UPDATE `item_loot_template` SET
|
||||
`ChanceOrQuestChance` = if(`QuestChanceOrGroup` > 0, -`QuestChanceOrGroup`, if(`ChanceOrRef` < 0, 100, `ChanceOrRef`)),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`maxcount` = if(`ChanceOrRef` < 0, 1, `maxcount`);
|
||||
|
||||
ALTER TABLE `item_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `mincount`;
|
||||
|
||||
|
||||
|
|
@ -88,15 +88,15 @@ ALTER TABLE `pickpocketing_loot_template`
|
|||
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
|
||||
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
|
||||
|
||||
UPDATE `pickpocketing_loot_template` SET
|
||||
UPDATE `pickpocketing_loot_template` SET
|
||||
`ChanceOrQuestChance` = if(`QuestChanceOrGroup` > 0, -`QuestChanceOrGroup`, if(`ChanceOrRef` < 0, 100, `ChanceOrRef`)),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`maxcount` = if(`ChanceOrRef` < 0, 1, `maxcount`);
|
||||
|
||||
ALTER TABLE `pickpocketing_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
ALTER TABLE `pickpocketing_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `mincount`;
|
||||
|
||||
|
||||
|
|
@ -105,30 +105,30 @@ ALTER TABLE `prospecting_loot_template`
|
|||
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
|
||||
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
|
||||
|
||||
UPDATE `prospecting_loot_template`SET
|
||||
UPDATE `prospecting_loot_template`SET
|
||||
`ChanceOrQuestChance` = if(`QuestChanceOrGroup` > 0, -`QuestChanceOrGroup`, if(`ChanceOrRef` < 0, 100, `ChanceOrRef`)),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`maxcount` = if(`ChanceOrRef` < 0, 1, `maxcount`);
|
||||
|
||||
ALTER TABLE `prospecting_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `mincount`;
|
||||
|
||||
|
||||
ALTER TABLE `skinning_loot_template`
|
||||
ALTER TABLE `skinning_loot_template`
|
||||
ADD `ChanceOrQuestChance` FLOAT NOT NULL default '100' AFTER `ChanceOrRef`,
|
||||
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
|
||||
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
|
||||
|
||||
UPDATE `skinning_loot_template` SET
|
||||
UPDATE `skinning_loot_template` SET
|
||||
`ChanceOrQuestChance` = if(`QuestChanceOrGroup` > 0, -`QuestChanceOrGroup`, if(`ChanceOrRef` < 0, 100, `ChanceOrRef`)),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`group` = if(`QuestChanceOrGroup` > 0, 0, -`QuestChanceOrGroup`),
|
||||
`mincountOrRef` = if(`ChanceOrRef` < 0, `ChanceOrRef`, `mincount`),
|
||||
`maxcount` = if(`ChanceOrRef` < 0, 1, `maxcount`);
|
||||
|
||||
ALTER TABLE `skinning_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
ALTER TABLE `skinning_loot_template`
|
||||
DROP `ChanceOrRef`,
|
||||
DROP `QuestChanceOrGroup`,
|
||||
DROP `mincount`;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM `spell_proc_event` WHERE `entry`=24905;
|
||||
INSERT INTO `spell_proc_event` ( `entry` , `SchoolMask` , `Category` , `SkillID` , `SpellFamilyName` , `SpellFamilyMask` , `procFlags` , `ppmRate` ) VALUES
|
||||
('24905', '0', '0', '0', '0', '0', '1', '15');
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=24905;
|
||||
INSERT INTO `spell_proc_event` ( `entry` , `SchoolMask` , `Category` , `SkillID` , `SpellFamilyName` , `SpellFamilyMask` , `procFlags` , `ppmRate` ) VALUES
|
||||
('24905', '0', '0', '0', '0', '0', '1', '15');
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
ALTER TABLE `creature_loot_template`
|
||||
ALTER TABLE `creature_loot_template`
|
||||
CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
|
||||
|
||||
ALTER TABLE `disenchant_loot_template`
|
||||
ALTER TABLE `disenchant_loot_template`
|
||||
CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
|
||||
|
||||
ALTER TABLE `fishing_loot_template`
|
||||
|
|
@ -19,5 +19,5 @@ ALTER TABLE `pickpocketing_loot_template`
|
|||
ALTER TABLE `prospecting_loot_template`
|
||||
CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
|
||||
|
||||
ALTER TABLE `skinning_loot_template`
|
||||
ALTER TABLE `skinning_loot_template`
|
||||
CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM spell_proc_event WHERE entry IN (37306,37311,32767);
|
||||
INSERT IGNORE INTO spell_proc_event VALUES
|
||||
INSERT IGNORE INTO spell_proc_event VALUES
|
||||
(37306,0,0,0,0,0x0000000000000000,0x00000001,0),
|
||||
(37311,0,0,0,0,0x0000000000000000,0x00000001,0);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
ALTER TABLE `creature_template` CHANGE COLUMN `scale` `scale` float NOT NULL default '1';
|
||||
ALTER TABLE `creature_template` CHANGE COLUMN `scale` `scale` float NOT NULL default '1';
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
ALTER TABLE `creature`
|
||||
DROP `spawn_position_x`,
|
||||
DROP `spawn_position_y`,
|
||||
ALTER TABLE `creature`
|
||||
DROP `spawn_position_x`,
|
||||
DROP `spawn_position_y`,
|
||||
DROP `spawn_position_z`,
|
||||
DROP `spawn_orientation`;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM `command` WHERE `name` IN ('gograveyard','drunk');
|
||||
INSERT INTO `command` VALUES
|
||||
INSERT INTO `command` VALUES
|
||||
('drunk',1,'Syntax: .drunk #value\r\n Set drunk level to #value (0..100). Value 0 remove drunk state, 100 is max drunked state.'),
|
||||
('gograveyard',2,'Syntax: .gograveyard #graveyardId\r\n Teleport to graveyard with the graveyardId specified.');
|
||||
('gograveyard',2,'Syntax: .gograveyard #graveyardId\r\n Teleport to graveyard with the graveyardId specified.');
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM `command` WHERE `name` IN ('modify arena','modify honor');
|
||||
INSERT INTO `command` VALUES
|
||||
INSERT INTO `command` VALUES
|
||||
('modify arena',3,'Syntax: .modify arena #value\r\nAdd $amount arena points to the selected player.'),
|
||||
('modify honor',1,'Syntax: .modify honor $amount\r\n\r\nAdd $amount honor points to the selected player.');
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ DELETE FROM spell_learn_spell WHERE entry IN (34769,13819,5784);
|
|||
|
||||
INSERT INTO spell_learn_spell (entry,spellID) VALUES
|
||||
(34769,33388),
|
||||
(13819,33388),
|
||||
(5784,33388);
|
||||
(13819,33388),
|
||||
(5784,33388);
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ DELETE FROM spell_learn_spell WHERE entry IN (23161,23214,34767);
|
|||
INSERT INTO spell_learn_spell (entry,spellID) VALUES
|
||||
(23161,33391),
|
||||
(23214,33391),
|
||||
(34767,33391);
|
||||
(34767,33391);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE `spell_affect`
|
||||
DROP `SpellFamily`,
|
||||
ALTER TABLE `spell_affect`
|
||||
DROP `SpellFamily`,
|
||||
DROP `Charges`;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE `player_levelstats`
|
||||
DROP `basehp`,
|
||||
ALTER TABLE `player_levelstats`
|
||||
DROP `basehp`,
|
||||
DROP `basemana`;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DELETE FROM spell_proc_event WHERE entry IN (45481,45482,45483,45484);
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
(45481,0,0,0,0,0x0000000000000000,0x08020000,0),
|
||||
(45482,0,0,0,0,0x0000000000000000,0x00080001,0),
|
||||
(45483,0,0,0,0,0x0000000000000000,0x00080001,0),
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN (32043,35396,35397);
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(32043,1,0x000004000A000000),
|
||||
(35396,1,0x000004000A000000),
|
||||
(35397,1,0x000004000A000000);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` = 19245;
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
INSERT INTO `spell_affect` VALUES
|
||||
(19245,0,0x0000000000000018),
|
||||
(19245,1,0x0000200000000004);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
DELETE FROM mangos_string WHERE entry in (297);
|
||||
INSERT INTO `mangos_string` VALUES
|
||||
INSERT INTO `mangos_string` VALUES
|
||||
(297,'Spawn distance changed to: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM mangos_string WHERE entry in (468,470);
|
||||
INSERT INTO `mangos_string` VALUES
|
||||
INSERT INTO `mangos_string` VALUES
|
||||
(468,'id: %d eff: %d type: %d duration: %d maxduration: %d name: %s%s%s caster: %s %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(470,'id: %d eff: %d name: %s%s%s caster: %s %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM `spell_affect` WHERE `entry` IN
|
||||
DELETE FROM `spell_affect` WHERE `entry` IN
|
||||
(12873,12872,11095,11252,12605,20244,20245,23565,16040,16113,16114,16115,16116,22804,14171,14172,14173,12290,12963,16858,16859,16860,16861,16862,
|
||||
17815,17833,17834,17835,17836,21744,12866,12325,12863,12864,12865,12866,16194,16218,16219,16220,16221,23236,14143,14149,14151,26130,27848);
|
||||
|
||||
|
|
@ -9,4 +9,4 @@ DELETE FROM `spell_affect` WHERE `entry` IN (14075,14074,14073,14072,14057,16544
|
|||
INSERT INTO `spell_affect` VALUES
|
||||
(14143,0,0x0000000004000206),
|
||||
(14149,0,0x0000000004000206);
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE `creature_template`
|
||||
ADD COLUMN `PetSpellDataId` mediumint(8) unsigned NOT NULL default '0' AFTER `spell4`;
|
||||
ALTER TABLE `creature_template`
|
||||
ADD COLUMN `PetSpellDataId` mediumint(8) unsigned NOT NULL default '0' AFTER `spell4`;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE guild_bank_tab
|
||||
CHANGE COLUMN `TabText` `TabText` varchar(500) NOT NULL DEFAULT '';
|
||||
ALTER TABLE guild_bank_tab
|
||||
CHANGE COLUMN `TabText` `TabText` varchar(500) NOT NULL DEFAULT '';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(20784,0,0,0,0,0,4096,0),
|
||||
(32850,0,0,0,0,0,1,0),
|
||||
(34457,0,0,0,0,0,4096,0);
|
||||
(34457,0,0,0,0,0,4096,0);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
ALTER TABLE `creature_loot_template`
|
||||
ALTER TABLE `creature_loot_template`
|
||||
DROP freeforall;
|
||||
|
||||
ALTER TABLE `disenchant_loot_template`
|
||||
ALTER TABLE `disenchant_loot_template`
|
||||
DROP freeforall;
|
||||
|
||||
ALTER TABLE `fishing_loot_template`
|
||||
|
|
@ -19,5 +19,5 @@ ALTER TABLE `pickpocketing_loot_template`
|
|||
ALTER TABLE `prospecting_loot_template`
|
||||
DROP freeforall;
|
||||
|
||||
ALTER TABLE `skinning_loot_template`
|
||||
ALTER TABLE `skinning_loot_template`
|
||||
DROP freeforall;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DELETE FROM `spell_learn_spell` WHERE `entry` = 71;
|
||||
|
||||
DELETE FROM `spell_learn_spell` WHERE `entry` = 2842;
|
||||
INSERT INTO `spell_learn_spell` VALUES (2842,8681);
|
||||
INSERT INTO `spell_learn_spell` VALUES (2842,8681);
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ INSERT INTO `spell_proc_event` VALUES
|
|||
(40470,0,0,0,10,0x00000000C0800000,0x00004000,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 40485;
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(40485,0,0,0,9,0x0000000100000000,0x00080000,0);
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 40478;
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(40478,0,0,0,5,0x0000000000000002,0x00020000,0);
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ CREATE TABLE `pet_name_generation` (
|
|||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
INSERT INTO `pet_name_generation` (`word`,`entry`,`half`) VALUES
|
||||
INSERT INTO `pet_name_generation` (`word`,`entry`,`half`) VALUES
|
||||
('Aba',416,0),
|
||||
('Az',416,0),
|
||||
('Bel',416,0),
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DELETE FROM spell_proc_event WHERE entry IN (37982, 37617, 37213, 37237, 37228);
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
-- Earthstun (Brutal Earthstorm-Diamond)
|
||||
(37982,0,0,0,0,0x0000000000000000,0x00000001,0),
|
||||
-- Desolation Battlegear 4 pieces
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
UPDATE creature_template
|
||||
SET flags_extra = flags_extra | 2 WHERE civilian <> 0;
|
||||
|
||||
ALTER TABLE `creature_template`
|
||||
ALTER TABLE `creature_template`
|
||||
DROP civilian;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
DELETE FROM spell_proc_event WHERE entry IN (17364);
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
(17364,0,0,0,0,0x0000000000000000,0x00008000,0);
|
||||
|
||||
DELETE FROM spell_proc_event WHERE entry IN (17794, 17797, 17798, 17799, 17800);
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
(17794,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(17797,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
(17798,0,0,0,0,0x0000000000000000,0x00008000,0),
|
||||
|
|
@ -11,9 +11,9 @@ INSERT INTO spell_proc_event VALUES
|
|||
(17800,0,0,0,0,0x0000000000000000,0x00008000,0);
|
||||
|
||||
DELETE FROM spell_proc_event WHERE entry IN (43823);
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
(43823,0,0,0,0,0x0000000000000000,0x00008000,0);
|
||||
|
||||
DELETE FROM spell_proc_event WHERE entry IN (36576);
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
(36576,0,0,0,0,0x0000000000000000,0x00008000,0);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ALTER TABLE `areatrigger_tavern`
|
||||
ALTER TABLE `areatrigger_tavern`
|
||||
CHANGE `triggerid` `id` int(11) unsigned NOT NULL default '0' ,
|
||||
CHANGE `Triggername` `name` text ,
|
||||
DROP KEY `acct`,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
ALTER TABLE `loot_template`
|
||||
CHANGE `itemid` `item` int(11) unsigned NOT NULL default '0' ,
|
||||
CHANGE `percentchance` `chance` float NOT NULL default '100' ,
|
||||
CHANGE `itemid` `item` int(11) unsigned NOT NULL default '0' ,
|
||||
CHANGE `percentchance` `chance` float NOT NULL default '100' ,
|
||||
DROP KEY `i_creature_loot_creatureid` ,
|
||||
DROP KEY `creatureloot_index` ,
|
||||
ADD PRIMARY KEY (`entry`,`item`) ;
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue